public static interface Pdpb.StoreStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getApplyingSnapCount()
How many region is applying snapshot.
|
long |
getAvailable()
Available size for the store.
|
long |
getBytesRead()
Bytes read for the store during this period.
|
long |
getBytesWritten()
Bytes written for the store during this period.
|
long |
getCapacity()
Capacity for the store.
|
Pdpb.RecordPair |
getCpuUsages(int index)
Threads' CPU usages in the store
|
int |
getCpuUsagesCount()
Threads' CPU usages in the store
|
List<Pdpb.RecordPair> |
getCpuUsagesList()
Threads' CPU usages in the store
|
Pdpb.RecordPairOrBuilder |
getCpuUsagesOrBuilder(int index)
Threads' CPU usages in the store
|
List<? extends Pdpb.RecordPairOrBuilder> |
getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
|
long |
getDamagedRegionsId(int index)
Damaged regions on the store that need to be removed by PD.
|
int |
getDamagedRegionsIdCount()
Damaged regions on the store that need to be removed by PD.
|
List<Long> |
getDamagedRegionsIdList()
Damaged regions on the store that need to be removed by PD.
|
Pdpb.TimeInterval |
getInterval()
Actually reported time interval
|
Pdpb.TimeIntervalOrBuilder |
getIntervalOrBuilder()
Actually reported time interval
|
boolean |
getIsApplyBusy()
If the apply worker is busy, namely high apply wait duration
|
boolean |
getIsBusy()
If the store is busy
|
long |
getKeysRead()
Keys read for the store during this period.
|
long |
getKeysWritten()
Keys written for the store during this period.
|
Pdpb.RecordPair |
getOpLatencies(int index)
Operations' latencies in the store
|
int |
getOpLatenciesCount()
Operations' latencies in the store
|
List<Pdpb.RecordPair> |
getOpLatenciesList()
Operations' latencies in the store
|
Pdpb.RecordPairOrBuilder |
getOpLatenciesOrBuilder(int index)
Operations' latencies in the store
|
List<? extends Pdpb.RecordPairOrBuilder> |
getOpLatenciesOrBuilderList()
Operations' latencies in the store
|
Pdpb.PeerStat |
getPeerStats(int index)
Hot peer stat in the store
|
int |
getPeerStatsCount()
Hot peer stat in the store
|
List<Pdpb.PeerStat> |
getPeerStatsList()
Hot peer stat in the store
|
Pdpb.PeerStatOrBuilder |
getPeerStatsOrBuilder(int index)
Hot peer stat in the store
|
List<? extends Pdpb.PeerStatOrBuilder> |
getPeerStatsOrBuilderList()
Hot peer stat in the store
|
Pdpb.QueryStats |
getQueryStats()
Store query stats
|
Pdpb.QueryStatsOrBuilder |
getQueryStatsOrBuilder()
Store query stats
|
Pdpb.RecordPair |
getReadIoRates(int index)
Threads' read disk I/O rates in the store
|
int |
getReadIoRatesCount()
Threads' read disk I/O rates in the store
|
List<Pdpb.RecordPair> |
getReadIoRatesList()
Threads' read disk I/O rates in the store
|
Pdpb.RecordPairOrBuilder |
getReadIoRatesOrBuilder(int index)
Threads' read disk I/O rates in the store
|
List<? extends Pdpb.RecordPairOrBuilder> |
getReadIoRatesOrBuilderList()
Threads' read disk I/O rates in the store
|
int |
getReceivingSnapCount()
Current receiving snapshot count.
|
int |
getRegionCount()
Total region count in this store.
|
int |
getSendingSnapCount()
Current sending snapshot count.
|
long |
getSlowScore()
Score that represents the speed of the store, ranges in [1, 100], lower is better.
|
int |
getStartTime()
When the store is started (unix timestamp in seconds).
|
long |
getStoreId()
uint64 store_id = 1; |
long |
getUsedSize()
Actually used space by db
|
Pdpb.RecordPair |
getWriteIoRates(int index)
Threads' write disk I/O rates in the store
|
int |
getWriteIoRatesCount()
Threads' write disk I/O rates in the store
|
List<Pdpb.RecordPair> |
getWriteIoRatesList()
Threads' write disk I/O rates in the store
|
Pdpb.RecordPairOrBuilder |
getWriteIoRatesOrBuilder(int index)
Threads' write disk I/O rates in the store
|
List<? extends Pdpb.RecordPairOrBuilder> |
getWriteIoRatesOrBuilderList()
Threads' write disk I/O rates in the store
|
boolean |
hasInterval()
Actually reported time interval
|
boolean |
hasQueryStats()
Store query stats
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getStoreId()
uint64 store_id = 1;
long getCapacity()
Capacity for the store.
uint64 capacity = 2;
long getAvailable()
Available size for the store.
uint64 available = 3;
int getRegionCount()
Total region count in this store.
uint32 region_count = 4;
int getSendingSnapCount()
Current sending snapshot count.
uint32 sending_snap_count = 5;
int getReceivingSnapCount()
Current receiving snapshot count.
uint32 receiving_snap_count = 6;
int getStartTime()
When the store is started (unix timestamp in seconds).
uint32 start_time = 7;
int getApplyingSnapCount()
How many region is applying snapshot.
uint32 applying_snap_count = 8;
boolean getIsBusy()
If the store is busy
bool is_busy = 9;
long getUsedSize()
Actually used space by db
uint64 used_size = 10;
long getBytesWritten()
Bytes written for the store during this period.
uint64 bytes_written = 11;
long getKeysWritten()
Keys written for the store during this period.
uint64 keys_written = 12;
long getBytesRead()
Bytes read for the store during this period.
uint64 bytes_read = 13;
long getKeysRead()
Keys read for the store during this period.
uint64 keys_read = 14;
boolean hasInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
Pdpb.TimeInterval getInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
Pdpb.TimeIntervalOrBuilder getIntervalOrBuilder()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
List<Pdpb.RecordPair> getCpuUsagesList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
Pdpb.RecordPair getCpuUsages(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
int getCpuUsagesCount()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
List<? extends Pdpb.RecordPairOrBuilder> getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
Pdpb.RecordPairOrBuilder getCpuUsagesOrBuilder(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
List<Pdpb.RecordPair> getReadIoRatesList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
Pdpb.RecordPair getReadIoRates(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
int getReadIoRatesCount()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
List<? extends Pdpb.RecordPairOrBuilder> getReadIoRatesOrBuilderList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
Pdpb.RecordPairOrBuilder getReadIoRatesOrBuilder(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
List<Pdpb.RecordPair> getWriteIoRatesList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
Pdpb.RecordPair getWriteIoRates(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
int getWriteIoRatesCount()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
List<? extends Pdpb.RecordPairOrBuilder> getWriteIoRatesOrBuilderList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
Pdpb.RecordPairOrBuilder getWriteIoRatesOrBuilder(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
List<Pdpb.RecordPair> getOpLatenciesList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
Pdpb.RecordPair getOpLatencies(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
int getOpLatenciesCount()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
List<? extends Pdpb.RecordPairOrBuilder> getOpLatenciesOrBuilderList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
Pdpb.RecordPairOrBuilder getOpLatenciesOrBuilder(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
List<Pdpb.PeerStat> getPeerStatsList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
Pdpb.PeerStat getPeerStats(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
int getPeerStatsCount()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
List<? extends Pdpb.PeerStatOrBuilder> getPeerStatsOrBuilderList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
Pdpb.PeerStatOrBuilder getPeerStatsOrBuilder(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
boolean hasQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;
Pdpb.QueryStats getQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;
Pdpb.QueryStatsOrBuilder getQueryStatsOrBuilder()
Store query stats
.pdpb.QueryStats query_stats = 21;
long getSlowScore()
Score that represents the speed of the store, ranges in [1, 100], lower is better.
uint64 slow_score = 22;
List<Long> getDamagedRegionsIdList()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;
int getDamagedRegionsIdCount()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;
long getDamagedRegionsId(int index)
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;
index
- The index of the element to return.boolean getIsApplyBusy()
If the apply worker is busy, namely high apply wait duration
bool is_apply_busy = 24;
Copyright © 2024 PingCAP. All rights reserved.