Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.importer | |
org.tikv.common.region | |
org.tikv.txn |
Modifier and Type | Class and Description |
---|---|
class |
PDClient |
Modifier and Type | Class and Description |
---|---|
class |
ImporterStoreClient<RequestClass,ResponseClass> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegionStoreClient |
class |
RegionStoreClient
Note that RegionStoreClient itself is not thread-safe
|
Modifier and Type | Class and Description |
---|---|
class |
LockResolverClientV2
Before v3.0.5 TiDB uses the ttl on secondary lock.
|
class |
LockResolverClientV3
Since v3.0.5 TiDB ignores the ttl on secondary lock and will use the ttl on primary key.
|
class |
LockResolverClientV4
Since v4.0.0 TiDB write will not block read (update MinCommitTS).
|
Copyright © 2024 PingCAP. All rights reserved.