Package io.dingodb.sdk.service
Class StoreService.Impl
java.lang.Object
io.dingodb.sdk.service.StoreService.Impl
- All Implemented Interfaces:
Service<StoreService>,StoreService
- Enclosing interface:
- StoreService
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.dingodb.sdk.service.StoreService
StoreService.Impl -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dingodb.sdk.service.StoreService
backupData, backupData, backupMeta, backupMeta, controlConfig, controlConfig, getCaller, getMemoryInfo, getMemoryInfo, hello, hello, kvBatchCompareAndSet, kvBatchCompareAndSet, kvBatchDelete, kvBatchDelete, kvBatchGet, kvBatchGet, kvBatchPut, kvBatchPut, kvBatchPutIfAbsent, kvBatchPutIfAbsent, kvCompareAndSet, kvCompareAndSet, kvDeleteRange, kvDeleteRange, kvGet, kvGet, kvPut, kvPut, kvPutIfAbsent, kvPutIfAbsent, kvScanBegin, kvScanBegin, kvScanBeginV2, kvScanBeginV2, kvScanContinue, kvScanContinue, kvScanContinueV2, kvScanContinueV2, kvScanRelease, kvScanRelease, kvScanReleaseV2, kvScanReleaseV2, restoreData, restoreData, restoreMeta, restoreMeta, txnBatchGet, txnBatchGet, txnBatchRollback, txnBatchRollback, txnCheckSecondaryLocks, txnCheckSecondaryLocks, txnCheckTxnStatus, txnCheckTxnStatus, txnCommit, txnCommit, txnDeleteRange, txnDeleteRange, txnDump, txnDump, txnGc, txnGc, txnGet, txnGet, txnHeartBeat, txnHeartBeat, txnPessimisticLock, txnPessimisticLock, txnPessimisticRollback, txnPessimisticRollback, txnPrewrite, txnPrewrite, txnResolveLock, txnResolveLock, txnScan, txnScan, txnScanLock, txnScanLock
-
Field Details
-
caller
-
-
Constructor Details
-
Impl
public Impl()
-