Skip navigation links
A B C D E F G H I K L M N O P R S T V W 

A

ABORT - Static variable in class org.tikv.common.KVMockServer
 
acquireApiVersion(PDClient) - Static method in class org.tikv.common.StoreConfig
 
addGetAllStoresListener(Function<Pdpb.GetAllStoresRequest, Pdpb.GetAllStoresResponse>) - Method in class org.tikv.common.PDMockServer
 
addGetMembersListener(Function<Pdpb.GetMembersRequest, Pdpb.GetMembersResponse>) - Method in class org.tikv.common.PDMockServer
 
addGetRegionByIDListener(Function<Pdpb.GetRegionByIDRequest, Pdpb.GetRegionResponse>) - Method in class org.tikv.common.PDMockServer
 
addGetRegionListener(Function<Pdpb.GetRegionRequest, Pdpb.GetRegionResponse>) - Method in class org.tikv.common.PDMockServer
 
addGetStoreListener(Function<Pdpb.GetStoreRequest, Pdpb.GetStoreResponse>) - Method in class org.tikv.common.PDMockServer
 
addScanRegionsListener(Function<Pdpb.ScanRegionsRequest, Pdpb.ScanRegionsResponse>) - Method in class org.tikv.common.PDMockServer
 
ApiVersionTest - Class in org.tikv.common
 
ApiVersionTest() - Constructor for class org.tikv.common.ApiVersionTest
 
autoClosableTest() - Method in class org.tikv.txn.TwoPhaseCommitterTest
 

B

BaseRawKVTest - Class in org.tikv
 
BaseRawKVTest() - Constructor for class org.tikv.BaseRawKVTest
 
BaseTxnKVTest - Class in org.tikv
 
BaseTxnKVTest() - Constructor for class org.tikv.BaseTxnKVTest
 
batchDeleteTest() - Method in class org.tikv.raw.RawKVClientTest
 
BatchGetResolveLockTest() - Method in class org.tikv.txn.BatchGetTest
 
batchGetTest() - Method in class org.tikv.common.RegionStoreClientTest
 
BatchGetTest - Class in org.tikv.txn
 
BatchGetTest() - Constructor for class org.tikv.txn.BatchGetTest
 
batchPutTest() - Method in class org.tikv.raw.RawKVClientTest
 
benchmark() - Method in class org.tikv.raw.RawKVClientTest
Example of benchmarking base test

C

CacheInvalidCallBackTest - Class in org.tikv.common
 
CacheInvalidCallBackTest() - Constructor for class org.tikv.common.CacheInvalidCallBackTest
 
CASTest - Class in org.tikv.raw
 
CASTest() - Constructor for class org.tikv.raw.CASTest
 
certReloadTest() - Method in class org.tikv.common.TiConfigurationTest
 
ChannelFactoryTest - Class in org.tikv.common
 
ChannelFactoryTest() - Constructor for class org.tikv.common.ChannelFactoryTest
 
CircuitBreakerMetricsTest - Class in org.tikv.service.failsafe
 
CircuitBreakerMetricsTest() - Constructor for class org.tikv.service.failsafe.CircuitBreakerMetricsTest
 
CircuitBreakerTest - Class in org.tikv.service.failsafe
 
CircuitBreakerTest() - Constructor for class org.tikv.service.failsafe.CircuitBreakerTest
 
clearAllMap() - Method in class org.tikv.common.KVMockServer
 
closeAwaitTerminationTest() - Method in class org.tikv.common.TiSessionTest
 
closeAwaitTerminationWithRunningTaskTest() - Method in class org.tikv.common.TiSessionTest
 
closeTest() - Method in class org.tikv.common.TiSessionTest
 
closeWithRunningTaskTest() - Method in class org.tikv.common.TiSessionTest
 
CodecTest - Class in org.tikv.common.codec
 
CodecTest() - Constructor for class org.tikv.common.codec.CodecTest
 
ConcreteBackOfferTest - Class in org.tikv.util
 
ConcreteBackOfferTest() - Constructor for class org.tikv.util.ConcreteBackOfferTest
 
configFileTest() - Method in class org.tikv.common.TiConfigurationTest
 
coprocessor(Coprocessor.Request, StreamObserver<Coprocessor.Response>) - Method in class org.tikv.common.KVMockServer
 
createTiConfiguration() - Method in class org.tikv.BaseRawKVTest
 
createTiConfiguration() - Method in class org.tikv.BaseTxnKVTest
 

D

deleteRangeTest() - Method in class org.tikv.raw.RawKVClientTest
 
doBatchGetTest(RegionStoreClient) - Method in class org.tikv.common.RegionStoreClientTest
 
doGetTest(RegionStoreClient) - Method in class org.tikv.common.RegionStoreClientTest
 
doRawGetTest(RegionStoreClient, CacheInvalidCallBackTest.CacheInvalidateCallBack) - Method in class org.tikv.common.CacheInvalidCallBackTest
 
doRawGetTest(RegionStoreClient) - Method in class org.tikv.common.RegionStoreClientTest
 
doResolveLocksTest(RegionStoreClient) - Method in class org.tikv.common.RegionStoreClientTest
 
doScanTest(RegionStoreClient) - Method in class org.tikv.common.RegionStoreClientTest
 

E

encode(ByteString) - Static method in class org.tikv.common.PDClientV2MockTest
 
encodeKey(byte[]) - Static method in class org.tikv.common.GrpcUtils
 

F

followerReadTest() - Method in class org.tikv.txn.ReplicaReadTest
 
fromStringTest() - Method in class org.tikv.common.codec.MyDecimalTest
 

G

genRandomKey(String, int) - Static method in class org.tikv.util.TestUtils
 
genRandomValue(int) - Static method in class org.tikv.util.TestUtils
 
getAllStores(Pdpb.GetAllStoresRequest, StreamObserver<Pdpb.GetAllStoresResponse>) - Method in class org.tikv.common.PDMockServer
 
getClusterId() - Method in class org.tikv.common.PDMockServer
 
getEnv(String) - Static method in class org.tikv.util.TestUtils
 
getFreePort() - Static method in class org.tikv.common.GrpcUtils
 
getKeyTTLTest() - Method in class org.tikv.raw.RawKVClientTest
 
getMembers(Pdpb.GetMembersRequest, StreamObserver<Pdpb.GetMembersResponse>) - Method in class org.tikv.common.PDMockServer
 
getPort() - Method in class org.tikv.common.KVMockServer
 
getPort() - Method in class org.tikv.common.PDMockServer
 
getRegion(Pdpb.GetRegionRequest, StreamObserver<Pdpb.GetRegionResponse>) - Method in class org.tikv.common.PDMockServer
 
getRegionByID(Pdpb.GetRegionByIDRequest, StreamObserver<Pdpb.GetRegionResponse>) - Method in class org.tikv.common.PDMockServer
 
getRegionByKey() - Method in class org.tikv.common.RegionManagerTest
 
getRegionStorePairByKey(ByteString, TiStoreType) - Method in class org.tikv.common.MockRegionManager
 
getRegionStorePairByKeyWithTiFlash() - Method in class org.tikv.common.RegionManagerTest
 
getStore(Pdpb.GetStoreRequest, StreamObserver<Pdpb.GetStoreResponse>) - Method in class org.tikv.common.PDMockServer
 
getStoreById() - Method in class org.tikv.common.RegionManagerTest
 
getStoreByKey() - Method in class org.tikv.common.RegionManagerTest
 
getTest() - Method in class org.tikv.common.RegionStoreClientTest
 
groupByAndSortHandlesByRegionIdTest() - Method in class org.tikv.util.RangeSplitterTest
 
GrpcUtils - Class in org.tikv.common
 
GrpcUtils() - Constructor for class org.tikv.common.GrpcUtils
 

H

hasLock(ByteString) - Method in class org.tikv.common.KVMockServer
 
HTTP - Static variable in class org.tikv.common.PDClientMockTest
 

I

ifTllEnable(PDClient) - Static method in class org.tikv.common.StoreConfig
 
ingestTest() - Method in class org.tikv.raw.RawKVClientTest
 
init() - Method in class org.tikv.common.PDClientV2MockTest
 
init() - Method in class org.tikv.common.RegionErrorTest
 
init() - Method in class org.tikv.common.TimeoutTest
 

K

KEY_NOT_IN_REGION - Static variable in class org.tikv.common.KVMockServer
 
KeyTest - Class in org.tikv.common.key
 
KeyTest() - Constructor for class org.tikv.common.key.KeyTest
 
kvBatchGet(Kvrpcpb.BatchGetRequest, StreamObserver<Kvrpcpb.BatchGetResponse>) - Method in class org.tikv.common.KVMockServer
 
kvCheckTxnStatus(Kvrpcpb.CheckTxnStatusRequest, StreamObserver<Kvrpcpb.CheckTxnStatusResponse>) - Method in class org.tikv.common.KVMockServer
 
kvGet(Kvrpcpb.GetRequest, StreamObserver<Kvrpcpb.GetResponse>) - Method in class org.tikv.common.KVMockServer
 
KVMockServer - Class in org.tikv.common
 
KVMockServer() - Constructor for class org.tikv.common.KVMockServer
 
KVMockServer.State - Enum in org.tikv.common
 
kvResolveLock(Kvrpcpb.ResolveLockRequest, StreamObserver<Kvrpcpb.ResolveLockResponse>) - Method in class org.tikv.common.KVMockServer
 
kvScan(Kvrpcpb.ScanRequest, StreamObserver<Kvrpcpb.ScanResponse>) - Method in class org.tikv.common.KVMockServer
 

L

leadAndFollowerReadTest() - Method in class org.tikv.txn.ReplicaReadTest
 
leader - Variable in class org.tikv.common.PDMockServerTest
 
leaderReadTest() - Method in class org.tikv.txn.ReplicaReadTest
 
LOCAL_ADDR - Static variable in class org.tikv.common.PDMockServerTest
 

M

makeGetMembersResponse(long, Pdpb.Member...) - Static method in class org.tikv.common.GrpcUtils
 
makeGetRegionResponse(long, Metapb.Region) - Static method in class org.tikv.common.GrpcUtils
 
makeGetStoreResponse(long, Metapb.Store) - Static method in class org.tikv.common.GrpcUtils
 
makeLearnerPeer(long, long) - Static method in class org.tikv.common.GrpcUtils
 
makeMember(long, String...) - Static method in class org.tikv.common.GrpcUtils
 
makePeer(long, long) - Static method in class org.tikv.common.GrpcUtils
 
makeRegion(long, ByteString, ByteString, Metapb.RegionEpoch, Metapb.Peer...) - Static method in class org.tikv.common.GrpcUtils
 
makeRegionEpoch(long, long) - Static method in class org.tikv.common.GrpcUtils
 
makeStore(long, String, Metapb.StoreState, Metapb.StoreLabel...) - Static method in class org.tikv.common.GrpcUtils
 
makeStoreLabel(String, String) - Static method in class org.tikv.common.GrpcUtils
 
makeTsoResponse(long, long, long) - Static method in class org.tikv.common.GrpcUtils
 
MetricsTest - Class in org.tikv.raw
 
MetricsTest() - Constructor for class org.tikv.raw.MetricsTest
 
MockRegionManager - Class in org.tikv.common
 
MockRegionManager(List<Coprocessor.KeyRange>) - Constructor for class org.tikv.common.MockRegionManager
 
MockServerTest - Class in org.tikv.common
 
MockServerTest() - Constructor for class org.tikv.common.MockServerTest
 
MockThreeStoresTest - Class in org.tikv.common
 
MockThreeStoresTest() - Constructor for class org.tikv.common.MockThreeStoresTest
 
MyDecimalTest - Class in org.tikv.common.codec
 
MyDecimalTest() - Constructor for class org.tikv.common.codec.MyDecimalTest
 

N

nextPrefixTest() - Method in class org.tikv.common.key.KeyTest
 
NOT_LEADER - Static variable in class org.tikv.common.KVMockServer
 

O

oneTiSession() - Method in class org.tikv.raw.MetricsTest
 
org.tikv - package org.tikv
 
org.tikv.common - package org.tikv.common
 
org.tikv.common.apiversion - package org.tikv.common.apiversion
 
org.tikv.common.codec - package org.tikv.common.codec
 
org.tikv.common.columnar - package org.tikv.common.columnar
 
org.tikv.common.importer - package org.tikv.common.importer
 
org.tikv.common.key - package org.tikv.common.key
 
org.tikv.common.log - package org.tikv.common.log
 
org.tikv.common.util - package org.tikv.common.util
 
org.tikv.raw - package org.tikv.raw
 
org.tikv.service.failsafe - package org.tikv.service.failsafe
 
org.tikv.txn - package org.tikv.txn
 
org.tikv.util - package org.tikv.util
 

P

PairTest - Class in org.tikv.common.util
 
PairTest() - Constructor for class org.tikv.common.util.PairTest
 
PDClientIntegrationTest - Class in org.tikv.common
 
PDClientIntegrationTest() - Constructor for class org.tikv.common.PDClientIntegrationTest
 
PDClientMockTest - Class in org.tikv.common
 
PDClientMockTest() - Constructor for class org.tikv.common.PDClientMockTest
 
PDClientV2MockTest - Class in org.tikv.common
 
PDClientV2MockTest() - Constructor for class org.tikv.common.PDClientV2MockTest
 
PDMockServer - Class in org.tikv.common
 
PDMockServer() - Constructor for class org.tikv.common.PDMockServer
 
PDMockServerTest - Class in org.tikv.common
 
PDMockServerTest() - Constructor for class org.tikv.common.PDMockServerTest
 
pdServers - Variable in class org.tikv.common.PDMockServerTest
 
port - Variable in class org.tikv.common.MockServerTest
 
put(ByteString, ByteString) - Method in class org.tikv.common.KVMockServer
 
put(String, String) - Method in class org.tikv.common.KVMockServer
 
put(String, ByteString) - Method in class org.tikv.common.KVMockServer
 
put(ByteString, ByteString) - Method in class org.tikv.common.MockThreeStoresTest
 
putError(String, Supplier<Errorpb.Error.Builder>) - Method in class org.tikv.common.KVMockServer
 
putTxnStatus(Long, Long, ByteString) - Method in class org.tikv.common.KVMockServer
 
putTxnStatus(Long, Long) - Method in class org.tikv.common.KVMockServer
 
putWithLock(ByteString, ByteString, ByteString, Long, Long) - Method in class org.tikv.common.KVMockServer
 

R

raceErrorsTest() - Method in class org.tikv.util.ConcreteBackOfferTest
 
raceMapTest() - Method in class org.tikv.util.ConcreteBackOfferTest
 
RAFT_ENTRY_TOO_LARGE - Static variable in class org.tikv.common.KVMockServer
 
RangeSplitterTest - Class in org.tikv.util
 
RangeSplitterTest() - Constructor for class org.tikv.util.RangeSplitterTest
 
rawCASTest() - Method in class org.tikv.raw.CASTest
 
rawDelete(Kvrpcpb.RawDeleteRequest, StreamObserver<Kvrpcpb.RawDeleteResponse>) - Method in class org.tikv.common.KVMockServer
 
rawGet(Kvrpcpb.RawGetRequest, StreamObserver<Kvrpcpb.RawGetResponse>) - Method in class org.tikv.common.KVMockServer
 
rawGetTest() - Method in class org.tikv.common.RegionStoreClientTest
 
RawKVClientTest - Class in org.tikv.raw
 
RawKVClientTest() - Constructor for class org.tikv.raw.RawKVClientTest
 
RawKVIngestTest - Class in org.tikv.common.importer
 
RawKVIngestTest() - Constructor for class org.tikv.common.importer.RawKVIngestTest
 
rawKVIngestTest() - Method in class org.tikv.common.importer.RawKVIngestTest
 
rawKVIngestTestWithTTL() - Method in class org.tikv.common.importer.RawKVIngestTest
 
rawKVSplitTest() - Method in class org.tikv.common.importer.RegionSplitTest
 
rawPut(Kvrpcpb.RawPutRequest, StreamObserver<Kvrpcpb.RawPutResponse>) - Method in class org.tikv.common.KVMockServer
 
rawPutIfAbsentTest() - Method in class org.tikv.raw.CASTest
 
rawTTLTest(int, long, boolean) - Method in class org.tikv.raw.RawKVClientTest
 
readBytesTest() - Method in class org.tikv.common.codec.CodecTest
 
readNWriteLongTest() - Method in class org.tikv.common.codec.CodecTest
 
readNWriteUnsignedLongTest() - Method in class org.tikv.common.codec.CodecTest
 
readWordTest() - Method in class org.tikv.common.codec.MyDecimalTest
 
region - Variable in class org.tikv.common.MockServerTest
 
region - Variable in class org.tikv.common.MockThreeStoresTest
 
REGION_NOT_FOUND - Static variable in class org.tikv.common.KVMockServer
 
RegionErrorTest - Class in org.tikv.common
 
RegionErrorTest() - Constructor for class org.tikv.common.RegionErrorTest
 
RegionManagerTest - Class in org.tikv.common
 
RegionManagerTest() - Constructor for class org.tikv.common.RegionManagerTest
 
RegionSplitTest - Class in org.tikv.common.importer
 
RegionSplitTest() - Constructor for class org.tikv.common.importer.RegionSplitTest
 
RegionStoreClientTest - Class in org.tikv.common
 
RegionStoreClientTest() - Constructor for class org.tikv.common.RegionStoreClientTest
 
remove(ByteString) - Method in class org.tikv.common.KVMockServer
 
remove(ByteString, ByteString) - Method in class org.tikv.common.MockThreeStoresTest
 
removeError(String) - Method in class org.tikv.common.KVMockServer
 
removeLock(ByteString) - Method in class org.tikv.common.KVMockServer
 
ReplicaReadTest - Class in org.tikv.txn
 
ReplicaReadTest() - Constructor for class org.tikv.txn.ReplicaReadTest
 
replicaSelectorTest() - Method in class org.tikv.txn.ReplicaReadTest
 
RequestKeyCodecTest - Class in org.tikv.common.apiversion
 
RequestKeyCodecTest() - Constructor for class org.tikv.common.apiversion.RequestKeyCodecTest
 
resolveLocksTest() - Method in class org.tikv.common.RegionStoreClientTest
 
RETRY - Static variable in class org.tikv.common.KVMockServer
 

S

scan0test() - Method in class org.tikv.raw.RawKVClientTest
 
scanRegions(Pdpb.ScanRegionsRequest, StreamObserver<Pdpb.ScanRegionsResponse>) - Method in class org.tikv.common.PDMockServer
 
scanTest() - Method in class org.tikv.common.RegionStoreClientTest
 
scanTestForIssue540() - Method in class org.tikv.raw.RawKVClientTest
 
SeekLeaderStoreTest - Class in org.tikv.common
 
SeekLeaderStoreTest() - Constructor for class org.tikv.common.SeekLeaderStoreTest
 
SeekProxyStoreTest - Class in org.tikv.common
 
SeekProxyStoreTest() - Constructor for class org.tikv.common.SeekProxyStoreTest
 
serializeTest() - Method in class org.tikv.common.TiConfigurationTest
 
server - Variable in class org.tikv.common.MockServerTest
 
SERVER_IS_BUSY - Static variable in class org.tikv.common.KVMockServer
 
servers - Variable in class org.tikv.common.MockThreeStoresTest
 
session - Variable in class org.tikv.common.PDMockServerTest
 
session - Variable in class org.tikv.txn.TXNTest
 
setRegion(TiRegion) - Method in class org.tikv.common.KVMockServer
 
setState(KVMockServer.State) - Method in class org.tikv.common.KVMockServer
 
setup() - Method in class org.tikv.common.importer.RawKVIngestTest
 
setup() - Method in class org.tikv.common.importer.RegionSplitTest
 
setup() - Method in class org.tikv.common.importer.SwitchTiKVModeTest
 
setup() - Method in class org.tikv.common.importer.TxnKVIngestTest
 
setup() - Method in class org.tikv.common.MockServerTest
 
setup() - Method in class org.tikv.common.MockThreeStoresTest
 
setup() - Method in class org.tikv.common.PDClientIntegrationTest
 
setup() - Method in class org.tikv.common.PDMockServerTest
 
setup() - Method in class org.tikv.common.RegionManagerTest
 
setup() - Method in class org.tikv.raw.CASTest
 
setup() - Method in class org.tikv.raw.RawKVClientTest
 
setup() - Method in class org.tikv.raw.SmartRawKVClientTest
 
setUp() - Method in class org.tikv.txn.ReplicaReadTest
 
setUp() - Method in class org.tikv.txn.TwoPhaseCommitterTest
 
setUp() - Method in class org.tikv.txn.TXNTest
 
simpleTest() - Method in class org.tikv.raw.RawKVClientTest
 
slowLogDefaultValueTest() - Method in class org.tikv.common.TiConfigurationTest
 
SlowLogImplTest - Class in org.tikv.common.log
 
SlowLogImplTest() - Constructor for class org.tikv.common.log.SlowLogImplTest
 
SmartRawKVClientTest - Class in org.tikv.raw
 
SmartRawKVClientTest() - Constructor for class org.tikv.raw.SmartRawKVClientTest
 
splitAndSortHandlesByRegionTest() - Method in class org.tikv.util.RangeSplitterTest
 
splitRangeByRegionTest() - Method in class org.tikv.util.RangeSplitterTest
 
STALE_COMMAND - Static variable in class org.tikv.common.KVMockServer
 
STALE_EPOCH - Static variable in class org.tikv.common.KVMockServer
 
start(TiRegion) - Method in class org.tikv.common.KVMockServer
 
start(TiRegion, int) - Method in class org.tikv.common.KVMockServer
 
start(long) - Method in class org.tikv.common.PDMockServer
 
start(long, int) - Method in class org.tikv.common.PDMockServer
 
stop() - Method in class org.tikv.common.KVMockServer
 
stop() - Method in class org.tikv.common.PDMockServer
 
STORE_NOT_MATCH - Static variable in class org.tikv.common.KVMockServer
 
StoreConfig - Class in org.tikv.common
 
StoreConfig() - Constructor for class org.tikv.common.StoreConfig
 
stores - Variable in class org.tikv.common.MockThreeStoresTest
 
SwitchTiKVModeTest - Class in org.tikv.common.importer
 
SwitchTiKVModeTest() - Constructor for class org.tikv.common.importer.SwitchTiKVModeTest
 
switchTiKVModeTest() - Method in class org.tikv.common.importer.SwitchTiKVModeTest
 

T

tearDown() - Method in class org.tikv.common.importer.RawKVIngestTest
 
tearDown() - Method in class org.tikv.common.importer.RegionSplitTest
 
tearDown() - Method in class org.tikv.common.importer.SwitchTiKVModeTest
 
tearDown() - Method in class org.tikv.common.importer.TxnKVIngestTest
 
tearDown() - Method in class org.tikv.common.MockThreeStoresTest
 
tearDown() - Method in class org.tikv.common.PDClientIntegrationTest
 
tearDown() - Method in class org.tikv.common.PDMockServerTest
 
tearDown() - Method in class org.tikv.common.TiSessionTest
 
tearDown() - Method in class org.tikv.raw.CASTest
 
tearDown() - Method in class org.tikv.raw.MetricsTest
 
tearDown() - Method in class org.tikv.raw.RawKVClientTest
 
tearDown() - Method in class org.tikv.raw.SmartRawKVClientTest
 
tearDown() - Method in class org.tikv.txn.ReplicaReadTest
 
tearDown() - Method in class org.tikv.txn.TwoPhaseCommitterTest
 
tearDown() - Method in class org.tikv.txn.TXNTest
 
testAccessOldVersionClusterWithV2() - Method in class org.tikv.common.ApiVersionTest
 
testAccessV1Cluster() - Method in class org.tikv.common.ApiVersionTest
 
testAccessV1ClusterWithTtl() - Method in class org.tikv.common.ApiVersionTest
 
testAccessV2Cluster() - Method in class org.tikv.common.ApiVersionTest
 
testAllFailure() - Method in class org.tikv.service.failsafe.CircuitBreakerMetricsTest
 
testAllSuccess() - Method in class org.tikv.service.failsafe.CircuitBreakerMetricsTest
 
testApiVersion() - Method in class org.tikv.common.TiConfigurationTest
 
testApiVersionToPb() - Method in class org.tikv.common.TiConfigurationTest
 
testBackoffTimeout() - Method in class org.tikv.raw.RawKVClientTest
 
testBatchPutForIssue634() - Method in class org.tikv.raw.RawKVClientTest
 
testcacheInvalidCallBack() - Method in class org.tikv.common.CacheInvalidCallBackTest
 
testCertWatcher() - Method in class org.tikv.common.ChannelFactoryTest
 
testCertWatcherWithExceptionTask() - Method in class org.tikv.common.ChannelFactoryTest
 
testCircuitBreaker() - Method in class org.tikv.raw.SmartRawKVClientTest
 
testCircuitBreaker() - Method in class org.tikv.service.failsafe.CircuitBreakerTest
 
testCreate() - Method in class org.tikv.common.PDClientMockTest
 
testCustomBackOff() - Method in class org.tikv.raw.RawKVClientTest
 
testDeadlineBackOff() - Method in class org.tikv.raw.RawKVClientTest
 
testErrorpbToStringDisableWarmup() - Method in class org.tikv.raw.WarmupTest
 
testErrorpbToStringEnableWarmup() - Method in class org.tikv.raw.WarmupTest
 
testGetLong() - Method in class org.tikv.common.columnar.TiChunkColumnVectorTest
 
testGetRegionById() - Method in class org.tikv.common.PDClientMockTest
 
testGetRegionById() - Method in class org.tikv.common.PDClientV2MockTest
 
testGetRegionByKey() - Method in class org.tikv.common.PDClientMockTest
 
testGetStore() - Method in class org.tikv.common.PDClientMockTest
 
testGrpcHealthCheckTimeoutValue() - Method in class org.tikv.common.TiConfigurationTest
 
testGrpcIdleTimeoutValue() - Method in class org.tikv.common.TiConfigurationTest
 
testHalfFailure() - Method in class org.tikv.service.failsafe.CircuitBreakerMetricsTest
 
testHealthCheckPeriodDurationValue() - Method in class org.tikv.common.TiConfigurationTest
 
testMultiClients() - Method in class org.tikv.raw.SmartRawKVClientTest
 
testMultiThreadTlsReload() - Method in class org.tikv.common.ChannelFactoryTest
 
testOnEpochNotMatch() - Method in class org.tikv.common.RegionErrorTest
 
testPair() - Method in class org.tikv.common.util.PairTest
 
testPauseCheck() - Method in class org.tikv.common.PDClientIntegrationTest
 
testRegionBorder() - Method in class org.tikv.common.RegionManagerTest
 
testRetryPolicy() - Method in class org.tikv.common.PDClientMockTest
 
testScanRegions() - Method in class org.tikv.common.PDClientV2MockTest
 
testSeekLeader() - Method in class org.tikv.common.SeekLeaderStoreTest
 
testSeekLeaderMeetInvalidStore() - Method in class org.tikv.common.SeekLeaderStoreTest
 
testSeekProxyStore() - Method in class org.tikv.common.SeekProxyStoreTest
 
testSlowLogJson() - Method in class org.tikv.common.log.SlowLogImplTest
 
testSwitchLeader() - Method in class org.tikv.common.PDClientMockTest
 
testThresholdTime() - Method in class org.tikv.common.log.SlowLogImplTest
 
testTimeoutInTime() - Method in class org.tikv.common.TimeoutTest
 
testTso() - Method in class org.tikv.common.PDClientMockTest
 
testTsoBatchUsedUp() - Method in class org.tikv.common.TsoBatchUsedUpTest
 
testUnsignedLong() - Method in class org.tikv.common.log.SlowLogImplTest
 
TestUtils - Class in org.tikv.util
 
TestUtils() - Constructor for class org.tikv.util.TestUtils
 
testV1RawCodec() - Method in class org.tikv.common.apiversion.RequestKeyCodecTest
 
testV1TxnCodec() - Method in class org.tikv.common.apiversion.RequestKeyCodecTest
 
testV2Codec() - Method in class org.tikv.common.apiversion.RequestKeyCodecTest
 
testWithFields() - Method in class org.tikv.common.log.SlowLogImplTest
 
TiChunkColumnVectorTest - Class in org.tikv.common.columnar
 
TiChunkColumnVectorTest() - Constructor for class org.tikv.common.columnar.TiChunkColumnVectorTest
 
TiConfigurationTest - Class in org.tikv.common
 
TiConfigurationTest() - Constructor for class org.tikv.common.TiConfigurationTest
 
tiFlashDefaultValueTest() - Method in class org.tikv.common.TiConfigurationTest
 
tiJksDefaultValueTest() - Method in class org.tikv.common.TiConfigurationTest
 
tikvVersionNewerThan(String) - Method in class org.tikv.BaseRawKVTest
 
TimeoutTest - Class in org.tikv.common
 
TimeoutTest() - Constructor for class org.tikv.common.TimeoutTest
 
TiSessionTest - Class in org.tikv.common
 
TiSessionTest() - Constructor for class org.tikv.common.TiSessionTest
 
toBinFromBinTest() - Method in class org.tikv.common.codec.MyDecimalTest
 
toBinTest() - Method in class org.tikv.common.codec.MyDecimalTest
 
tso(StreamObserver<Pdpb.TsoResponse>) - Method in class org.tikv.common.PDMockServer
 
TsoBatchUsedUpTest - Class in org.tikv.common
 
TsoBatchUsedUpTest() - Constructor for class org.tikv.common.TsoBatchUsedUpTest
 
TwoPhaseCommitterTest - Class in org.tikv.txn
 
TwoPhaseCommitterTest() - Constructor for class org.tikv.txn.TwoPhaseCommitterTest
 
twoTiSession() - Method in class org.tikv.raw.MetricsTest
 
twoTiSessionWithDifferentPort() - Method in class org.tikv.raw.MetricsTest
 
txnIngestTest() - Method in class org.tikv.common.importer.TxnKVIngestTest
 
TxnKVIngestTest - Class in org.tikv.common.importer
 
TxnKVIngestTest() - Constructor for class org.tikv.common.importer.TxnKVIngestTest
 
TXNTest - Class in org.tikv.txn
 
TXNTest() - Constructor for class org.tikv.txn.TXNTest
 

V

validate() - Method in class org.tikv.raw.RawKVClientTest
 
valueOf(String) - Static method in enum org.tikv.common.KVMockServer.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tikv.common.KVMockServer.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

warmUpTest() - Method in class org.tikv.common.TiSessionTest
 
WarmupTest - Class in org.tikv.raw
 
WarmupTest() - Constructor for class org.tikv.raw.WarmupTest
 
writeBytesTest() - Method in class org.tikv.common.codec.CodecTest
 
A B C D E F G H I K L M N O P R S T V W 
Skip navigation links

Copyright © 2025 PingCAP. All rights reserved.