public static final class Pdpb.StoreStats extends com.google.protobuf.GeneratedMessageV3 implements Pdpb.StoreStatsOrBuilder
pdpb.StoreStats| Modifier and Type | Class and Description |
|---|---|
static class |
Pdpb.StoreStats.Builder
Protobuf type
pdpb.StoreStats |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
APPLYING_SNAP_COUNT_FIELD_NUMBER |
static int |
AVAILABLE_FIELD_NUMBER |
static int |
BYTES_READ_FIELD_NUMBER |
static int |
BYTES_WRITTEN_FIELD_NUMBER |
static int |
CAPACITY_FIELD_NUMBER |
static int |
CPU_USAGES_FIELD_NUMBER |
static int |
DAMAGED_REGIONS_ID_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
static int |
IS_APPLY_BUSY_FIELD_NUMBER |
static int |
IS_BUSY_FIELD_NUMBER |
static int |
KEYS_READ_FIELD_NUMBER |
static int |
KEYS_WRITTEN_FIELD_NUMBER |
static int |
OP_LATENCIES_FIELD_NUMBER |
static int |
PEER_STATS_FIELD_NUMBER |
static int |
QUERY_STATS_FIELD_NUMBER |
static int |
READ_IO_RATES_FIELD_NUMBER |
static int |
RECEIVING_SNAP_COUNT_FIELD_NUMBER |
static int |
REGION_COUNT_FIELD_NUMBER |
static int |
SENDING_SNAP_COUNT_FIELD_NUMBER |
static int |
SLOW_SCORE_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STORE_ID_FIELD_NUMBER |
static int |
USED_SIZE_FIELD_NUMBER |
static int |
WRITE_IO_RATES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static Pdpb.StoreStats |
getDefaultInstance() |
Pdpb.StoreStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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
|
com.google.protobuf.Parser<Pdpb.StoreStats> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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
|
int |
hashCode() |
boolean |
hasInterval()
Actually reported time interval
|
boolean |
hasQueryStats()
Store query stats
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Pdpb.StoreStats.Builder |
newBuilder() |
static Pdpb.StoreStats.Builder |
newBuilder(Pdpb.StoreStats prototype) |
Pdpb.StoreStats.Builder |
newBuilderForType() |
protected Pdpb.StoreStats.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Pdpb.StoreStats |
parseDelimitedFrom(InputStream input) |
static Pdpb.StoreStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.StoreStats |
parseFrom(byte[] data) |
static Pdpb.StoreStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.StoreStats |
parseFrom(ByteBuffer data) |
static Pdpb.StoreStats |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.StoreStats |
parseFrom(com.google.protobuf.ByteString data) |
static Pdpb.StoreStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.StoreStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Pdpb.StoreStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pdpb.StoreStats |
parseFrom(InputStream input) |
static Pdpb.StoreStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Pdpb.StoreStats> |
parser() |
Pdpb.StoreStats.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STORE_ID_FIELD_NUMBER
public static final int CAPACITY_FIELD_NUMBER
public static final int AVAILABLE_FIELD_NUMBER
public static final int REGION_COUNT_FIELD_NUMBER
public static final int SENDING_SNAP_COUNT_FIELD_NUMBER
public static final int RECEIVING_SNAP_COUNT_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int APPLYING_SNAP_COUNT_FIELD_NUMBER
public static final int IS_BUSY_FIELD_NUMBER
public static final int USED_SIZE_FIELD_NUMBER
public static final int BYTES_WRITTEN_FIELD_NUMBER
public static final int KEYS_WRITTEN_FIELD_NUMBER
public static final int BYTES_READ_FIELD_NUMBER
public static final int KEYS_READ_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
public static final int CPU_USAGES_FIELD_NUMBER
public static final int READ_IO_RATES_FIELD_NUMBER
public static final int WRITE_IO_RATES_FIELD_NUMBER
public static final int OP_LATENCIES_FIELD_NUMBER
public static final int PEER_STATS_FIELD_NUMBER
public static final int QUERY_STATS_FIELD_NUMBER
public static final int SLOW_SCORE_FIELD_NUMBER
public static final int DAMAGED_REGIONS_ID_FIELD_NUMBER
public static final int IS_APPLY_BUSY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getStoreId()
uint64 store_id = 1;getStoreId in interface Pdpb.StoreStatsOrBuilderpublic long getCapacity()
Capacity for the store.
uint64 capacity = 2;getCapacity in interface Pdpb.StoreStatsOrBuilderpublic long getAvailable()
Available size for the store.
uint64 available = 3;getAvailable in interface Pdpb.StoreStatsOrBuilderpublic int getRegionCount()
Total region count in this store.
uint32 region_count = 4;getRegionCount in interface Pdpb.StoreStatsOrBuilderpublic int getSendingSnapCount()
Current sending snapshot count.
uint32 sending_snap_count = 5;getSendingSnapCount in interface Pdpb.StoreStatsOrBuilderpublic int getReceivingSnapCount()
Current receiving snapshot count.
uint32 receiving_snap_count = 6;getReceivingSnapCount in interface Pdpb.StoreStatsOrBuilderpublic int getStartTime()
When the store is started (unix timestamp in seconds).
uint32 start_time = 7;getStartTime in interface Pdpb.StoreStatsOrBuilderpublic int getApplyingSnapCount()
How many region is applying snapshot.
uint32 applying_snap_count = 8;getApplyingSnapCount in interface Pdpb.StoreStatsOrBuilderpublic boolean getIsBusy()
If the store is busy
bool is_busy = 9;getIsBusy in interface Pdpb.StoreStatsOrBuilderpublic long getUsedSize()
Actually used space by db
uint64 used_size = 10;getUsedSize in interface Pdpb.StoreStatsOrBuilderpublic long getBytesWritten()
Bytes written for the store during this period.
uint64 bytes_written = 11;getBytesWritten in interface Pdpb.StoreStatsOrBuilderpublic long getKeysWritten()
Keys written for the store during this period.
uint64 keys_written = 12;getKeysWritten in interface Pdpb.StoreStatsOrBuilderpublic long getBytesRead()
Bytes read for the store during this period.
uint64 bytes_read = 13;getBytesRead in interface Pdpb.StoreStatsOrBuilderpublic long getKeysRead()
Keys read for the store during this period.
uint64 keys_read = 14;getKeysRead in interface Pdpb.StoreStatsOrBuilderpublic boolean hasInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;hasInterval in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.TimeInterval getInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;getInterval in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.TimeIntervalOrBuilder getIntervalOrBuilder()
Actually reported time interval
.pdpb.TimeInterval interval = 15;getIntervalOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic List<Pdpb.RecordPair> getCpuUsagesList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesList in interface Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesOrBuilderList in interface Pdpb.StoreStatsOrBuilderpublic int getCpuUsagesCount()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesCount in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getCpuUsages(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsages in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getCpuUsagesOrBuilder(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic List<Pdpb.RecordPair> getReadIoRatesList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesList in interface Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getReadIoRatesOrBuilderList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesOrBuilderList in interface Pdpb.StoreStatsOrBuilderpublic int getReadIoRatesCount()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesCount in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getReadIoRates(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRates in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getReadIoRatesOrBuilder(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic List<Pdpb.RecordPair> getWriteIoRatesList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesList in interface Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getWriteIoRatesOrBuilderList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesOrBuilderList in interface Pdpb.StoreStatsOrBuilderpublic int getWriteIoRatesCount()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesCount in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getWriteIoRates(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRates in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getWriteIoRatesOrBuilder(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic List<Pdpb.RecordPair> getOpLatenciesList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesList in interface Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getOpLatenciesOrBuilderList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesOrBuilderList in interface Pdpb.StoreStatsOrBuilderpublic int getOpLatenciesCount()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesCount in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getOpLatencies(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatencies in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getOpLatenciesOrBuilder(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic List<Pdpb.PeerStat> getPeerStatsList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsList in interface Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.PeerStatOrBuilder> getPeerStatsOrBuilderList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsOrBuilderList in interface Pdpb.StoreStatsOrBuilderpublic int getPeerStatsCount()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsCount in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.PeerStat getPeerStats(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStats in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.PeerStatOrBuilder getPeerStatsOrBuilder(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic boolean hasQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;hasQueryStats in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.QueryStats getQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;getQueryStats in interface Pdpb.StoreStatsOrBuilderpublic Pdpb.QueryStatsOrBuilder getQueryStatsOrBuilder()
Store query stats
.pdpb.QueryStats query_stats = 21;getQueryStatsOrBuilder in interface Pdpb.StoreStatsOrBuilderpublic long getSlowScore()
Score that represents the speed of the store, ranges in [1, 100], lower is better.
uint64 slow_score = 22;getSlowScore in interface Pdpb.StoreStatsOrBuilderpublic List<Long> getDamagedRegionsIdList()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;getDamagedRegionsIdList in interface Pdpb.StoreStatsOrBuilderpublic int getDamagedRegionsIdCount()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;getDamagedRegionsIdCount in interface Pdpb.StoreStatsOrBuilderpublic long getDamagedRegionsId(int index)
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;getDamagedRegionsId in interface Pdpb.StoreStatsOrBuilderindex - The index of the element to return.public boolean getIsApplyBusy()
If the apply worker is busy, namely high apply wait duration
bool is_apply_busy = 24;getIsApplyBusy in interface Pdpb.StoreStatsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Pdpb.StoreStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pdpb.StoreStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static Pdpb.StoreStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Pdpb.StoreStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Pdpb.StoreStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Pdpb.StoreStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Pdpb.StoreStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Pdpb.StoreStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Pdpb.StoreStats.Builder newBuilder()
public static Pdpb.StoreStats.Builder newBuilder(Pdpb.StoreStats prototype)
public Pdpb.StoreStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Pdpb.StoreStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Pdpb.StoreStats getDefaultInstance()
public static com.google.protobuf.Parser<Pdpb.StoreStats> parser()
public com.google.protobuf.Parser<Pdpb.StoreStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Pdpb.StoreStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 PingCAP. All rights reserved.