public static final class Pdpb.StoreStats extends com.google.protobuf.GeneratedMessageV3 implements Pdpb.StoreStatsOrBuilder
pdpb.StoreStats| 限定符和类型 | 类和说明 |
|---|---|
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| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
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
repeated .pdpb.RecordPair cpu_usages = 16; |
int |
getCpuUsagesCount()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16; |
List<Pdpb.RecordPair> |
getCpuUsagesList()
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<? extends Pdpb.RecordPairOrBuilder> |
getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16; |
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.TimeInterval interval = 15; |
Pdpb.TimeIntervalOrBuilder |
getIntervalOrBuilder()
Actually reported time interval
.pdpb.TimeInterval interval = 15; |
boolean |
getIsApplyBusy()
If the apply worker is busy, namely high apply wait duration
bool is_apply_busy = 24; |
boolean |
getIsBusy()
If the store is busy
bool is_busy = 9; |
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
repeated .pdpb.RecordPair op_latencies = 19; |
int |
getOpLatenciesCount()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19; |
List<Pdpb.RecordPair> |
getOpLatenciesList()
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<? extends Pdpb.RecordPairOrBuilder> |
getOpLatenciesOrBuilderList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19; |
com.google.protobuf.Parser<Pdpb.StoreStats> |
getParserForType() |
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<Pdpb.PeerStat> |
getPeerStatsList()
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; |
List<? extends Pdpb.PeerStatOrBuilder> |
getPeerStatsOrBuilderList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20; |
Pdpb.QueryStats |
getQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21; |
Pdpb.QueryStatsOrBuilder |
getQueryStatsOrBuilder()
Store query stats
.pdpb.QueryStats query_stats = 21; |
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<Pdpb.RecordPair> |
getReadIoRatesList()
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<? extends Pdpb.RecordPairOrBuilder> |
getReadIoRatesOrBuilderList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17; |
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
uint64 used_size = 10; |
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<Pdpb.RecordPair> |
getWriteIoRatesList()
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<? extends Pdpb.RecordPairOrBuilder> |
getWriteIoRatesOrBuilderList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18; |
int |
hashCode() |
boolean |
hasInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15; |
boolean |
hasQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21; |
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) |
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, newInstance, 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, writeTopublic 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
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public long getStoreId()
uint64 store_id = 1;getStoreId 在接口中 Pdpb.StoreStatsOrBuilderpublic long getCapacity()
Capacity for the store.
uint64 capacity = 2;getCapacity 在接口中 Pdpb.StoreStatsOrBuilderpublic long getAvailable()
Available size for the store.
uint64 available = 3;getAvailable 在接口中 Pdpb.StoreStatsOrBuilderpublic int getRegionCount()
Total region count in this store.
uint32 region_count = 4;getRegionCount 在接口中 Pdpb.StoreStatsOrBuilderpublic int getSendingSnapCount()
Current sending snapshot count.
uint32 sending_snap_count = 5;getSendingSnapCount 在接口中 Pdpb.StoreStatsOrBuilderpublic int getReceivingSnapCount()
Current receiving snapshot count.
uint32 receiving_snap_count = 6;public int getStartTime()
When the store is started (unix timestamp in seconds).
uint32 start_time = 7;getStartTime 在接口中 Pdpb.StoreStatsOrBuilderpublic int getApplyingSnapCount()
How many region is applying snapshot.
uint32 applying_snap_count = 8;getApplyingSnapCount 在接口中 Pdpb.StoreStatsOrBuilderpublic boolean getIsBusy()
If the store is busy
bool is_busy = 9;getIsBusy 在接口中 Pdpb.StoreStatsOrBuilderpublic long getUsedSize()
Actually used space by db
uint64 used_size = 10;getUsedSize 在接口中 Pdpb.StoreStatsOrBuilderpublic long getBytesWritten()
Bytes written for the store during this period.
uint64 bytes_written = 11;getBytesWritten 在接口中 Pdpb.StoreStatsOrBuilderpublic long getKeysWritten()
Keys written for the store during this period.
uint64 keys_written = 12;getKeysWritten 在接口中 Pdpb.StoreStatsOrBuilderpublic long getBytesRead()
Bytes read for the store during this period.
uint64 bytes_read = 13;getBytesRead 在接口中 Pdpb.StoreStatsOrBuilderpublic long getKeysRead()
Keys read for the store during this period.
uint64 keys_read = 14;getKeysRead 在接口中 Pdpb.StoreStatsOrBuilderpublic boolean hasInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;hasInterval 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.TimeInterval getInterval()
Actually reported time interval
.pdpb.TimeInterval interval = 15;getInterval 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.TimeIntervalOrBuilder getIntervalOrBuilder()
Actually reported time interval
.pdpb.TimeInterval interval = 15;getIntervalOrBuilder 在接口中 Pdpb.StoreStatsOrBuilderpublic List<Pdpb.RecordPair> getCpuUsagesList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesList 在接口中 Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getCpuUsagesOrBuilderList()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;public int getCpuUsagesCount()
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsagesCount 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getCpuUsages(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;getCpuUsages 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getCpuUsagesOrBuilder(int index)
Threads' CPU usages in the store
repeated .pdpb.RecordPair cpu_usages = 16;public List<Pdpb.RecordPair> getReadIoRatesList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesList 在接口中 Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getReadIoRatesOrBuilderList()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;public int getReadIoRatesCount()
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRatesCount 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getReadIoRates(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;getReadIoRates 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getReadIoRatesOrBuilder(int index)
Threads' read disk I/O rates in the store
repeated .pdpb.RecordPair read_io_rates = 17;public List<Pdpb.RecordPair> getWriteIoRatesList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesList 在接口中 Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getWriteIoRatesOrBuilderList()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;public int getWriteIoRatesCount()
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRatesCount 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getWriteIoRates(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;getWriteIoRates 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getWriteIoRatesOrBuilder(int index)
Threads' write disk I/O rates in the store
repeated .pdpb.RecordPair write_io_rates = 18;public List<Pdpb.RecordPair> getOpLatenciesList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesList 在接口中 Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.RecordPairOrBuilder> getOpLatenciesOrBuilderList()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;public int getOpLatenciesCount()
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatenciesCount 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPair getOpLatencies(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;getOpLatencies 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.RecordPairOrBuilder getOpLatenciesOrBuilder(int index)
Operations' latencies in the store
repeated .pdpb.RecordPair op_latencies = 19;public List<Pdpb.PeerStat> getPeerStatsList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsList 在接口中 Pdpb.StoreStatsOrBuilderpublic List<? extends Pdpb.PeerStatOrBuilder> getPeerStatsOrBuilderList()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;public int getPeerStatsCount()
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStatsCount 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.PeerStat getPeerStats(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;getPeerStats 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.PeerStatOrBuilder getPeerStatsOrBuilder(int index)
Hot peer stat in the store
repeated .pdpb.PeerStat peer_stats = 20;public boolean hasQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;hasQueryStats 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.QueryStats getQueryStats()
Store query stats
.pdpb.QueryStats query_stats = 21;getQueryStats 在接口中 Pdpb.StoreStatsOrBuilderpublic Pdpb.QueryStatsOrBuilder getQueryStatsOrBuilder()
Store query stats
.pdpb.QueryStats query_stats = 21;public long getSlowScore()
Score that represents the speed of the store, ranges in [1, 100], lower is better.
uint64 slow_score = 22;getSlowScore 在接口中 Pdpb.StoreStatsOrBuilderpublic List<Long> getDamagedRegionsIdList()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;public int getDamagedRegionsIdCount()
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;public long getDamagedRegionsId(int index)
Damaged regions on the store that need to be removed by PD.
repeated uint64 damaged_regions_id = 23;getDamagedRegionsId 在接口中 Pdpb.StoreStatsOrBuilderpublic boolean getIsApplyBusy()
If the apply worker is busy, namely high apply wait duration
bool is_apply_busy = 24;getIsApplyBusy 在接口中 Pdpb.StoreStatsOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 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 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Pdpb.StoreStats.Builder newBuilder()
public static Pdpb.StoreStats.Builder newBuilder(Pdpb.StoreStats prototype)
public Pdpb.StoreStats.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Pdpb.StoreStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 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 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Pdpb.StoreStats getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.