public final class AllReadStats extends GeneratedMessageV3 implements AllReadStatsOrBuilder
AllReadStats captures all known information about a read.
Protobuf type google.bigtable.v2.AllReadStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AllReadStatsImplements
AllReadStatsOrBuilderStatic Fields
READ_ITERATOR_STATS_FIELD_NUMBER
public static final int READ_ITERATOR_STATS_FIELD_NUMBER
Type | Description |
int |
REQUEST_LATENCY_STATS_FIELD_NUMBER
public static final int REQUEST_LATENCY_STATS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AllReadStats getDefaultInstance()
Type | Description |
AllReadStats |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static AllReadStats.Builder newBuilder()
Type | Description |
AllReadStats.Builder |
newBuilder(AllReadStats prototype)
public static AllReadStats.Builder newBuilder(AllReadStats prototype)
Name | Description |
prototype | AllReadStats |
Type | Description |
AllReadStats.Builder |
parseDelimitedFrom(InputStream input)
public static AllReadStats parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseFrom(byte[] data)
public static AllReadStats parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AllReadStats parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AllReadStats parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseFrom(InputStream input)
public static AllReadStats parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AllReadStats parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllReadStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllReadStats |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AllReadStats> parser()
Type | Description |
Parser<AllReadStats> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public AllReadStats getDefaultInstanceForType()
Type | Description |
AllReadStats |
getParserForType()
public Parser<AllReadStats> getParserForType()
Type | Description |
Parser<AllReadStats> |
getReadIteratorStats()
public ReadIteratorStats getReadIteratorStats()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
ReadIteratorStats | The readIteratorStats. |
getReadIteratorStatsOrBuilder()
public ReadIteratorStatsOrBuilder getReadIteratorStatsOrBuilder()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
ReadIteratorStatsOrBuilder |
getRequestLatencyStats()
public RequestLatencyStats getRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
Type | Description |
RequestLatencyStats | The requestLatencyStats. |
getRequestLatencyStatsOrBuilder()
public RequestLatencyStatsOrBuilder getRequestLatencyStatsOrBuilder()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
Type | Description |
RequestLatencyStatsOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasReadIteratorStats()
public boolean hasReadIteratorStats()
Iteration stats describe how efficient the read is, e.g. comparing rows seen vs. rows returned or cells seen vs cells returned can provide an indication of read efficiency (the higher the ratio of seen to retuned the better).
.google.bigtable.v2.ReadIteratorStats read_iterator_stats = 1;
Type | Description |
boolean | Whether the readIteratorStats field is set. |
hasRequestLatencyStats()
public boolean hasRequestLatencyStats()
Request latency stats describe the time taken to complete a request, from the server side.
.google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
Type | Description |
boolean | Whether the requestLatencyStats field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public AllReadStats.Builder newBuilderForType()
Type | Description |
AllReadStats.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AllReadStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
AllReadStats.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public AllReadStats.Builder toBuilder()
Type | Description |
AllReadStats.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |