A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

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.Converters
 
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, 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
 
Converters - Class in vertx.mongodb.effect
 
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

decodeFromWire(int, Buffer) - Method in class vertx.mongodb.effect.codecs.FindMessageCodec
 
decodeFromWire(int, Buffer) - Method in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 
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.Converters
 

E

encodeToWire(Buffer, FindMessage) - Method in class vertx.mongodb.effect.codecs.FindMessageCodec
 
encodeToWire(Buffer, UpdateMessage) - Method in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 
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.Converters
 
findIterableHead - Static variable in class vertx.mongodb.effect.Converters
 
FindMessage - Class in vertx.mongodb.effect
 
FindMessageBuilder - Class in vertx.mongodb.effect
 
FindMessageBuilder() - Constructor for class vertx.mongodb.effect.FindMessageBuilder
 
FindMessageCodec - Class in vertx.mongodb.effect.codecs
 
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.Converters
 
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.Converters
 
insertOneResult2JsObj - Static variable in class vertx.mongodb.effect.Converters
 
INSTANCE - Static variable in class vertx.mongodb.effect.codecs.FindMessageCodec
 
INSTANCE - Static variable in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 

J

jsArray2ListOfBson - Static variable in class vertx.mongodb.effect.Converters
 
jsArray2ListOfJsObj - Static variable in class vertx.mongodb.effect.Converters
 
jsObj2Bson - Static variable in class vertx.mongodb.effect.Converters
 

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
 
MongoFailures - Class in vertx.mongodb.effect
 
MongoFailures() - Constructor for class vertx.mongodb.effect.MongoFailures
 
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

name() - Method in class vertx.mongodb.effect.codecs.FindMessageCodec
 
name() - Method in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 
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.Converters
 
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.Converters
 
systemCodecID() - Method in class vertx.mongodb.effect.codecs.FindMessageCodec
 
systemCodecID() - Method in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 

T

toJsObj() - Method in class vertx.mongodb.effect.FindMessage
 
transform(FindMessage) - Method in class vertx.mongodb.effect.codecs.FindMessageCodec
 
transform(UpdateMessage) - Method in class vertx.mongodb.effect.codecs.UpdateMessageCodec
 

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
 
UpdateMessageCodec - Class in vertx.mongodb.effect.codecs
 
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.Converters
 
updateResult2OptHexId - Static variable in class vertx.mongodb.effect.Converters
 

V

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
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages