public class ClientSessionDecoratorImpl extends Object implements ClientSessionDecorator
| Constructor and Description |
|---|
ClientSessionDecoratorImpl(com.mongodb.client.ClientSession impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.ClientSession |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortTransaction, advanceClusterTime, advanceOperationTime, close, commitTransaction, getClusterTime, getOperationTime, getOptions, getOriginator, getPinnedServerAddress, getRecoveryToken, getServerSession, getTransactionOptions, hasActiveTransaction, isCausallyConsistent, notifyMessageSent, setPinnedServerAddress, setRecoveryToken, startTransaction, startTransaction, withTransaction, withTransactionpublic ClientSessionDecoratorImpl(com.mongodb.client.ClientSession impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public com.mongodb.client.ClientSession getImpl()
getImpl in interface ClientSessionDecoratorpublic com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface ClientSessionDecoratorCopyright © 2021. All rights reserved.