Skip navigation links
Quarkus - MongoDB Client - Runtime 0.19.0
A B C D E F G H I J L M N O P R S T U V W 

A

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
 

B

bulkWrite(List<? extends WriteModel<? extends T>>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
bulkWrite(List<? extends WriteModel<? extends T>>, BulkWriteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
bulkWrite(ClientSession, List<? extends WriteModel<? extends T>>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
bulkWrite(ClientSession, List<? extends WriteModel<? extends T>>, BulkWriteOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
bulkWrite(List<? extends WriteModel<? extends T>>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Executes a mix of inserts, updates, replaces, and deletes.
bulkWrite(List<? extends WriteModel<? extends T>>, BulkWriteOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Executes a mix of inserts, updates, replaces, and deletes.
bulkWrite(ClientSession, List<? extends WriteModel<? extends T>>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Executes a mix of inserts, updates, replaces, and deletes.
bulkWrite(ClientSession, List<? extends WriteModel<? extends T>>, BulkWriteOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Executes a mix of inserts, updates, replaces, and deletes.
bypassDocumentValidation(boolean) - Method in class io.quarkus.mongodb.AggregateOptions
Sets the bypass document level validation flag.
bypassDocumentValidation(boolean) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets the bypass document level validation flag.

C

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
Configures the credentials and the authentication mechanism.
cursorType(CursorType) - Method in class io.quarkus.mongodb.FindOptions
Sets the cursor type.

D

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.

E

estimatedDocumentCount() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
estimatedDocumentCount(EstimatedDocumentCountOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
estimatedDocumentCount() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Gets an estimate of the count of documents in a collection using collection metadata.
estimatedDocumentCount(EstimatedDocumentCountOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Gets an estimate of the count of documents in a collection using collection metadata.

F

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.

G

get_applicationName(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_authMechanism(Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
get_authMechanismProperties(Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
get_authSource(Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
get_connectionString(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_connectTimeout(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_credentials(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_heartbeatFrequency(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_hosts(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_journal(Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
get_localThreshold(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maintenanceFrequency(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maintenanceInitialDelay(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maxConnectionIdleTime(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maxConnectionLifeTime(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maxPoolSize(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_maxWaitQueueSize(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_minPoolSize(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_password(Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
get_readPreference(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_replicaSetName(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_retryWrites(Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
get_safe(Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
get_serverSelectionTimeout(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_socketTimeout(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_tls(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_tlsInsecure(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_username(Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
get_w(Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
get_waitQueueMultiple(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_waitQueueTimeout(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_writeConcern(Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
get_wTimeout(Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
getCodecProviders(List<String>) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
 
getCollection(String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
 
getCollection(String, Class<T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
 
getCollection(String) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
Gets a collection.
getCollection(String, Class<T>) - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
Gets a collection, with a specific default document class.
getDatabase(String) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
 
getDatabase(String) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
Retrieves a ReactiveMongoDatabase with the given name.
getDocumentClass() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
getDocumentClass() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Get the class of documents stored in this collection.
getName() - Method in class io.quarkus.mongodb.impl.ReactiveMongoDatabaseImpl
 
getName() - Method in interface io.quarkus.mongodb.ReactiveMongoDatabase
Gets the name of the database.
getNamespace() - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
getNamespace() - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Gets the namespace of this collection.
getSocketFactory() - Method in class io.quarkus.mongodb.runtime.graal.MongoClientOptionsSubstitution
 

H

heartbeatFrequency - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
The frequency that the driver will attempt to determine the current state of each server in the cluster.
hint(Bson) - Method in class io.quarkus.mongodb.AggregateOptions
Sets the hint for which index to use.
hint(Bson) - Method in class io.quarkus.mongodb.FindOptions
Sets the hint for which index to use.
hosts - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
Configures the Mongo server addressed (one if single mode).

I

initialize(MongoClient, ReactiveMongoClient) - Method in class io.quarkus.mongodb.runtime.MongoClientProducer
 
initialize(MongoClientConfig, List<String>) - Method in class io.quarkus.mongodb.runtime.MongoClientRecorder
 
insertMany(List<? extends T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertMany(List<? extends T>, InsertManyOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertMany(ClientSession, List<? extends T>) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertMany(ClientSession, List<? extends T>, InsertManyOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertMany(List<? extends T>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts a batch of documents.
insertMany(List<? extends T>, InsertManyOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts a batch of documents.
insertMany(ClientSession, List<? extends T>) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts a batch of documents.
insertMany(ClientSession, List<? extends T>, InsertManyOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts a batch of documents.
insertOne(T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertOne(T, InsertOneOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertOne(ClientSession, T) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertOne(ClientSession, T, InsertOneOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
insertOne(T) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts the provided document.
insertOne(T, InsertOneOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts the provided document.
insertOne(ClientSession, T) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts the provided document.
insertOne(ClientSession, T, InsertOneOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Inserts the provided document.
InternalStreamConnectionSubtitution - Class in io.quarkus.mongodb.runtime.graal
 
InternalStreamConnectionSubtitution() - Constructor for class io.quarkus.mongodb.runtime.graal.InternalStreamConnectionSubtitution
 
io.quarkus.mongodb - package io.quarkus.mongodb
 
io.quarkus.mongodb.impl - package io.quarkus.mongodb.impl
 
io.quarkus.mongodb.runtime - package io.quarkus.mongodb.runtime
 
io.quarkus.mongodb.runtime.graal - package io.quarkus.mongodb.runtime.graal
 

J

journal - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
Configures the journal writing aspect.
jsMode(boolean) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets the flag that specifies whether to convert intermediate data into BSON format between the execution of the map and reduce functions.

L

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.

M

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
 

N

nameOnly(boolean) - Method in class io.quarkus.mongodb.DatabaseListOptions
Sets the nameOnly flag that indicates whether the command should return just the database names or return the database names and size information.
noCursorTimeout(boolean) - Method in class io.quarkus.mongodb.FindOptions
The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use.
nonAtomic(boolean) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets if the post-processing step will prevent MongoDB from locking the database.

O

onStop(Object) - Method in class io.quarkus.mongodb.runtime.MongoClientProducer
 
oplogReplay(boolean) - Method in class io.quarkus.mongodb.FindOptions
Users should not set this under normal circumstances.

P

partial(boolean) - Method in class io.quarkus.mongodb.FindOptions
Get partial results from a sharded cluster if one or more shards are unreachable (instead of throwing an error).
password - Variable in class io.quarkus.mongodb.runtime.CredentialConfig
Configures the password.
projection(Bson) - Method in class io.quarkus.mongodb.FindOptions
Sets a document describing the fields to return for all matching documents.

R

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.

S

safe - Variable in class io.quarkus.mongodb.runtime.WriteConcernConfig
Configures the safety.
scope(Bson) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets the global variables that are accessible in the map, reduce and finalize functions.
ServerAddressHelperSubstitution - Class in io.quarkus.mongodb.runtime.graal
 
ServerAddressHelperSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.ServerAddressHelperSubstitution
 
serverSelectionTimeout - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
How long the driver will wait for server selection to succeed before throwing an exception.
set_applicationName(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_authMechanism(Object, Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
set_authMechanismProperties(Object, Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
set_authSource(Object, Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
set_connectionString(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_connectTimeout(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_credentials(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_heartbeatFrequency(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_hosts(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_journal(Object, boolean) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
set_localThreshold(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maintenanceFrequency(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maintenanceInitialDelay(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maxConnectionIdleTime(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maxConnectionLifeTime(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maxPoolSize(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_maxWaitQueueSize(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_minPoolSize(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_password(Object, Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
set_readPreference(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_replicaSetName(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_retryWrites(Object, boolean) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
set_safe(Object, boolean) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
set_serverSelectionTimeout(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_socketTimeout(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_tls(Object, boolean) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_tlsInsecure(Object, boolean) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_username(Object, Object) - Static method in class io.quarkus.mongodb.runtime.CredentialConfig$$accessor
 
set_w(Object, Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
set_waitQueueMultiple(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_waitQueueTimeout(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_writeConcern(Object, Object) - Static method in class io.quarkus.mongodb.runtime.MongoClientConfig$$accessor
 
set_wTimeout(Object, Object) - Static method in class io.quarkus.mongodb.runtime.WriteConcernConfig$$accessor
 
sharded(boolean) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets if the output database is sharded
showRecordId(boolean) - Method in class io.quarkus.mongodb.FindOptions
Sets the showRecordId.
skip(int) - Method in class io.quarkus.mongodb.FindOptions
Sets the number of documents to skip.
SocketStreamFactorySubstitution - Class in io.quarkus.mongodb.runtime.graal
 
SocketStreamFactorySubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.SocketStreamFactorySubstitution
 
socketTimeout - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
How long a send or receive on a socket can take before timing out.
sort(Bson) - Method in class io.quarkus.mongodb.FindOptions
Sets the sort criteria to apply to the query.
sort(Bson) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets the sort criteria to apply to the query.
startAtOperationTime(BsonTimestamp) - Method in class io.quarkus.mongodb.ChangeStreamOptions
The change stream will only provide changes that occurred after the specified timestamp.
startSession() - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
 
startSession(ClientSessionOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoClientImpl
 
startSession() - Method in interface io.quarkus.mongodb.ReactiveMongoClient
Creates a client session.
startSession(ClientSessionOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoClient
Creates a client session.

T

tls - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
Whether to connect using TLS.
tlsInsecure - Variable in class io.quarkus.mongodb.runtime.MongoClientConfig
If connecting with TLS, this option enables insecure TLS connections.
toCompletionStage(Publisher<T>) - Static method in class io.quarkus.mongodb.impl.Wrappers
 
toCompletionStageOfList(Publisher<T>) - Static method in class io.quarkus.mongodb.impl.Wrappers
 
toEmptyCompletionStage(Publisher<Success>) - Static method in class io.quarkus.mongodb.impl.Wrappers
 
toPublisherBuilder(Publisher<T>) - Static method in class io.quarkus.mongodb.impl.Wrappers
 

U

UnixServerAddressSubstitution - Class in io.quarkus.mongodb.runtime.graal
 
UnixServerAddressSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.UnixServerAddressSubstitution
 
UnixSocketChannelStreamSubstitution - Class in io.quarkus.mongodb.runtime.graal
 
UnixSocketChannelStreamSubstitution() - Constructor for class io.quarkus.mongodb.runtime.graal.UnixSocketChannelStreamSubstitution
 
updateMany(Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateMany(Bson, Bson, UpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateMany(ClientSession, Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateMany(ClientSession, Bson, Bson, UpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateMany(Bson, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update all documents in the collection according to the specified arguments.
updateMany(Bson, Bson, UpdateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update all documents in the collection according to the specified arguments.
updateMany(ClientSession, Bson, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update all documents in the collection according to the specified arguments.
updateMany(ClientSession, Bson, Bson, UpdateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update all documents in the collection according to the specified arguments.
updateOne(Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateOne(Bson, Bson, UpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateOne(ClientSession, Bson, Bson) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateOne(ClientSession, Bson, Bson, UpdateOptions) - Method in class io.quarkus.mongodb.impl.ReactiveMongoCollectionImpl
 
updateOne(Bson, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update a single document in the collection according to the specified arguments.
updateOne(Bson, Bson, UpdateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update a single document in the collection according to the specified arguments.
updateOne(ClientSession, Bson, Bson) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update a single document in the collection according to the specified arguments.
updateOne(ClientSession, Bson, Bson, UpdateOptions) - Method in interface io.quarkus.mongodb.ReactiveMongoCollection
Update a single document in the collection according to the specified arguments.
username - Variable in class io.quarkus.mongodb.runtime.CredentialConfig
Configures the username.

V

verbose(boolean) - Method in class io.quarkus.mongodb.MapReduceOptions
Sets whether to include the timing information in the result information.

W

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
Configures the 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.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
Quarkus - MongoDB Client - Runtime 0.19.0

Copyright © 2019 JBoss by Red Hat. All rights reserved.