public static final class Kvrpcpb.ScanDetailV2 extends com.google.protobuf.GeneratedMessageV3 implements Kvrpcpb.ScanDetailV2OrBuilder
kvrpcpb.ScanDetailV2
Modifier and Type | Class and Description |
---|---|
static class |
Kvrpcpb.ScanDetailV2.Builder
Protobuf type
kvrpcpb.ScanDetailV2 |
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 |
PROCESSED_VERSIONS_FIELD_NUMBER |
static int |
PROCESSED_VERSIONS_SIZE_FIELD_NUMBER |
static int |
ROCKSDB_BLOCK_CACHE_HIT_COUNT_FIELD_NUMBER |
static int |
ROCKSDB_BLOCK_READ_BYTE_FIELD_NUMBER |
static int |
ROCKSDB_BLOCK_READ_COUNT_FIELD_NUMBER |
static int |
ROCKSDB_DELETE_SKIPPED_COUNT_FIELD_NUMBER |
static int |
ROCKSDB_KEY_SKIPPED_COUNT_FIELD_NUMBER |
static int |
TOTAL_VERSIONS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Kvrpcpb.ScanDetailV2 |
getDefaultInstance() |
Kvrpcpb.ScanDetailV2 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Kvrpcpb.ScanDetailV2> |
getParserForType() |
long |
getProcessedVersions()
Number of user keys scanned from the storage.
|
long |
getProcessedVersionsSize()
Number of bytes of user key-value pairs scanned from the storage, i.e.
|
long |
getRocksdbBlockCacheHitCount()
Total number of RocksDB block cache hits.
|
long |
getRocksdbBlockReadByte()
Total number of bytes from block reads.
|
long |
getRocksdbBlockReadCount()
Total number of block reads (with IO).
|
long |
getRocksdbDeleteSkippedCount()
Total number of deletes and single deletes skipped over during
iteration, i.e.
|
long |
getRocksdbKeySkippedCount()
Total number of internal keys skipped over during iteration.
|
int |
getSerializedSize() |
long |
getTotalVersions()
Approximate number of MVCC keys meet during scanning.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Kvrpcpb.ScanDetailV2.Builder |
newBuilder() |
static Kvrpcpb.ScanDetailV2.Builder |
newBuilder(Kvrpcpb.ScanDetailV2 prototype) |
Kvrpcpb.ScanDetailV2.Builder |
newBuilderForType() |
protected Kvrpcpb.ScanDetailV2.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Kvrpcpb.ScanDetailV2 |
parseDelimitedFrom(InputStream input) |
static Kvrpcpb.ScanDetailV2 |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(byte[] data) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(ByteBuffer data) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(InputStream input) |
static Kvrpcpb.ScanDetailV2 |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Kvrpcpb.ScanDetailV2> |
parser() |
Kvrpcpb.ScanDetailV2.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 PROCESSED_VERSIONS_FIELD_NUMBER
public static final int PROCESSED_VERSIONS_SIZE_FIELD_NUMBER
public static final int TOTAL_VERSIONS_FIELD_NUMBER
public static final int ROCKSDB_DELETE_SKIPPED_COUNT_FIELD_NUMBER
public static final int ROCKSDB_KEY_SKIPPED_COUNT_FIELD_NUMBER
public static final int ROCKSDB_BLOCK_CACHE_HIT_COUNT_FIELD_NUMBER
public static final int ROCKSDB_BLOCK_READ_COUNT_FIELD_NUMBER
public static final int ROCKSDB_BLOCK_READ_BYTE_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 getProcessedVersions()
Number of user keys scanned from the storage. It does not include deleted version or RocksDB tombstone keys. For Coprocessor requests, it includes keys that has been filtered out by Selection.
uint64 processed_versions = 1;
getProcessedVersions
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getProcessedVersionsSize()
Number of bytes of user key-value pairs scanned from the storage, i.e. total size of data returned from MVCC layer.
uint64 processed_versions_size = 8;
getProcessedVersionsSize
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getTotalVersions()
Approximate number of MVCC keys meet during scanning. It includes deleted versions, but does not include RocksDB tombstone keys. When this field is notably larger than `processed_versions`, it means there are a lot of deleted MVCC keys.
uint64 total_versions = 2;
getTotalVersions
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getRocksdbDeleteSkippedCount()
Total number of deletes and single deletes skipped over during iteration, i.e. how many RocksDB tombstones are skipped.
uint64 rocksdb_delete_skipped_count = 3;
getRocksdbDeleteSkippedCount
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getRocksdbKeySkippedCount()
Total number of internal keys skipped over during iteration. See https://github.com/facebook/rocksdb/blob/9f1c84ca471d8b1ad7be9f3eebfc2c7e07dfd7a7/include/rocksdb/perf_context.h#L84 for details.
uint64 rocksdb_key_skipped_count = 4;
getRocksdbKeySkippedCount
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getRocksdbBlockCacheHitCount()
Total number of RocksDB block cache hits.
uint64 rocksdb_block_cache_hit_count = 5;
getRocksdbBlockCacheHitCount
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getRocksdbBlockReadCount()
Total number of block reads (with IO).
uint64 rocksdb_block_read_count = 6;
getRocksdbBlockReadCount
in interface Kvrpcpb.ScanDetailV2OrBuilder
public long getRocksdbBlockReadByte()
Total number of bytes from block reads.
uint64 rocksdb_block_read_byte = 7;
getRocksdbBlockReadByte
in interface Kvrpcpb.ScanDetailV2OrBuilder
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 Kvrpcpb.ScanDetailV2 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Kvrpcpb.ScanDetailV2 parseFrom(InputStream input) throws IOException
IOException
public static Kvrpcpb.ScanDetailV2 parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Kvrpcpb.ScanDetailV2 parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Kvrpcpb.ScanDetailV2 parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Kvrpcpb.ScanDetailV2 parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Kvrpcpb.ScanDetailV2 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Kvrpcpb.ScanDetailV2.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Kvrpcpb.ScanDetailV2.Builder newBuilder()
public static Kvrpcpb.ScanDetailV2.Builder newBuilder(Kvrpcpb.ScanDetailV2 prototype)
public Kvrpcpb.ScanDetailV2.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Kvrpcpb.ScanDetailV2.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Kvrpcpb.ScanDetailV2 getDefaultInstance()
public static com.google.protobuf.Parser<Kvrpcpb.ScanDetailV2> parser()
public com.google.protobuf.Parser<Kvrpcpb.ScanDetailV2> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Kvrpcpb.ScanDetailV2 getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2024 PingCAP. All rights reserved.