Class MongoDataBaseDecoratorImpl
java.lang.Object
com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.impl.MongoDataBaseDecoratorImpl
- All Implemented Interfaces:
MongoDatabaseDecorator,com.mongodb.client.MongoDatabase
public class MongoDataBaseDecoratorImpl extends java.lang.Object implements MongoDatabaseDecorator
-
Constructor Summary
Constructors Constructor Description MongoDataBaseDecoratorImpl(com.mongodb.client.MongoDatabase implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) -
Method Summary
Modifier and Type Method Description com.mongodb.client.MongoDatabasegetImpl()io.changock.driver.api.lock.guard.invoker.LockGuardInvokergetInvoker()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.MongoDatabaseDecorator
aggregate, aggregate, aggregate, aggregate, createCollection, createCollection, createCollection, createCollection, createView, createView, createView, createView, drop, drop, getCodecRegistry, getCollection, getCollection, getName, getReadConcern, getReadPreference, getWriteConcern, listCollectionNames, listCollectionNames, listCollections, listCollections, listCollections, listCollections, runCommand, runCommand, runCommand, runCommand, runCommand, runCommand, runCommand, runCommand, watch, watch, watch, watch, watch, watch, watch, watch, withCodecRegistry, withReadConcern, withReadPreference, withWriteConcern
-
Constructor Details
-
MongoDataBaseDecoratorImpl
public MongoDataBaseDecoratorImpl(com.mongodb.client.MongoDatabase implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
-
-
Method Details
-
getImpl
public com.mongodb.client.MongoDatabase getImpl()- Specified by:
getImplin interfaceMongoDatabaseDecorator
-
getInvoker
public io.changock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()- Specified by:
getInvokerin interfaceMongoDatabaseDecorator
-