- 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.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>, Class<D>, AggregateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, AggregateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(ClientSession, List<? extends Bson>, Class<D>, AggregateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregate(List<? extends Bson>) - Method in interface io.quarkus.mongodb.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.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.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.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.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.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.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.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp
and $listLocalSessions
.
- aggregateAsPublisher(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregateAsPublisher(List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregateAsPublisher(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- aggregateAsPublisher(ClientSession, List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
Aggregates documents according to the specified aggregation pipeline.
- aggregateAsPublisher(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregateAsPublisher(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregateAsPublisher(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregateAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- aggregateAsPublisher(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregateAsPublisher(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregateAsPublisher(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregateAsPublisher(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Aggregates documents according to the specified aggregation pipeline.
- aggregateAsPublisher(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp
and $listLocalSessions
.
- aggregateAsPublisher(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp
and $listLocalSessions
.
- aggregateAsPublisher(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Runs an aggregation framework pipeline on the database for pipeline stages
that do not require an underlying collection, such as $currentOp
and $listLocalSessions
.
- aggregateAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.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.
- axle() - Method in class io.quarkus.mongodb.runtime.MongoClientProducer
-
- ChangeStreamOptions - Class in io.quarkus.mongodb
-
Configures the Change Stream
- ChangeStreamOptions() - Constructor for class io.quarkus.mongodb.ChangeStreamOptions
-
- client() - Method in class io.quarkus.mongodb.runtime.MongoClientProducer
-
- close() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- close() - Method in interface io.quarkus.mongodb.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
-
- configureTheClient(MongoClientConfig, BeanContainer, LaunchMode, ShutdownContext, List<String>) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- configureTheReactiveClient() - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- 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.
- construct() - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
-
- construct() - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
-
- construct() - Static method in class io.quarkus.mongodb.runtime.MongoClientRecorder$$accessor
-
- construct() - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
-
- 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.ReactiveMongoCollection
-
Counts the number of documents in the collection.
- countDocuments(Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(Bson, CountOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Counts the number of documents in the collection according to the given options.
- countDocuments(ClientSession, Bson, CountOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(String, CreateCollectionOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(ClientSession, String) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Create a new collection with the selected options
- createCollection(ClientSession, String, CreateCollectionOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Creates an index.
- createIndex(Bson, IndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates an index.
- createIndex(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates an index.
- createIndex(ClientSession, Bson, IndexOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(List<IndexModel>, CreateIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(ClientSession, List<IndexModel>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Create multiple indexes.
- createIndexes(ClientSession, List<IndexModel>, CreateIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Create multiple indexes.
- 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.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.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.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.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
-
- CredentialConfig$$accessor - Class in io.quarkus.mongodb.runtime
-
- 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.
- DefaultDnsResolverSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- DefaultDnsResolverSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.DefaultDnsResolverSubstitution
-
- 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.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Removes all documents from the collection that match the given query filter.
- deleteMany(ClientSession, Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Removes at most one document from the collection that matches the given filter.
- deleteOne(ClientSession, Bson, DeleteOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(String, Bson, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinct(ClientSession, String, Bson, Class<D>, DistinctOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinctAsPublisher(String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinctAsPublisher(String, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinctAsPublisher(ClientSession, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinctAsPublisher(ClientSession, String, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- distinctAsPublisher(String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinctAsPublisher(String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinctAsPublisher(ClientSession, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Gets the distinct values of the specified field name.
- distinctAsPublisher(ClientSession, String, Bson, Class<D>) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Drops this collection from the database.
- drop(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops this collection from the database.
- drop() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Drops this database.
- drop(ClientSession) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(String, DropIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(Bson, DropIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, String) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, String, DropIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drops the index given the keys used to create it.
- dropIndex(ClientSession, Bson, DropIndexOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(DropIndexOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Drop all the indexes on this collection, except for the default on _id.
- dropIndexes(ClientSession, DropIndexOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- find(ClientSession, Bson, Class<D>, FindOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(ClientSession, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher(ClientSession, Bson, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- findAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(Bson, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Finds all documents in the collection.
- findAsPublisher(ClientSession, Bson, Class<D>) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(Bson, FindOneAndDeleteOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and remove it.
- findOneAndDelete(ClientSession, Bson, FindOneAndDeleteOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(Bson, T, FindOneAndReplaceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(ClientSession, Bson, T) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and replace it.
- findOneAndReplace(ClientSession, Bson, T, FindOneAndReplaceOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(Bson, Bson, FindOneAndUpdateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(ClientSession, Bson, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Atomically find a document and update it.
- findOneAndUpdate(ClientSession, Bson, Bson, FindOneAndUpdateOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoDatabase
-
Gets a stream of the names of all the collections in this database.
- listCollectionNames(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Gets a stream of the names of all the collections in this database.
- listCollectionNamesAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionNamesAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionNamesAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Gets a stream of the names of all the collections in this database.
- listCollectionNamesAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.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.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(CollectionListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(Class<T>, CollectionListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, CollectionListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollections(ClientSession, Class<T>, CollectionListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollectionsAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionsAsPublisher(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionsAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionsAsPublisher(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- listCollectionsAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollectionsAsPublisher(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollectionsAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Finds all the collections in this database.
- listCollectionsAsPublisher(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.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.ReactiveMongoClient
-
Gets a list of the database names.
- listDatabaseNames(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets a list of the database names.
- listDatabaseNamesAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabaseNamesAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabaseNamesAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets a list of the database names.
- listDatabaseNamesAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.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.ReactiveMongoClient
-
Gets the list of database descriptors.
- listDatabases(DatabaseListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of database descriptors.
- listDatabases(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(Class<T>, DatabaseListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases as a stream.
- listDatabases(ClientSession, DatabaseListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases as a stream.
- listDatabases(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases.
- listDatabases(ClientSession, Class<T>, DatabaseListOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases.
- listDatabasesAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabasesAsPublisher(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabasesAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabasesAsPublisher(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- listDatabasesAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of database descriptors.
- listDatabasesAsPublisher(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases.
- listDatabasesAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Gets the list of databases as a stream.
- listDatabasesAsPublisher(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexes(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexesAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexesAsPublisher(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexesAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexesAsPublisher(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- listIndexesAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexesAsPublisher(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexesAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Get all the indexes in this collection.
- listIndexesAsPublisher(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
- mapReduce(String, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(ClientSession, String, String) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(ClientSession, String, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(String, String, MapReduceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(String, String, Class<D>, MapReduceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(ClientSession, String, String, MapReduceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduce(ClientSession, String, String, Class<D>, MapReduceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduceAsPublisher(String, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduceAsPublisher(String, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduceAsPublisher(ClientSession, String, String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduceAsPublisher(ClientSession, String, String, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- mapReduceAsPublisher(String, String) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduceAsPublisher(String, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduceAsPublisher(ClientSession, String, String) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- mapReduceAsPublisher(ClientSession, String, String, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
- 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.
- maxWaitQueueSize - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
Configures the maximum number of concurrent operations allowed to wait for a server to become available.
- 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.
- MongoClientConfig - Class in io.quarkus.mongodb.runtime
-
- MongoClientConfig() - Constructor for class io.quarkus.mongodb.runtime.MongoClientConfig
-
- MongoClientConfig$$accessor - Class in io.quarkus.mongodb.runtime
-
- MongoClientOptionsSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- MongoClientOptionsSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.MongoClientOptionsSubstitution
-
- MongoClientProducer - Class in io.quarkus.mongodb.runtime
-
- MongoClientProducer() - Constructor for class io.quarkus.mongodb.runtime.MongoClientProducer
-
- MongoClientRecorder - Class in io.quarkus.mongodb.runtime
-
- MongoClientRecorder() - Constructor for class io.quarkus.mongodb.runtime.MongoClientRecorder
-
- MongoClientRecorder$$accessor - Class in io.quarkus.mongodb.runtime
-
- MongoClientSubstitutions - Class in io.quarkus.mongodb.runtime.graal
-
- MongoClientSubstitutions() - Constructor for class io.quarkus.mongodb.runtime.graal.MongoClientSubstitutions
-
- MongoCompressorSubstitution - Class in io.quarkus.mongodb.runtime.graal
-
- MongoCompressorSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.MongoCompressorSubstitution
-
- ReactiveMongoClient - Interface in io.quarkus.mongodb
-
A reactive Mongo client.
- ReactiveMongoClientImpl - Class in io.quarkus.mongodb.impl
-
- ReactiveMongoClientImpl(MongoClient) - Constructor for class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- ReactiveMongoCollection<T> - Interface in io.quarkus.mongodb
-
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
-
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.
- 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.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(MongoNamespace, RenameCollectionOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(ClientSession, MongoNamespace) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Rename the collection with oldCollectionName to the newCollectionName.
- renameCollection(ClientSession, MongoNamespace, RenameCollectionOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(Bson, T, ReplaceOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(ClientSession, Bson, T) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Replace a document in the collection according to the specified arguments.
- replaceOne(ClientSession, Bson, T, ReplaceOptions) - Method in interface io.quarkus.mongodb.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.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, ReadPreference) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(Bson, ReadPreference, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, ReadPreference) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Executes command in the context of the current database.
- runCommand(ClientSession, Bson, ReadPreference, Class<T>) - Method in interface io.quarkus.mongodb.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.
- waitQueueMultiple - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
This multiplier, multiplied with the maxPoolSize
setting, gives the maximum number of
threads that may be waiting for a connection to become available from the pool.
- waitQueueTimeout - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
-
The maximum wait time that a thread may wait for a connection to become available.
- 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.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watch() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch(ClientSession, List<? extends Bson>, Class<D>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watch() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watch(ClientSession, List<? extends Bson>, Class<T>, ChangeStreamOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
-
- watchAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(ClientSession, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<D>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
-
- watchAsPublisher() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(ClientSession) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(ClientSession, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
-
- watchAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
-
Creates a change stream for this client.
- watchAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(ClientSession, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<D>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
-
Creates a change stream for this collection.
- watchAsPublisher() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(ClientSession) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(ClientSession, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(ClientSession, List<? extends Bson>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- watchAsPublisher(ClientSession, List<? extends Bson>, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
-
Creates a change stream for this database.
- 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
-
- WriteConcernConfig$$accessor - Class in io.quarkus.mongodb.runtime
-
- wTimeout - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
-
When set, the driver adds wtimeout : ms
to all write commands.