Package tigase.mongodb
Class Helper
java.lang.Object
tigase.mongodb.Helper
Created by andrzej on 23.03.2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancollectionExists(com.mongodb.client.MongoDatabase db, String collection) static StringcreateIndexName(org.bson.Document index) static voidindexCreateOrReplace(com.mongodb.client.MongoCollection<org.bson.Document> collection, org.bson.Document index, com.mongodb.client.model.IndexOptions options)
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
collectionExists
-
createIndexName
-
indexCreateOrReplace
public static void indexCreateOrReplace(com.mongodb.client.MongoCollection<org.bson.Document> collection, org.bson.Document index, com.mongodb.client.model.IndexOptions options)
-