From 8449199e5772072f7dafc6b7d2832e5a761ba1e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Mar 2022 07:34:52 +0100 Subject: update to 1.13.0 with libbson and libmongoc 1.21.1 and libmongocrypt 1.3.2 --- REFLECTION | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 655 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 583d740..49c5e95 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 mongodb version 1.12.1 ] { +Extension [ extension #114 mongodb version 1.13.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.12.1 } + Constant [ string MONGODB_VERSION ] { 1.13.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -73,7 +73,7 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } } - - Classes [63] { + - Classes [75] { Interface [ interface MongoDB\BSON\Type ] { - Constants [0] { @@ -2077,7 +2077,7 @@ Extension [ extension #114 mongodb version 1.12.1 ] { - Properties [0] { } - - Methods [19] { + - Methods [20] { Method [ final public method executeCommand ] { - Parameters [3] { @@ -2162,6 +2162,12 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } } + Method [ final public method getServerDescription ] { + + - Parameters [0] { + } + } + Method [ final public method getType ] { - Parameters [0] { @@ -2277,6 +2283,129 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } } + Class [ final class MongoDB\Driver\ServerDescription ] { + + - Constants [10] { + Constant [ public string TYPE_UNKNOWN ] { Unknown } + Constant [ public string TYPE_STANDALONE ] { Standalone } + Constant [ public string TYPE_MONGOS ] { Mongos } + Constant [ public string TYPE_POSSIBLE_PRIMARY ] { PossiblePrimary } + Constant [ public string TYPE_RS_PRIMARY ] { RSPrimary } + Constant [ public string TYPE_RS_SECONDARY ] { RSSecondary } + Constant [ public string TYPE_RS_ARBITER ] { RSArbiter } + Constant [ public string TYPE_RS_OTHER ] { RSOther } + Constant [ public string TYPE_RS_GHOST ] { RSGhost } + Constant [ public string TYPE_LOAD_BALANCER ] { LoadBalancer } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final public method getHelloResponse ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getLastUpdateTime ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method getRoundTripTime ] { + + - Parameters [0] { + } + } + + Method [ final public method getType ] { + + - Parameters [0] { + } + } + + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\TopologyDescription ] { + + - Constants [6] { + Constant [ public string TYPE_UNKNOWN ] { Unknown } + Constant [ public string TYPE_SINGLE ] { Single } + Constant [ public string TYPE_SHARDED ] { Sharded } + Constant [ public string TYPE_REPLICA_SET_NO_PRIMARY ] { ReplicaSetNoPrimary } + Constant [ public string TYPE_REPLICA_SET_WITH_PRIMARY ] { ReplicaSetWithPrimary } + Constant [ public string TYPE_LOAD_BALANCED ] { LoadBalanced } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final public method getServers ] { + + - Parameters [0] { + } + } + + Method [ final public method hasReadableServer ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\ReadPreference $readPreference = ] + } + } + + Method [ final public method hasWritableServer ] { + + - Parameters [0] { + } + } + + Method [ final public method getType ] { + + - Parameters [0] { + } + } + + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + } + } + Class [ final class MongoDB\Driver\Session ] { - Constants [5] { @@ -2296,7 +2425,7 @@ Extension [ extension #114 mongodb version 1.12.1 ] { - Properties [0] { } - - Methods [15] { + - Methods [16] { Method [ final public method abortTransaction ] { - Parameters [0] { @@ -2365,6 +2494,12 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } } + Method [ final public method isDirty ] { + + - Parameters [0] { + } + } + Method [ final public method isInTransaction ] { - Parameters [0] { @@ -4399,6 +4534,521 @@ Extension [ extension #114 mongodb version 1.12.1 ] { } } } + + Interface [ interface MongoDB\Driver\Monitoring\SDAMSubscriber extends MongoDB\Driver\Monitoring\Subscriber ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method serverChanged ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerChangedEvent $event ] + } + } + + Method [ abstract public method serverClosed ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerClosedEvent $event ] + } + } + + Method [ abstract public method serverOpening ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerOpeningEvent $event ] + } + } + + Method [ abstract public method serverHeartbeatFailed ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent $event ] + } + } + + Method [ abstract public method serverHeartbeatStarted ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent $event ] + } + } + + Method [ abstract public method serverHeartbeatSucceeded ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent $event ] + } + } + + Method [ abstract public method topologyChanged ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\TopologyChangedEvent $event ] + } + } + + Method [ abstract public method topologyClosed ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\TopologyClosedEvent $event ] + } + } + + Method [ abstract public method topologyOpening ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\TopologyOpeningEvent $event ] + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerChangedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method getNewDescription ] { + + - Parameters [0] { + } + } + + Method [ final public method getPreviousDescription ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerClosedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getDurationMicros ] { + + - Parameters [0] { + } + } + + Method [ final public method getError ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method isAwaited ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method isAwaited ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getDurationMicros ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method getReply ] { + + - Parameters [0] { + } + } + + Method [ final public method isAwaited ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\ServerOpeningEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getHost ] { + + - Parameters [0] { + } + } + + Method [ final public method getPort ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\TopologyChangedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getNewDescription ] { + + - Parameters [0] { + } + } + + Method [ final public method getPreviousDescription ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\TopologyClosedEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class MongoDB\Driver\Monitoring\TopologyOpeningEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method getTopologyId ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + } + } } } -- cgit