Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Aggregate<O> - Class in vertx.mongodb.effect.functions
- Aggregate(Supplier<MongoCollection<JsObj>>, Function<AggregateIterable<JsObj>, O>) - Constructor for class vertx.mongodb.effect.functions.Aggregate
- aggregateResult2JsArray - Static variable in class vertx.mongodb.effect.MongoConverters
- apply(MultiMap, JsArray) - Method in class vertx.mongodb.effect.functions.Aggregate
- apply(MultiMap, JsArray) - Method in class vertx.mongodb.effect.functions.InsertMany
- apply(MultiMap, JsObj) - Method in class vertx.mongodb.effect.functions.Count
- apply(MultiMap, JsObj) - Method in class vertx.mongodb.effect.functions.DeleteMany
- apply(MultiMap, JsObj) - Method in class vertx.mongodb.effect.functions.DeleteOne
- apply(MultiMap, JsObj) - Method in class vertx.mongodb.effect.functions.FindOneAndDelete
- apply(MultiMap, JsObj) - Method in class vertx.mongodb.effect.functions.InsertOne
- apply(MultiMap, FindMessage) - Method in class vertx.mongodb.effect.functions.FindAll
- apply(MultiMap, UpdateMessage) - Method in class vertx.mongodb.effect.functions.FindOneAndReplace
- apply(MultiMap, UpdateMessage) - Method in class vertx.mongodb.effect.functions.FindOneAndUpdate
- apply(MultiMap, UpdateMessage) - Method in class vertx.mongodb.effect.functions.ReplaceOne
- apply(MultiMap, UpdateMessage) - Method in class vertx.mongodb.effect.functions.UpdateMany
- apply(MultiMap, UpdateMessage) - Method in class vertx.mongodb.effect.functions.UpdateOne
B
- BATCH_SIZE - Static variable in class vertx.mongodb.effect.FindMessage
- batchSize - Variable in class vertx.mongodb.effect.FindMessage
- batchSize(int) - Method in class vertx.mongodb.effect.FindMessageBuilder
C
- collectionSupplier - Variable in class vertx.mongodb.effect.functions.Aggregate
- collectionSupplier - Variable in class vertx.mongodb.effect.functions.UpdateOne
- collectionSupplier - Variable in class vertx.mongodb.effect.MongoModule
- collectionSupplier - Variable in class vertx.mongodb.effect.Watcher
- comment - Variable in class vertx.mongodb.effect.FindMessage
- comment(String) - Method in class vertx.mongodb.effect.FindMessageBuilder
- COMMENT - Static variable in class vertx.mongodb.effect.FindMessage
- consumer - Variable in class vertx.mongodb.effect.Watcher
- Count - Class in vertx.mongodb.effect.functions
- Count(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.Count
- Count(Supplier<MongoCollection<JsObj>>, CountOptions) - Constructor for class vertx.mongodb.effect.functions.Count
- create() - Method in class vertx.mongodb.effect.FindMessageBuilder
D
- DEFAULT_OPTIONS - Static variable in class vertx.mongodb.effect.functions.ReplaceOne
- DeleteMany<O> - Class in vertx.mongodb.effect.functions
- DeleteMany(Supplier<MongoCollection<JsObj>>, Function<DeleteResult, O>) - Constructor for class vertx.mongodb.effect.functions.DeleteMany
- DeleteMany(Supplier<MongoCollection<JsObj>>, Function<DeleteResult, O>, DeleteOptions) - Constructor for class vertx.mongodb.effect.functions.DeleteMany
- DeleteOne<O> - Class in vertx.mongodb.effect.functions
- DeleteOne(Supplier<MongoCollection<JsObj>>, Function<DeleteResult, O>) - Constructor for class vertx.mongodb.effect.functions.DeleteOne
- DeleteOne(Supplier<MongoCollection<JsObj>>, Function<DeleteResult, O>, DeleteOptions) - Constructor for class vertx.mongodb.effect.functions.DeleteOne
- deleteResult2JsObj - Static variable in class vertx.mongodb.effect.MongoConverters
E
- equals(Object) - Method in class vertx.mongodb.effect.FindMessage
- equals(Object) - Method in class vertx.mongodb.effect.UpdateMessage
F
- filter - Variable in class vertx.mongodb.effect.FindMessage
- filter - Variable in class vertx.mongodb.effect.UpdateMessage
- filter(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- FILTER - Static variable in class vertx.mongodb.effect.FindMessage
- FindAll - Class in vertx.mongodb.effect.functions
- FindAll(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.FindAll
- findIterable2JsArray - Static variable in class vertx.mongodb.effect.MongoConverters
- findIterableHead - Static variable in class vertx.mongodb.effect.MongoConverters
- FindMessage - Class in vertx.mongodb.effect
- FindMessageBuilder - Class in vertx.mongodb.effect
- FindMessageBuilder() - Constructor for class vertx.mongodb.effect.FindMessageBuilder
- FindOne - Class in vertx.mongodb.effect.functions
- FindOne(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.FindOne
- FindOneAndDelete - Class in vertx.mongodb.effect.functions
- FindOneAndDelete(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.FindOneAndDelete
- FindOneAndDelete(Supplier<MongoCollection<JsObj>>, FindOneAndDeleteOptions) - Constructor for class vertx.mongodb.effect.functions.FindOneAndDelete
- FindOneAndReplace - Class in vertx.mongodb.effect.functions
- FindOneAndReplace(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.FindOneAndReplace
- FindOneAndReplace(Supplier<MongoCollection<JsObj>>, FindOneAndReplaceOptions) - Constructor for class vertx.mongodb.effect.functions.FindOneAndReplace
- FindOneAndUpdate - Class in vertx.mongodb.effect.functions
- FindOneAndUpdate(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.functions.FindOneAndUpdate
- FindOneAndUpdate(Supplier<MongoCollection<JsObj>>, FindOneAndUpdateOptions) - Constructor for class vertx.mongodb.effect.functions.FindOneAndUpdate
G
- getCollection(String, String) - Method in class vertx.mongodb.effect.MongoVertxClient
- getDatabase - Variable in class vertx.mongodb.effect.MongoVertxClient
H
- hashCode() - Method in class vertx.mongodb.effect.FindMessage
- hashCode() - Method in class vertx.mongodb.effect.UpdateMessage
- hint - Variable in class vertx.mongodb.effect.FindMessage
- hint(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- HINT - Static variable in class vertx.mongodb.effect.FindMessage
- HINT_STRING - Static variable in class vertx.mongodb.effect.FindMessage
- hintString - Variable in class vertx.mongodb.effect.FindMessage
- hintString(String) - Method in class vertx.mongodb.effect.FindMessageBuilder
I
- InsertMany<R> - Class in vertx.mongodb.effect.functions
- InsertMany(Supplier<MongoCollection<JsObj>>, Function<InsertManyResult, R>) - Constructor for class vertx.mongodb.effect.functions.InsertMany
- InsertMany(Supplier<MongoCollection<JsObj>>, Function<InsertManyResult, R>, InsertManyOptions) - Constructor for class vertx.mongodb.effect.functions.InsertMany
- insertManyResult2JsArrayOfHexIds - Static variable in class vertx.mongodb.effect.MongoConverters
- InsertOne<R> - Class in vertx.mongodb.effect.functions
- InsertOne(Supplier<MongoCollection<JsObj>>, Function<InsertOneResult, R>) - Constructor for class vertx.mongodb.effect.functions.InsertOne
- InsertOne(Supplier<MongoCollection<JsObj>>, Function<InsertOneResult, R>, InsertOneOptions) - Constructor for class vertx.mongodb.effect.functions.InsertOne
- insertOneResult2HexId - Static variable in class vertx.mongodb.effect.MongoConverters
- insertOneResult2JsObj - Static variable in class vertx.mongodb.effect.MongoConverters
J
- jsArray2ListOfBson - Static variable in class vertx.mongodb.effect.MongoConverters
- jsArray2ListOfJsObj - Static variable in class vertx.mongodb.effect.MongoConverters
- jsObj2Bson - Static variable in class vertx.mongodb.effect.MongoConverters
L
- limit - Variable in class vertx.mongodb.effect.FindMessage
- limit(int) - Method in class vertx.mongodb.effect.FindMessageBuilder
- LIMIT - Static variable in class vertx.mongodb.effect.FindMessage
M
- max - Variable in class vertx.mongodb.effect.FindMessage
- max(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- MAX - Static variable in class vertx.mongodb.effect.FindMessage
- MAX_AWAIT_TIME - Static variable in class vertx.mongodb.effect.FindMessage
- MAX_TIME - Static variable in class vertx.mongodb.effect.FindMessage
- maxAwaitTime - Variable in class vertx.mongodb.effect.FindMessage
- maxAwaitTime(int, TimeUnit) - Method in class vertx.mongodb.effect.FindMessageBuilder
- maxTime - Variable in class vertx.mongodb.effect.FindMessage
- maxTime(int, TimeUnit) - Method in class vertx.mongodb.effect.FindMessageBuilder
- min - Variable in class vertx.mongodb.effect.FindMessage
- min(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- MIN - Static variable in class vertx.mongodb.effect.FindMessage
- MONGO_CONNECT_TIMEOUT_CODE - Static variable in class vertx.mongodb.effect.MongoFailures
-
Error that happens when the domain can't be resolved: wrong name or there is no internet connection.
- MONGO_FAILURE_CODE - Static variable in class vertx.mongodb.effect.MongoFailures
- MONGO_READ_TIMEOUT_CODE - Static variable in class vertx.mongodb.effect.MongoFailures
- MongoConverters - Class in vertx.mongodb.effect
- MongoFailures - Class in vertx.mongodb.effect
- MongoModule - Class in vertx.mongodb.effect
- MongoModule(Supplier<MongoCollection<JsObj>>) - Constructor for class vertx.mongodb.effect.MongoModule
- MongoModule(Supplier<MongoCollection<JsObj>>, DeploymentOptions) - Constructor for class vertx.mongodb.effect.MongoModule
-
Creates a new mongo module.
- MongoVertxClient - Class in vertx.mongodb.effect
- MongoVertxClient(MongoClientSettings) - Constructor for class vertx.mongodb.effect.MongoVertxClient
- MongoVertxClient(String) - Constructor for class vertx.mongodb.effect.MongoVertxClient
N
- NO_CURSOR_TIMEOUT - Static variable in class vertx.mongodb.effect.FindMessage
- noCursorTimeout - Variable in class vertx.mongodb.effect.FindMessage
- noCursorTimeout(boolean) - Method in class vertx.mongodb.effect.FindMessageBuilder
O
- objectId2Hex - Static variable in class vertx.mongodb.effect.MongoConverters
- ofFilter(JsObj) - Static method in class vertx.mongodb.effect.FindMessage
- ofFilter(JsObj, JsObj) - Static method in class vertx.mongodb.effect.FindMessage
- ofFilter(JsObj, JsObj, JsObj) - Static method in class vertx.mongodb.effect.FindMessage
- options - Variable in class vertx.mongodb.effect.functions.UpdateOne
P
- partial - Variable in class vertx.mongodb.effect.FindMessage
- partial(boolean) - Method in class vertx.mongodb.effect.FindMessageBuilder
- PARTIAL - Static variable in class vertx.mongodb.effect.FindMessage
- projection - Variable in class vertx.mongodb.effect.FindMessage
- projection(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- PROJECTION - Static variable in class vertx.mongodb.effect.FindMessage
R
- RegisterMongoEffectCodecs - Class in vertx.mongodb.effect.codecs
- RegisterMongoEffectCodecs() - Constructor for class vertx.mongodb.effect.codecs.RegisterMongoEffectCodecs
- ReplaceOne<O> - Class in vertx.mongodb.effect.functions
- ReplaceOne(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>) - Constructor for class vertx.mongodb.effect.functions.ReplaceOne
- ReplaceOne(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>, ReplaceOptions) - Constructor for class vertx.mongodb.effect.functions.ReplaceOne
- resultConverter - Variable in class vertx.mongodb.effect.functions.Aggregate
- resultConverter - Variable in class vertx.mongodb.effect.functions.UpdateOne
- RETURN_KEY - Static variable in class vertx.mongodb.effect.FindMessage
- returnKey - Variable in class vertx.mongodb.effect.FindMessage
- returnKey(boolean) - Method in class vertx.mongodb.effect.FindMessageBuilder
S
- SHOW_RECORD_ID - Static variable in class vertx.mongodb.effect.FindMessage
- showRecordId - Variable in class vertx.mongodb.effect.FindMessage
- showRecordId(boolean) - Method in class vertx.mongodb.effect.FindMessageBuilder
- skip - Variable in class vertx.mongodb.effect.FindMessage
- skip(int) - Method in class vertx.mongodb.effect.FindMessageBuilder
- SKIP - Static variable in class vertx.mongodb.effect.FindMessage
- sort - Variable in class vertx.mongodb.effect.FindMessage
- sort(JsObj) - Method in class vertx.mongodb.effect.FindMessageBuilder
- SORT - Static variable in class vertx.mongodb.effect.FindMessage
- start(Promise<Void>) - Method in class vertx.mongodb.effect.codecs.RegisterMongoEffectCodecs
- start(Promise<Void>) - Method in class vertx.mongodb.effect.MongoVertxClient
- start(Promise<Void>) - Method in class vertx.mongodb.effect.Watcher
- str2Oid - Static variable in class vertx.mongodb.effect.MongoConverters
T
- toJsObj() - Method in class vertx.mongodb.effect.FindMessage
U
- update - Variable in class vertx.mongodb.effect.UpdateMessage
- UpdateMany<O> - Class in vertx.mongodb.effect.functions
- UpdateMany(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>) - Constructor for class vertx.mongodb.effect.functions.UpdateMany
- UpdateMany(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>, UpdateOptions) - Constructor for class vertx.mongodb.effect.functions.UpdateMany
- UpdateMessage - Class in vertx.mongodb.effect
- UpdateMessage(JsObj, JsObj) - Constructor for class vertx.mongodb.effect.UpdateMessage
- UpdateOne<O> - Class in vertx.mongodb.effect.functions
- UpdateOne(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>) - Constructor for class vertx.mongodb.effect.functions.UpdateOne
- UpdateOne(Supplier<MongoCollection<JsObj>>, Function<UpdateResult, O>, UpdateOptions) - Constructor for class vertx.mongodb.effect.functions.UpdateOne
- updateResult2JsObj - Static variable in class vertx.mongodb.effect.MongoConverters
- updateResult2OptHexId - Static variable in class vertx.mongodb.effect.MongoConverters
V
- vertx.mongodb.effect - module vertx.mongodb.effect
- vertx.mongodb.effect - package vertx.mongodb.effect
- vertx.mongodb.effect.codecs - package vertx.mongodb.effect.codecs
- vertx.mongodb.effect.functions - package vertx.mongodb.effect.functions
W
- Watcher - Class in vertx.mongodb.effect
- Watcher(Supplier<MongoCollection<JsObj>>, Consumer<ChangeStreamIterable<JsObj>>) - Constructor for class vertx.mongodb.effect.Watcher
- Watcher(Supplier<MongoCollection<JsObj>>, Consumer<ChangeStreamIterable<JsObj>>, ClientSession) - Constructor for class vertx.mongodb.effect.Watcher
All Classes and Interfaces|All Packages|Constant Field Values