- action(MapReduceAction) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Specify the MapReduceAction to be used when writing to a collection.
- aggregate(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(ClientSession, List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(List<? extends Bson>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(List<? extends Bson>, Class<D>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(ClientSession, List<? extends Bson>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(ClientSession, List<? extends Bson>, Class<D>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregate(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(List<? extends Bson>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(List<? extends Bson>, Class<T>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(ClientSession, List<? extends Bson>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(ClientSession, List<? extends Bson>, Class<T>, AggregateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregate(List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, Class<D>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, Class<D>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(List<? extends Bson>, Class<T>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(ClientSession, List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- aggregate(ClientSession, List<? extends Bson>, Class<T>, AggregateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp and $listLocalSessions.
- AggregateOptions - Class in io.quarkus.mongodb
-
Configures the aggregate streams.
- AggregateOptions() - Constructor for class io.quarkus.mongodb.AggregateOptions
-
- allowDiskUse(boolean) - Method in class io.quarkus.mongodb.AggregateOptions
-
Enables writing to temporary files.
- applicationName - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the application name.
- apply(AggregatePublisher<T>) - Method in class io.quarkus.mongodb.AggregateOptions
-
- apply(ChangeStreamPublisher<T>) - Method in class io.quarkus.mongodb.ChangeStreamOptions
-
- apply(ListCollectionsPublisher<T>) - Method in class io.quarkus.mongodb.CollectionListOptions
-
- apply(ListDatabasesPublisher<T>) - Method in class io.quarkus.mongodb.DatabaseListOptions
-
- apply(DistinctPublisher<T>) - Method in class io.quarkus.mongodb.DistinctOptions
-
- apply(FindPublisher<T>) - Method in class io.quarkus.mongodb.FindOptions
-
- apply(MapReducePublisher<T>) - Method in class io.quarkus.mongodb.MapReduceOptions
-
- authMechanism - Variable in class io.quarkus.mongodb.runtime.CredentialConfig
-
Configures the authentication mechanism to use if a credential was supplied.
- authMechanismProperties - Variable in class io.quarkus.mongodb.runtime.CredentialConfig
-
Allows passing authentication mechanism properties.
- authSource - Variable in class io.quarkus.mongodb.runtime.CredentialConfig
-
Configures the source of the authentication credentials.
- call() - Method in class io.quarkus.mongodb.health.MongoHealthCheck
-
- ChangeStreamOptions - Class in io.quarkus.mongodb
-
Configures the Change Stream
- ChangeStreamOptions() - Constructor for class io.quarkus.mongodb.ChangeStreamOptions
-
- CLIENT_DEFAULT - Static variable in class io.quarkus.mongodb.health.MongoHealthCheck
-
- CLIENT_DEFAULT_REACTIVE - Static variable in class io.quarkus.mongodb.health.MongoHealthCheck
-
- clientLiteral(String, boolean) - Static method in class io.quarkus.mongodb.runtime.MongoClientBeanUtil
-
- close() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- close() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Closes the client, which will close all underlying cached resources, including, for example,
sockets and background monitoring threads.
- collation(Collation) - Method in class io.quarkus.mongodb.AggregateOptions
-
Sets the collation options
- collation(Collation) - Method in class io.quarkus.mongodb.ChangeStreamOptions
-
Sets the collation options
- collation(Collation) - Method in class io.quarkus.mongodb.DistinctOptions
-
Sets the collation options
- collation(Collation) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the collation options
- collation(Collation) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the collation options
- CollectionListOptions - Class in io.quarkus.mongodb
-
Options to configure the stream of database.
- CollectionListOptions() - Constructor for class io.quarkus.mongodb.CollectionListOptions
-
- collectionName(String) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the collectionName for the output of the MapReduce
- comment(String) - Method in class io.quarkus.mongodb.AggregateOptions
-
Sets the comment to the aggregation.
- comment(String) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the comment to the query.
- CompressorSubstitute - Class in io.quarkus.mongodb.runtime.graal
-
- CompressorSubstitute() - Constructor for class io.quarkus.mongodb.runtime.graal.CompressorSubstitute
-
- CONFIG_NAME - Static variable in class io.quarkus.mongodb.runtime.MongodbConfig
-
- connectionAdded(ConnectionAddedEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- connectionCheckedIn(ConnectionCheckedInEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- connectionCheckedOut(ConnectionCheckedOutEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- connectionPoolClosed(ConnectionPoolClosedEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- ConnectionPoolGauge - Class in io.quarkus.mongodb.metrics
-
- ConnectionPoolGauge() - Constructor for class io.quarkus.mongodb.metrics.ConnectionPoolGauge
-
- connectionPoolOpened(ConnectionPoolOpenedEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- connectionRemoved(ConnectionRemovedEvent) - Method in class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- connectionString - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the connection string.
- ConnectionStringSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- ConnectionStringSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.ConnectionStringSubstitution
-
- connectTimeout - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
How long a connection can take to be opened before timing out.
- countDocuments() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments(Bson, CountOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments(ClientSession, Bson, CountOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- countDocuments() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection.
- countDocuments(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(Bson, CountOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession, Bson, CountOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- create(ServerAddress) - Method in class io.quarkus.mongodb.runtime.graal.SocketStreamFactorySubstitution
-
- createCollection(String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createCollection(String, CreateCollectionOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createCollection(ClientSession, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createCollection(ClientSession, String, CreateCollectionOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createCollection(String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(String, CreateCollectionOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(ClientSession, String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(ClientSession, String, CreateCollectionOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createIndex(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndex(Bson, IndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndex(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndex(ClientSession, Bson, IndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndex(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates an index.
- createIndex(Bson, IndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates an index.
- createIndex(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates an index.
- createIndex(ClientSession, Bson, IndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates an index.
- createIndexes(List<IndexModel>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndexes(List<IndexModel>, CreateIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndexes(ClientSession, List<IndexModel>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndexes(ClientSession, List<IndexModel>, CreateIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- createIndexes(List<IndexModel>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(List<IndexModel>, CreateIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(ClientSession, List<IndexModel>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(ClientSession, List<IndexModel>, CreateIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create multiple indexes.
- createMicrometerConnectionPool() - Static method in class io.quarkus.mongodb.metrics.MicrometerConnectionPoolListener
-
- createMicrometerConnectionPoolListener() - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- createMongoClient(String) - Method in class io.quarkus.mongodb.runtime.MongoClients
-
- createMPMetricsConnectionPoolListener() - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- createReactiveMongoClient(String) - Method in class io.quarkus.mongodb.runtime.MongoClients
-
- createServerAddress(String, int) - Static method in class io.quarkus.mongodb.runtime.graal.ServerAddressHelperSubstitution
-
- createSnappyCompressor() - Static method in class io.quarkus.mongodb.runtime.graal.MongoCompressorSubstitution
-
- createView(String, String, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createView(String, String, List<? extends Bson>, CreateViewOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createView(ClientSession, String, String, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createView(ClientSession, String, String, List<? extends Bson>, CreateViewOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- createView(String, String, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that
defines the view.
- createView(String, String, List<? extends Bson>, CreateViewOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that
defines the view.
- createView(ClientSession, String, String, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that
defines the view.
- createView(ClientSession, String, String, List<? extends Bson>, CreateViewOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that
defines the view.
- CredentialConfig - Class in io.quarkus.mongodb.runtime
-
Configures the credentials and authentication mechanism to connect to the MongoDB server.
- CredentialConfig() - Constructor for class io.quarkus.mongodb.runtime.CredentialConfig
-
- credentials - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Credentials and authentication mechanism
- cursorType(CursorType) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the cursor type.
- database - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configure the database name.
- DatabaseListOptions - Class in io.quarkus.mongodb
-
Options to configure the stream of database.
- DatabaseListOptions() - Constructor for class io.quarkus.mongodb.DatabaseListOptions
-
- databaseName(String) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the name of the database to output into.
- decrement() - Method in class io.quarkus.mongodb.metrics.ConnectionPoolGauge
-
- DEFAULT_MONGOCLIENT_NAME - Static variable in class io.quarkus.mongodb.runtime.MongoClientBeanUtil
-
- DefaultDnsResolverSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- DefaultDnsResolverSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.DefaultDnsResolverSubstitution
-
- defaultMongoClientConfig - Variable in class io.quarkus.mongodb.runtime.MongodbConfig
-
The default mongo client connection.
- deleteMany(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteMany(Bson, DeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteMany(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteMany(ClientSession, Bson, DeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteMany(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(ClientSession, Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteOne(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteOne(Bson, DeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteOne(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteOne(ClientSession, Bson, DeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- deleteOne(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(ClientSession, Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- distinct(String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(String, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(ClientSession, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(ClientSession, String, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(String, Class<D>, DistinctOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(String, Bson, Class<D>, DistinctOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(ClientSession, String, Class<D>, DistinctOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(ClientSession, String, Bson, Class<D>, DistinctOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinct(String, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Bson, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Bson, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- DistinctOptions - Class in io.quarkus.mongodb
-
- DistinctOptions() - Constructor for class io.quarkus.mongodb.DistinctOptions
-
- drop() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- drop(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- drop() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- drop(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- drop() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops this collection from the database.
- drop(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops this collection from the database.
- drop() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Drops this database.
- drop(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Drops this database.
- dropIndex(String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(String, DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(Bson, DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(ClientSession, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(ClientSession, String, DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(ClientSession, Bson, DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndex(String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(String, DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(Bson, DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, String, DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, Bson, DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndexes() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndexes(DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndexes(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndexes(ClientSession, DropIndexOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- dropIndexes() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(ClientSession, DropIndexOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- filter(Bson) - Method in class io.quarkus.mongodb.CollectionListOptions
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class io.quarkus.mongodb.DatabaseListOptions
-
Sets the query filter to apply to the returned database names.
- filter(Bson) - Method in class io.quarkus.mongodb.DistinctOptions
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the query filter to apply to the query.
- finalizeFunction(String) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the JavaScript function that follows the reduce method and modifies the output.
- find() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Class<D>, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Bson, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(Bson, Class<D>, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Class<D>, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Bson, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find(ClientSession, Bson, Class<D>, FindOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- find() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Finds all documents in the collection.
- findOneAndDelete(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndDelete(Bson, FindOneAndDeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndDelete(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndDelete(ClientSession, Bson, FindOneAndDeleteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndDelete(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(Bson, FindOneAndDeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(ClientSession, Bson, FindOneAndDeleteOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndReplace(Bson, T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndReplace(Bson, T, FindOneAndReplaceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndReplace(ClientSession, Bson, T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndReplace(ClientSession, Bson, T, FindOneAndReplaceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndReplace(Bson, T) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(Bson, T, FindOneAndReplaceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(ClientSession, Bson, T) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(ClientSession, Bson, T, FindOneAndReplaceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndUpdate(Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndUpdate(Bson, Bson, FindOneAndUpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndUpdate(ClientSession, Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndUpdate(ClientSession, Bson, Bson, FindOneAndUpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findOneAndUpdate(Bson, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(Bson, Bson, FindOneAndUpdateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(ClientSession, Bson, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(ClientSession, Bson, Bson, FindOneAndUpdateOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Atomically find a document and update it.
- FindOptions - Class in io.quarkus.mongodb
-
Stream options for find.
- FindOptions() - Constructor for class io.quarkus.mongodb.FindOptions
-
- fullDocument(FullDocument) - Method in class io.quarkus.mongodb.ChangeStreamOptions
-
Sets the fullDocument value.
- limit(int) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the limit to apply.
- limit(int) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the limit to apply.
- listCollectionNames() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionNames(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionNames() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Gets a stream of the names of all the collections in this database.
- listCollectionNames(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Gets a stream of the names of all the collections in this database.
- listCollections() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(CollectionListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(Class<T>, CollectionListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(ClientSession, CollectionListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections(ClientSession, Class<T>, CollectionListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollections() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(CollectionListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(Class<T>, CollectionListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, CollectionListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, Class<T>, CollectionListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listDatabaseNames() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabaseNames(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabaseNames() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets a list of the database names.
- listDatabaseNames(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets a list of the database names.
- listDatabases() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(DatabaseListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(Class<T>, DatabaseListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(ClientSession, DatabaseListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases(ClientSession, Class<T>, DatabaseListOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabases() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of database descriptors.
- listDatabases(DatabaseListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of database descriptors.
- listDatabases(Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(Class<T>, DatabaseListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases as a stream.
- listDatabases(ClientSession, DatabaseListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases as a stream.
- listDatabases(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(ClientSession, Class<T>, DatabaseListOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Gets the list of databases.
- listIndexes() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexes(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexes(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexes(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexes() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Get all the indexes in this collection.
- localThreshold - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
When choosing among multiple MongoDB servers to send a request, the driver will only send that request to a
server whose ping time is less than or equal to the server with the fastest ping time plus the local threshold.
- maintenanceFrequency - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the time period between runs of the maintenance job.
- maintenanceInitialDelay - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures period of time to wait before running the first maintenance job on the connection pool.
- mapReduce(String, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(String, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(ClientSession, String, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(ClientSession, String, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(String, String, MapReduceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(String, String, Class<D>, MapReduceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(ClientSession, String, String, MapReduceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(ClientSession, String, String, Class<D>, MapReduceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduce(String, String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(String, String, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(ClientSession, String, String) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(ClientSession, String, String, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(String, String, MapReduceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(String, String, Class<D>, MapReduceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(ClientSession, String, String, MapReduceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- mapReduce(ClientSession, String, String, Class<D>, MapReduceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Aggregates documents according to the specified map-reduce function.
- MapReduceOptions - Class in io.quarkus.mongodb
-
Map Reduce options.
- MapReduceOptions() - Constructor for class io.quarkus.mongodb.MapReduceOptions
-
- max(Bson) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the exclusive upper bound for a specific index.
- maxAwaitTime(long, TimeUnit) - Method in class io.quarkus.mongodb.AggregateOptions
-
The maximum amount of time for the server to wait on new documents to satisfy a $changeStream aggregation.
- maxAwaitTime(long, TimeUnit) - Method in class io.quarkus.mongodb.ChangeStreamOptions
-
Sets the maximum await execution time on the server for this operation.
- maxAwaitTime(long, TimeUnit) - Method in class io.quarkus.mongodb.FindOptions
-
The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor
query.
- maxConnectionIdleTime - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Maximum idle time of a pooled connection.
- maxConnectionLifeTime - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Maximum life time of a pooled connection.
- maxPoolSize - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the maximum number of connections in the connection pool.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.AggregateOptions
-
Sets the maximum execution time on the server for this operation.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.CollectionListOptions
-
Sets the maximum execution time on the server for this operation.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.DatabaseListOptions
-
Sets the maximum execution time on the server for this operation.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.DistinctOptions
-
Sets the maximum execution time on the server for this operation.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the maximum execution time on the server for this operation.
- maxTime(long, TimeUnit) - Method in class io.quarkus.mongodb.MapReduceOptions
-
Sets the maximum execution time on the server for this operation.
- MicrometerConnectionPoolListener - Class in io.quarkus.mongodb.metrics
-
- MicrometerConnectionPoolListener() - Constructor for class io.quarkus.mongodb.metrics.MicrometerConnectionPoolListener
-
- min(Bson) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the minimum inclusive lower bound for a specific index.
- minPoolSize - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the minimum number of connections in the connection pool.
- MongoClientBeanUtil - Class in io.quarkus.mongodb.runtime
-
- MongoClientConfig - Class in io.quarkus.mongodb.runtime
-
- MongoClientConfig() - Constructor for class io.quarkus.mongodb.runtime.MongoClientConfig
-
- mongoClientConfigs - Variable in class io.quarkus.mongodb.runtime.MongodbConfig
-
Configures additional mongo client connections.
- MongoClientName - Annotation Type in io.quarkus.mongodb
-
Marker annotation to select mongo connection of cluster configuration
Use name parameter to select it
For example, if a mongo connection is configured like so in application.properties:
- MongoClientName - Annotation Type in io.quarkus.mongodb.runtime
-
- MongoClientRecorder - Class in io.quarkus.mongodb.runtime
-
- MongoClientRecorder() - Constructor for class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- MongoClients - Class in io.quarkus.mongodb.runtime
-
- MongoClients(MongodbConfig, MongoClientSupport) - Constructor for class io.quarkus.mongodb.runtime.MongoClients
-
- MongoClientSubstitutions - Class in io.quarkus.mongodb.runtime.graal
-
- MongoClientSubstitutions() - Constructor for class io.quarkus.mongodb.runtime.graal.MongoClientSubstitutions
-
- mongoClientSupplier(String, MongodbConfig) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- MongoClientSupport - Class in io.quarkus.mongodb.runtime
-
- MongoClientSupport(List<String>, List<String>, List<String>, List<String>, List<ConnectionPoolListener>, boolean) - Constructor for class io.quarkus.mongodb.runtime.MongoClientSupport
-
- mongoClientSupportSupplier(List<String>, List<String>, List<String>, List<String>, List<Supplier<ConnectionPoolListener>>, boolean) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- MongoCompressorSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- MongoCompressorSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.MongoCompressorSubstitution
-
- MongodbConfig - Class in io.quarkus.mongodb.runtime
-
- MongodbConfig() - Constructor for class io.quarkus.mongodb.runtime.MongodbConfig
-
- MongoHealthCheck - Class in io.quarkus.mongodb.health
-
- MongoHealthCheck() - Constructor for class io.quarkus.mongodb.health.MongoHealthCheck
-
- MongoMetricsConnectionPoolListener - Class in io.quarkus.mongodb.metrics
-
- MongoMetricsConnectionPoolListener() - Constructor for class io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
-
- REACTIVE_CLIENT_NAME_SUFFIX - Static variable in class io.quarkus.mongodb.runtime.MongoClientBeanUtil
-
- ReactiveMongoClient - Interface in io.quarkus.mongodb.reactive
-
A reactive Mongo client.
- ReactiveMongoClientImpl - Class in io.quarkus.mongodb.impl
-
- ReactiveMongoClientImpl(MongoClient) - Constructor for class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- reactiveMongoClientSupplier(String, MongodbConfig) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- ReactiveMongoCollection<T> - Interface in io.quarkus.mongodb.reactive
-
A reactive API to interact with a Mongo collection.
- ReactiveMongoCollectionImpl<T> - Class in io.quarkus.mongodb.impl
-
- ReactiveMongoCollectionImpl(MongoCollection<T>) - Constructor for class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- ReactiveMongoDatabase - Interface in io.quarkus.mongodb.reactive
-
A reactive API to interact with a Mongo database.
- ReactiveMongoDatabaseImpl - Class in io.quarkus.mongodb.impl
-
- ReactiveMongoDatabaseImpl(MongoDatabase) - Constructor for class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- readPreference - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the read preferences.
- readTimeout - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
How long a socket read can take before timing out.
- renameCollection(MongoNamespace) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- renameCollection(MongoNamespace, RenameCollectionOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- renameCollection(ClientSession, MongoNamespace) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- renameCollection(ClientSession, MongoNamespace, RenameCollectionOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- renameCollection(MongoNamespace) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(MongoNamespace, RenameCollectionOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(ClientSession, MongoNamespace) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(ClientSession, MongoNamespace, RenameCollectionOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- replaceOne(Bson, T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- replaceOne(Bson, T, ReplaceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- replaceOne(ClientSession, Bson, T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- replaceOne(ClientSession, Bson, T, ReplaceOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- replaceOne(Bson, T) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(Bson, T, ReplaceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(ClientSession, Bson, T) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(ClientSession, Bson, T, ReplaceOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replicaSetName - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Implies that the hosts given are a seed list, and the driver will attempt to find all members of the set.
- resolveAdditionalQueryParametersFromTxtRecords(String) - Method in class io.quarkus.mongodb.runtime.graal.DefaultDnsResolverSubstitution
-
- resolveHostFromSrvRecords(String) - Method in class io.quarkus.mongodb.runtime.graal.DefaultDnsResolverSubstitution
-
- resumeAfter(BsonDocument) - Method in class io.quarkus.mongodb.ChangeStreamOptions
-
Sets the logical starting point for the new change stream.
- retryWrites - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
-
If set to true, the driver will retry supported write operations if they fail due to a network error.
- returnKey(boolean) - Method in class io.quarkus.mongodb.FindOptions
-
Sets the returnKey.
- runCommand(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(Bson, ReadPreference) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(Bson, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(Bson, ReadPreference, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(ClientSession, Bson, ReadPreference) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(ClientSession, Bson, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(ClientSession, Bson, ReadPreference, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- runCommand(Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, ReadPreference) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, ReadPreference, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, ReadPreference) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, ReadPreference, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- w - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
-
When set, the driver adds w: wValue to all write commands.
- watch() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watch() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(Class<D>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, Class<D>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch(ClientSession, List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watch() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watch() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoClient
-
Creates a change stream for this client.
- watch() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch() - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoDatabase
-
Creates a change stream for this database.
- withDocumentClass(Class<NewTDocument>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- withDocumentClass(Class<NewTDocument>) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create a new ReactiveMongoCollection instance with a different default class to cast any documents returned from the
database into..
- withReadPreference(ReadPreference) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- withReadPreference(ReadPreference) - Method in interface io.quarkus.mongodb.reactive.ReactiveMongoCollection
-
Create a new ReactiveMongoCollection instance with a different read preference.
- Wrappers - Class in io.quarkus.mongodb.impl
-
- writeConcern - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Write concern
- WriteConcernConfig - Class in io.quarkus.mongodb.runtime
-
Configures the write concern.
- WriteConcernConfig() - Constructor for class io.quarkus.mongodb.runtime.WriteConcernConfig
-
- wTimeout - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
-
When set, the driver adds wtimeout : ms to all write commands.