Skip navigation links
vertx-mongo-client 3.6.3.redhat-00011
A B C D E F G H I L M N O P R S T U V W 

A

aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
AggregateOptions - Class in io.vertx.ext.mongo
Options used to configure aggregate operations.
AggregateOptions() - Constructor for class io.vertx.ext.mongo.AggregateOptions
Default constructor
AggregateOptions(AggregateOptions) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Copy constructor
AggregateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Constructor from JSON
AggregateOptionsConverter - Class in io.vertx.ext.mongo
Converter for AggregateOptions.
AggregateOptionsConverter() - Constructor for class io.vertx.ext.mongo.AggregateOptionsConverter
 
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command.

B

background(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index should be created in the background
bits(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the number of precision of the stored geohash value of the location data in 2d indexes.
bucketSize(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the specified the number of units within which to group the location values for geoHaystack Indexes
BulkOperation - Class in io.vertx.ext.mongo
Contains all data needed for one operation of a bulk write operation.
BulkOperation(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkOperation
Json constructor
BulkOperation.BulkOperationType - Enum in io.vertx.ext.mongo
Enum for the different possible operations
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Execute a bulk operation.
BulkWriteOptions - Class in io.vertx.ext.mongo
Options for configuring bulk write operations.
BulkWriteOptions() - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Default constructor
BulkWriteOptions(boolean) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Constructor specifying ordered
BulkWriteOptions(BulkWriteOptions) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Copy constructor
BulkWriteOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Constructor from JSON
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.

C

close() - Method in interface io.vertx.ext.mongo.MongoClient
Close the client and release its resources
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoClient
Count matching documents in a collection.
createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Create a new collection
createDelete(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new delete operation with the given filter
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates an index.
createInsert(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new insert operation with the given document
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
createReplace(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new replace operation with the given filter and replace document
createReplace(JsonObject, JsonObject, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new replace operation with the given filter, replace document, and the upsert flag
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
createUpdate(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new update operation with the given filter and update document
createUpdate(JsonObject, JsonObject, boolean, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new update operation with the given filter, update document, the upsert flag, and multi flag

D

DEFAULT_BACKGROUD - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of batchSize = 10.
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of batchSize = 10.
DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default database
DEFAULT_DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was deleted
DEFAULT_DOCMATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no match
DEFAULT_DOCMODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no document is modified
DEFAULT_INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was inserted
DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of limit = -1, signifying no limit
DEFAULT_MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was matched
DEFAULT_MAX_AWAIT_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of maxAwaiTime = 0.
DEFAULT_MAX_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of maxTime = 0.
DEFAULT_MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was modified
DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of multi = false
DEFAULT_ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
The default value of ordered = true
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default pool
DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
The default value is 0, signifying no document is removed
DEFAULT_RETURN_NEW_DOCUMENT - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of returning new document = false
DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of skip = 0
DEFAULT_SPARSE - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_UNIQUE - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of upsert = false
defaultLanguage(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the language for the text index.
DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents deleted.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
DOC_MATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents matched.
DOC_MODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents modified.
dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drop a collection
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drops the index given its name.

E

equals(Object) - Method in class io.vertx.ext.mongo.AggregateOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.FindOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
equals(Object) - Method in class io.vertx.ext.mongo.UpdateOptions
 
expireAfter(Long, TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the time to live for documents in the collection

F

find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection
findBatch(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
FindOptions - Class in io.vertx.ext.mongo
Options used to configure find operations.
FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
Default constructor
FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
Copy constructor
FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
Constructor from JSON
FindOptionsConverter - Class in io.vertx.ext.mongo
Converter for FindOptions.
FindOptionsConverter() - Constructor for class io.vertx.ext.mongo.FindOptionsConverter
 
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
fromJson(Iterable<Map.Entry<String, Object>>, AggregateOptions) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, FindOptions) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 

G

getAllowDiskUse() - Method in class io.vertx.ext.mongo.AggregateOptions
Get the flag if writing to temporary files is enabled.
getBatchSize() - Method in class io.vertx.ext.mongo.AggregateOptions
 
getBatchSize() - Method in class io.vertx.ext.mongo.FindOptions
 
getBits() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the number of precision of the stored geohash value of the location data in 2d indexes.
getBucketSize() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the specified the number of units within which to group the location values for geoHaystack Indexes
getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Get a list of all collections in the database.
getDefaultLanguage() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the language for a text index.
getDeletedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of deleted documents
getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're matched
getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're modified
getDocument() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the document, used by insert, replace, and update operations
getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the document id that's upserted
getExpireAfter(TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
Gets the time to live for documents in the collection
getFields() - Method in class io.vertx.ext.mongo.FindOptions
Get the fields
getFilter() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the filter document, used by replace, update, and delete operations
getInsertedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of inserted documents
getLanguageOverride() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the name of the field that contains the language string.
getLimit() - Method in class io.vertx.ext.mongo.FindOptions
Get the limit - this determines the max number of rows to return
getMatchedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of matched documents
getMax() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
getMaxAwaitTime() - Method in class io.vertx.ext.mongo.AggregateOptions
 
getMaxTime() - Method in class io.vertx.ext.mongo.AggregateOptions
Get the specified time limit in milliseconds for processing operations on a cursor.
getMin() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
getModifiedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of modified documents
getName() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the name of the index.
getPartialFilterExpression() - Method in class io.vertx.ext.mongo.IndexOptions
Get the filter expression for the documents to be included in the index or null if not set
getRemovedCount() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Get the number of removed documents
getSkip() - Method in class io.vertx.ext.mongo.FindOptions
Get the skip.
getSort() - Method in class io.vertx.ext.mongo.FindOptions
Get the sort document
getSphereVersion() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the 2dsphere index version number.
getStorageEngine() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the storage engine options document for this index.
getTextVersion() - Method in class io.vertx.ext.mongo.IndexOptions
The text index version number.
getType() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the operation type
getUpserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
An unmodifiable list of upsert data.
getVersion() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the index version number.
getWeights() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the weighting object for use with a text index
getWriteOption() - Method in class io.vertx.ext.mongo.BulkWriteOptions
Get the write option
getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
Get the write option.

H

hashCode() - Method in class io.vertx.ext.mongo.AggregateOptions
 
hashCode() - Method in class io.vertx.ext.mongo.FindOptions
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
 

I

ID - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for ID of upsert information.
ID_FIELD - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving the _id within upserted_id
INDEX - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for index of upsert information.
IndexOptions - Class in io.vertx.ext.mongo
Options used to configure index.
IndexOptions() - Constructor for class io.vertx.ext.mongo.IndexOptions
Default constructor
IndexOptions(IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexOptions
Copy constructor
IndexOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexOptions
Constructor from JSON
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection
INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents inserted.
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
io.vertx.ext.mongo - package io.vertx.ext.mongo
 
isBackground() - Method in class io.vertx.ext.mongo.IndexOptions
Create the index in the background
isMulti() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the multi flag, used by update and delete operations
isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether multi is enabled.
isOrdered() - Method in class io.vertx.ext.mongo.BulkWriteOptions
Get whether the operations will be executed in the given order
isReturningNewDocument() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether returning new document property is enabled.
isSparse() - Method in class io.vertx.ext.mongo.IndexOptions
If true, the index only references documents with the specified field
isUnique() - Method in class io.vertx.ext.mongo.IndexOptions
Gets if the index should be unique.
isUpsert() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the upsert flag, used by update and replace operations
isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether upsert is enabled

L

languageOverride(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the name of the field that contains the language string.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Get all the indexes in this collection.

M

MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents matched.
max(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
min(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents modified.
MongoClient - Interface in io.vertx.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClientBulkWriteResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver bulk write result.
MongoClientBulkWriteResult() - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Default constructor
MongoClientBulkWriteResult(long, long, long, long, List<JsonObject>) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constructor to specify the result of the bulk write operation.
MongoClientBulkWriteResult(MongoClientBulkWriteResult) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Copy constructor
MongoClientBulkWriteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constructor from JSON
MongoClientDeleteResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver delete result.
MongoClientDeleteResult() - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Default constructor
MongoClientDeleteResult(long) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor that specify the number of documents removed
MongoClientDeleteResult(MongoClientDeleteResult) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Copy constructor
MongoClientDeleteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor form JSON
MongoClientUpdateResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver update result.
MongoClientUpdateResult() - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Default constructor
MongoClientUpdateResult(long, JsonObject, long) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor to specify the status of the operation.
MongoClientUpdateResult(MongoClientUpdateResult) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Copy constructor
MongoClientUpdateResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor from JSON

N

name(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the name of the index.

O

ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
Field name for the ordered value in json representation

P

partialFilterExpression(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the filter expression for the documents to be included in the index

R

remove(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
REMOVED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
Constant to be used when storing and retrieving Json for documents removed.
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeOne(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Run an arbitrary MongoDB command.

S

save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
setAllowDiskUse(Boolean) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the flag if writing to temporary files is enabled.
setBatchSize(int) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the batch size for methods loading found data in batches.
setBatchSize(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the batch size for methods loading found data in batches.
setDocument(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the document, used by insert, replace, and update operations
setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the fields
setFilter(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the filter document, used by replace, update, and delete operations
setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the limit
setMaxAwaitTime(long) - Method in class io.vertx.ext.mongo.AggregateOptions
The maximum amount of time for the server to wait on new documents to satisfy a $changeStream aggregation.
setMaxTime(long) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the time limit in milliseconds for processing operations on a cursor.
setMulti(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the multi flag, used by update and delete operations
setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether multi is enabled
setOrdered(boolean) - Method in class io.vertx.ext.mongo.BulkWriteOptions
Set the ordered option
setReturningNewDocument(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether new document property is enabled.
setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the skip
setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the sort document
setType(BulkOperation.BulkOperationType) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the operation type
setUpsert(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the upsert flag, used by update and replace operations
setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether upsert is enabled
setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.BulkWriteOptions
Set the write option
setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
Set the write option
sparse(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index only references documents with the specified field
sphereVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the 2dsphere index version number.
storageEngine(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the storage engine options document for this index.

T

textVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Set the text index version number.
toJson() - Method in class io.vertx.ext.mongo.AggregateOptions
Convert to JSON
toJson(AggregateOptions, JsonObject) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
toJson(AggregateOptions, Map<String, Object>) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
toJson() - Method in class io.vertx.ext.mongo.BulkOperation
Generate a json from this object
toJson() - Method in class io.vertx.ext.mongo.BulkWriteOptions
 
toJson() - Method in class io.vertx.ext.mongo.FindOptions
Convert to JSON
toJson(FindOptions, JsonObject) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 
toJson(FindOptions, Map<String, Object>) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 
toJson() - Method in class io.vertx.ext.mongo.IndexOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.UpdateOptions
 

U

unique(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index should be unique.
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
UpdateOptions - Class in io.vertx.ext.mongo
Options for configuring updates.
UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
Default constructor
UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert
UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert and multu
UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Copy constructor
UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor from JSON
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Deprecated.
UPSERTED_ID - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents upserted id.
UPSERTS - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for upsert information.

V

valueOf(String) - Static method in enum io.vertx.ext.mongo.BulkOperation.BulkOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mongo.WriteOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.ext.mongo.BulkOperation.BulkOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mongo.WriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
version(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the index version number.

W

weights(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the weighting object for use with a text index.
WRITE_OPTION - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
Field name for the writeOption value in json representation
WriteOption - Enum in io.vertx.ext.mongo
Enum representing the mongoDB Java Driver's WriteConcern
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
vertx-mongo-client 3.6.3.redhat-00011

Copyright © 2019 Eclipse. All rights reserved.