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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public long getStoreId()
uint64 store_id = 1;
getStoreId
in interface Pdpb.StoreStatsOrBuilder
public long getCapacity()
Capacity for the store.
uint64 capacity = 2;
getCapacity
in interface Pdpb.StoreStatsOrBuilder
public long getAvailable()
Available size for the store.
uint64 available = 3;
getAvailable
in interface Pdpb.StoreStatsOrBuilder
public int getRegionCount()
Total region count in this store.
uint32 region_count = 4;
getRegionCount
in interface Pdpb.StoreStatsOrBuilder
public int getSendingSnapCount()
Current sending snapshot count.
uint32 sending_snap_count = 5;
getSendingSnapCount
in interface Pdpb.StoreStatsOrBuilder
public int getReceivingSnapCount()
Current receiving snapshot count.
uint32 receiving_snap_count = 6;
getReceivingSnapCount
in interface Pdpb.StoreStatsOrBuilder
public int getStartTime()
When the store is started (unix timestamp in seconds).
uint32 start_time = 7;
getStartTime
in interface Pdpb.StoreStatsOrBuilder
public int getApplyingSnapCount()
How many region is applying snapshot.
uint32 applying_snap_count = 8;
getApplyingSnapCount
in interface Pdpb.StoreStatsOrBuilder
public boolean getIsBusy()
If the store is busy
bool is_busy = 9;
getIsBusy
in interface Pdpb.StoreStatsOrBuilder
public long getUsedSize()
Actually used space by db
uint64 used_size = 10;
getUsedSize
in interface Pdpb.StoreStatsOrBuilder
public long getBytesWritten()
Bytes written for the store during this period.
uint64 bytes_written = 11;
getBytesWritten
in interface Pdpb.StoreStatsOrBuilder
public long getKeysWritten()
Keys written for the store during this period.
uint64 keys_written = 12;
getKeysWritten
in interface Pdpb.StoreStatsOrBuilder
public long getBytesRead()
Bytes read for the store during this period.
uint64 bytes_read = 13;
getBytesRead
in interface Pdpb.StoreStatsOrBuilder
public long getKeysRead()
Keys read for the store during this period.
uint64 keys_read = 14;
getKeysRead
in interface Pdpb.StoreStatsOrBuilder
public boolean hasInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
hasInterval
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.TimeInterval getInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
getInterval
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.TimeIntervalOrBuilder getIntervalOrBuilder()
Actually reported time interval
.pdpb.TimeInterval interval = 15;
getIntervalOrBuilder
in interface Pdpb.StoreStatsOrBuilder
public List<Pdpb.RecordPair> getCpuUsagesList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
getCpuUsagesList
in interface Pdpb.StoreStatsOrBuilder
public List<? extends Pdpb.RecordPairOrBuilder> getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
getCpuUsagesOrBuilderList
in interface Pdpb.StoreStatsOrBuilder
public int getCpuUsagesCount()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
getCpuUsagesCount
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.RecordPair getCpuUsages(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
getCpuUsages
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.RecordPairOrBuilder getCpuUsagesOrBuilder(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;
getCpuUsagesOrBuilder
in interface Pdpb.StoreStatsOrBuilder
public List<Pdpb.RecordPair> getReadIoRatesList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
getReadIoRatesList
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public int getReadIoRatesCount()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;
getReadIoRatesCount
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public List<Pdpb.RecordPair> getWriteIoRatesList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
getWriteIoRatesList
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public int getWriteIoRatesCount()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;
getWriteIoRatesCount
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public List<Pdpb.RecordPair> getOpLatenciesList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
getOpLatenciesList
in interface Pdpb.StoreStatsOrBuilder
public List<? extends Pdpb.RecordPairOrBuilder> getOpLatenciesOrBuilderList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
getOpLatenciesOrBuilderList
in interface Pdpb.StoreStatsOrBuilder
public int getOpLatenciesCount()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
getOpLatenciesCount
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.RecordPair getOpLatencies(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
getOpLatencies
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.RecordPairOrBuilder getOpLatenciesOrBuilder(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;
getOpLatenciesOrBuilder
in interface Pdpb.StoreStatsOrBuilder
public List<Pdpb.PeerStat> getPeerStatsList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
getPeerStatsList
in interface Pdpb.StoreStatsOrBuilder
public List<? extends Pdpb.PeerStatOrBuilder> getPeerStatsOrBuilderList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
getPeerStatsOrBuilderList
in interface Pdpb.StoreStatsOrBuilder
public int getPeerStatsCount()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
getPeerStatsCount
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.PeerStat getPeerStats(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
getPeerStats
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.PeerStatOrBuilder getPeerStatsOrBuilder(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;
getPeerStatsOrBuilder
in interface Pdpb.StoreStatsOrBuilder
public boolean hasQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;
hasQueryStats
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.QueryStats getQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;
getQueryStats
in interface Pdpb.StoreStatsOrBuilder
public Pdpb.QueryStatsOrBuilder getQueryStatsOrBuilder()
Store query stats
.pdpb.QueryStats query_stats = 21;
getQueryStatsOrBuilder
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
public int getDamagedRegionsIdCount()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;
getDamagedRegionsIdCount
in interface Pdpb.StoreStatsOrBuilder
public 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.StoreStatsOrBuilder
index
- 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.StoreStatsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Pdpb.StoreStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Pdpb.StoreStats parseFrom(InputStream input) throws IOException
IOException
public static Pdpb.StoreStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Pdpb.StoreStats parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Pdpb.StoreStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Pdpb.StoreStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Pdpb.StoreStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Pdpb.StoreStats.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Pdpb.StoreStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Pdpb.StoreStats getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2024 PingCAP. All rights reserved.