Dependencies
Declarations
-
io
-
vertx
-
ext
-
mongo
-
MongoService
-
createEventBusProxy(Vertx, String): MongoService
-
save(String, JsonObject, Handler<AsyncResult<String>>): MongoService
-
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>): MongoService
-
insert(String, JsonObject, Handler<AsyncResult<String>>): MongoService
-
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>): MongoService
-
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>): MongoService
-
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>): MongoService
-
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>): MongoService
-
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>): MongoService
-
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>): MongoService
-
findBatch(String, JsonObject): ReadStream<JsonObject>
-
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>): MongoService
-
findBatchWithOptions(String, JsonObject, FindOptions): ReadStream<JsonObject>
-
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
count(String, JsonObject, Handler<AsyncResult<Long>>): MongoService
-
remove(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>): MongoService
-
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeOne(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>): MongoService
-
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
createCollection(String, Handler<AsyncResult<Void>>): MongoService
-
getCollections(Handler<AsyncResult<List<String>>>): MongoService
-
dropCollection(String, Handler<AsyncResult<Void>>): MongoService
-
createIndex(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>): MongoService
-
listIndexes(String, Handler<AsyncResult<JsonArray>>): MongoService
-
dropIndex(String, String, Handler<AsyncResult<Void>>): MongoService
-
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
distinct(String, String, String, Handler<AsyncResult<JsonArray>>): MongoService
-
distinctBatch(String, String, String): ReadStream<JsonObject>
-
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>): MongoService
-
distinctBatchWithQuery(String, String, String, JsonObject): ReadStream<JsonObject>
-
distinctBatchWithQuery(String, String, String, JsonObject, int): ReadStream<JsonObject>
-
aggregate(String, JsonArray): ReadStream<JsonObject>
-
aggregateWithOptions(String, JsonArray, AggregateOptions): ReadStream<JsonObject>
-
close(): void
-
MongoServiceVerticle
-
impl
-
MongoServiceImpl
-
client: MongoClient
-
MongoServiceImpl(MongoClient): void
-
save(String, JsonObject, Handler<AsyncResult<String>>): MongoService
-
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>): MongoService
-
insert(String, JsonObject, Handler<AsyncResult<String>>): MongoService
-
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>): MongoService
-
update(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
updateWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>): MongoService
-
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
replace(String, JsonObject, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
replaceWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<Void>>): MongoService
-
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>): MongoService
-
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>): MongoService
-
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>): MongoService
-
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>): MongoService
-
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>): MongoService
-
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>): MongoService
-
count(String, JsonObject, Handler<AsyncResult<Long>>): MongoService
-
remove(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>): MongoService
-
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeOne(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
removeOneWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<Void>>): MongoService
-
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>): MongoService
-
createCollection(String, Handler<AsyncResult<Void>>): MongoService
-
getCollections(Handler<AsyncResult<List<String>>>): MongoService
-
dropCollection(String, Handler<AsyncResult<Void>>): MongoService
-
createIndex(String, JsonObject, Handler<AsyncResult<Void>>): MongoService
-
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>): MongoService
-
listIndexes(String, Handler<AsyncResult<JsonArray>>): MongoService
-
dropIndex(String, String, Handler<AsyncResult<Void>>): MongoService
-
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>): MongoService
-
distinct(String, String, String, Handler<AsyncResult<JsonArray>>): MongoService
-
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>): MongoService
-
close(): void
Java files
Class files