public final class FullReadStatsView extends GeneratedMessageV3 implements FullReadStatsViewOrBuilder
FullReadStatsView captures all known information about a read.
Protobuf type google.bigtable.v2.FullReadStatsView
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FullReadStatsViewImplements
FullReadStatsViewOrBuilderStatic Fields
READ_ITERATION_STATS_FIELD_NUMBER
public static final int READ_ITERATION_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 FullReadStatsView getDefaultInstance()
Type | Description |
FullReadStatsView |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static FullReadStatsView.Builder newBuilder()
Type | Description |
FullReadStatsView.Builder |
newBuilder(FullReadStatsView prototype)
public static FullReadStatsView.Builder newBuilder(FullReadStatsView prototype)
Name | Description |
prototype | FullReadStatsView |
Type | Description |
FullReadStatsView.Builder |
parseDelimitedFrom(InputStream input)
public static FullReadStatsView parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseFrom(byte[] data)
public static FullReadStatsView parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static FullReadStatsView parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static FullReadStatsView parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseFrom(InputStream input)
public static FullReadStatsView parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static FullReadStatsView parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FullReadStatsView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FullReadStatsView |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<FullReadStatsView> parser()
Type | Description |
Parser<FullReadStatsView> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public FullReadStatsView getDefaultInstanceForType()
Type | Description |
FullReadStatsView |
getParserForType()
public Parser<FullReadStatsView> getParserForType()
Type | Description |
Parser<FullReadStatsView> |
getReadIterationStats()
public ReadIterationStats getReadIterationStats()
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.ReadIterationStats read_iteration_stats = 1;
Type | Description |
ReadIterationStats | The readIterationStats. |
getReadIterationStatsOrBuilder()
public ReadIterationStatsOrBuilder getReadIterationStatsOrBuilder()
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.ReadIterationStats read_iteration_stats = 1;
Type | Description |
ReadIterationStatsOrBuilder |
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 |
hasReadIterationStats()
public boolean hasReadIterationStats()
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.ReadIterationStats read_iteration_stats = 1;
Type | Description |
boolean | Whether the readIterationStats 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 FullReadStatsView.Builder newBuilderForType()
Type | Description |
FullReadStatsView.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FullReadStatsView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
FullReadStatsView.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public FullReadStatsView.Builder toBuilder()
Type | Description |
FullReadStatsView.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |