Home
last modified time | relevance | path

Searched refs:CommandSubscriber (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/Monitoring/
H A DCommandSubscriber.c44 ZEND_ABSTRACT_ME(CommandSubscriber, commandStarted, ai_CommandSubscriber_commandStarted)
45 ZEND_ABSTRACT_ME(CommandSubscriber, commandSucceeded, ai_CommandSubscriber_commandSucceeded)
46 ZEND_ABSTRACT_ME(CommandSubscriber, commandFailed, ai_CommandSubscriber_commandFailed)
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/utils/
H A Dobserver.php5 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
9 class CommandObserver implements CommandSubscriber
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/apm/
H A Dbug0950-002.phpt12 /* Note: this test is skipped on PHP 8 because the CommandSubscriber ends up
15 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-addSubscriber-001.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-removeSubscriber-001.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-addSubscriber-003.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-commandSucceeded-002.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-commandFailed-003.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-commandFailed-002.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-addSubscriber-002.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-removeSubscriber-002.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dmonitoring-addSubscriber-004.phpt13 class MySubscriber implements MongoDB\Driver\Monitoring\CommandSubscriber
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Model/
H A DChangeStreamIterator.php25 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
46 class ChangeStreamIterator extends IteratorIterator implements CommandSubscriber
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Model/
H A DChangeStreamIterator.php25 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
47 class ChangeStreamIterator extends IteratorIterator implements CommandSubscriber
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Model/
H A DChangeStreamIterator.php25 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
46 class ChangeStreamIterator extends IteratorIterator implements CommandSubscriber
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DWatch.php27 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
56 class Watch implements Executable, /* @internal */ CommandSubscriber
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DWatch.php27 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
56 class Watch implements Executable, /* @internal */ CommandSubscriber
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DWatch.php27 use MongoDB\Driver\Monitoring\CommandSubscriber; alias
56 class Watch implements Executable, /* @internal */ CommandSubscriber
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bulk/
H A Dbulkwrite-delete-002.phpt12 class CommandLogger implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dbulkwrite-update-004.phpt12 class CommandLogger implements MongoDB\Driver\Monitoring\CommandSubscriber
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/retryable-reads/
H A Dretryable-reads_error-002.phpt11 class Observer implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dretryable-reads-002.phpt12 class Observer implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dretryable-reads_error-001.phpt11 class Observer implements MongoDB\Driver\Monitoring\CommandSubscriber
H A Dretryable-reads-001.phpt12 class Observer implements MongoDB\Driver\Monitoring\CommandSubscriber
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/retryable-writes/
H A Dretryable-writes-005.phpt13 class TransactionIdObserver implements MongoDB\Driver\Monitoring\CommandSubscriber

123