Package | Description |
---|---|
org.tikv.common.log | |
org.tikv.common.region | |
org.tikv.common.util |
Modifier and Type | Class and Description |
---|---|
class |
SlowLogEmptyImpl |
class |
SlowLogImpl |
Modifier and Type | Method and Description |
---|---|
default SlowLog |
SlowLog.withField(String key,
Object value) |
SlowLog |
SlowLog.withFields(Map<String,Object> fields) |
SlowLog |
SlowLogEmptyImpl.withFields(Map<String,Object> fields) |
SlowLog |
SlowLogImpl.withFields(Map<String,Object> fields) |
Modifier and Type | Method and Description |
---|---|
protected Kvrpcpb.Context |
AbstractRegionStoreClient.makeContext(Set<Long> resolvedLocks,
TiStoreType storeType,
SlowLog slowLog) |
protected Kvrpcpb.Context |
AbstractRegionStoreClient.makeContext(TiStoreType storeType,
SlowLog slowLog) |
Modifier and Type | Method and Description |
---|---|
SlowLog |
BackOffer.getSlowLog() |
SlowLog |
ConcreteBackOffer.getSlowLog() |
Modifier and Type | Method and Description |
---|---|
static ConcreteBackOffer |
ConcreteBackOffer.newDeadlineBackOff(int timeoutInMs,
SlowLog slowLog) |
static ConcreteBackOffer |
ConcreteBackOffer.newDeadlineBackOff(int timeoutInMs,
SlowLog slowLog,
long clusterId) |
Copyright © 2024 PingCAP. All rights reserved.