public class MongoCollectionDecoratorImpl<T> extends Object implements MongoCollectionDecorator<T>
| Constructor and Description |
|---|
MongoCollectionDecoratorImpl(com.mongodb.client.MongoCollection<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.MongoCollection<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggregate, aggregate, aggregate, aggregate, bulkWrite, bulkWrite, bulkWrite, bulkWrite, count, count, count, count, count, count, countDocuments, countDocuments, countDocuments, countDocuments, countDocuments, countDocuments, createIndex, createIndex, createIndex, createIndex, createIndexes, createIndexes, createIndexes, createIndexes, deleteMany, deleteMany, deleteMany, deleteMany, deleteOne, deleteOne, deleteOne, deleteOne, distinct, distinct, distinct, distinct, drop, drop, dropIndex, dropIndex, dropIndex, dropIndex, dropIndex, dropIndex, dropIndex, dropIndex, dropIndexes, dropIndexes, dropIndexes, dropIndexes, estimatedDocumentCount, estimatedDocumentCount, find, find, find, find, find, find, find, find, findOneAndDelete, findOneAndDelete, findOneAndDelete, findOneAndDelete, findOneAndReplace, findOneAndReplace, findOneAndReplace, findOneAndReplace, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, findOneAndUpdate, getCodecRegistry, getDocumentClass, getNamespace, getReadConcern, getReadPreference, getWriteConcern, insertMany, insertMany, insertMany, insertMany, insertOne, insertOne, insertOne, insertOne, listIndexes, listIndexes, listIndexes, listIndexes, mapReduce, mapReduce, mapReduce, mapReduce, renameCollection, renameCollection, renameCollection, renameCollection, replaceOne, replaceOne, replaceOne, replaceOne, replaceOne, replaceOne, updateMany, updateMany, updateMany, updateMany, updateMany, updateMany, updateMany, updateMany, updateOne, updateOne, updateOne, updateOne, updateOne, updateOne, updateOne, updateOne, watch, watch, watch, watch, watch, watch, watch, watch, withCodecRegistry, withDocumentClass, withReadConcern, withReadPreference, withWriteConcernpublic MongoCollectionDecoratorImpl(com.mongodb.client.MongoCollection<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.MongoCollection<T> getImpl()
getImpl in interface MongoCollectionDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongoCollectionDecorator<T>Copyright © 2021. All rights reserved.