JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
F
G
I
L
M
R
S
T
U
B
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
C
close()
- Method in interface io.vertx.ext.mongo.
MongoService
count(String, JsonObject, Handler<AsyncResult<Long>>)
- Method in interface io.vertx.ext.mongo.
MongoService
createCollection(String, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
createEventBusProxy(Vertx, String)
- Static method in interface io.vertx.ext.mongo.
MongoService
Create a proxy to a service that is deployed somewhere on the event bus
createIndex(String, JsonObject, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
D
distinct(String, String, String, Handler<AsyncResult<JsonArray>>)
- Method in interface io.vertx.ext.mongo.
MongoService
distinctBatch(String, String, String)
- Method in interface io.vertx.ext.mongo.
MongoService
distinctBatchWithQuery(String, String, String, JsonObject)
- Method in interface io.vertx.ext.mongo.
MongoService
distinctBatchWithQuery(String, String, String, JsonObject, int)
- Method in interface io.vertx.ext.mongo.
MongoService
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>)
- Method in interface io.vertx.ext.mongo.
MongoService
dropCollection(String, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
dropIndex(String, String, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
F
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findBatch(String, JsonObject)
- Method in interface io.vertx.ext.mongo.
MongoService
findBatchWithOptions(String, JsonObject, FindOptions)
- Method in interface io.vertx.ext.mongo.
MongoService
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
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.
MongoService
fromJson(JsonObject, FindOptions)
- Static method in class io.vertx.ext.mongo.
FindOptionsConverter
G
getCollections(Handler<AsyncResult<List<String>>>)
- Method in interface io.vertx.ext.mongo.
MongoService
I
insert(String, JsonObject, Handler<AsyncResult<String>>)
- Method in interface io.vertx.ext.mongo.
MongoService
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>)
- Method in interface io.vertx.ext.mongo.
MongoService
io.vertx.ext.mongo
- package io.vertx.ext.mongo
L
listIndexes(String, Handler<AsyncResult<JsonArray>>)
- Method in interface io.vertx.ext.mongo.
MongoService
M
MongoService
- Interface in
io.vertx.ext.mongo
MongoServiceVerticle
- Class in
io.vertx.ext.mongo
A verticle which starts a MongoDB client and registers it to listen on the event bus.
MongoServiceVerticle()
- Constructor for class io.vertx.ext.mongo.
MongoServiceVerticle
R
remove(String, JsonObject, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
removeOne(String, JsonObject, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>)
- Method in interface io.vertx.ext.mongo.
MongoService
S
save(String, JsonObject, Handler<AsyncResult<String>>)
- Method in interface io.vertx.ext.mongo.
MongoService
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>)
- Method in interface io.vertx.ext.mongo.
MongoService
start()
- Method in class io.vertx.ext.mongo.
MongoServiceVerticle
stop()
- Method in class io.vertx.ext.mongo.
MongoServiceVerticle
T
toJson(FindOptions, JsonObject)
- Static method in class io.vertx.ext.mongo.
FindOptionsConverter
U
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>)
- Method in interface io.vertx.ext.mongo.
MongoService
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>)
- Method in interface io.vertx.ext.mongo.
MongoService
Deprecated.
B
C
D
F
G
I
L
M
R
S
T
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018 Eclipse. All rights reserved.