Class AllReadStats (2.14.0)

public final class AllReadStats extends GeneratedMessageV3 implements AllReadStatsOrBuilder

AllReadStats captures all known information about a read.

Protobuf type google.bigtable.v2.AllReadStats

Static Fields

READ_ITERATOR_STATS_FIELD_NUMBER

public static final int READ_ITERATOR_STATS_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_LATENCY_STATS_FIELD_NUMBER

public static final int REQUEST_LATENCY_STATS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AllReadStats getDefaultInstance()
Returns
TypeDescription
AllReadStats

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AllReadStats.Builder newBuilder()
Returns
TypeDescription
AllReadStats.Builder

newBuilder(AllReadStats prototype)

public static AllReadStats.Builder newBuilder(AllReadStats prototype)
Parameter
NameDescription
prototypeAllReadStats
Returns
TypeDescription
AllReadStats.Builder

parseDelimitedFrom(InputStream input)

public static AllReadStats parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AllReadStats parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AllReadStats parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AllReadStats parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AllReadStats parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AllReadStats parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AllReadStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllReadStats
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AllReadStats> parser()
Returns
TypeDescription
Parser<AllReadStats>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AllReadStats getDefaultInstanceForType()
Returns
TypeDescription
AllReadStats

getParserForType()

public Parser<AllReadStats> getParserForType()
Returns
TypeDescription
Parser<AllReadStats>
Overrides

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
RequestLatencyStatsOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the requestLatencyStats field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AllReadStats.Builder newBuilderForType()
Returns
TypeDescription
AllReadStats.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AllReadStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AllReadStats.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AllReadStats.Builder toBuilder()
Returns
TypeDescription
AllReadStats.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException