Class FullReadStatsView (2.16.0)

public final class FullReadStatsView extends GeneratedMessageV3 implements FullReadStatsViewOrBuilder

FullReadStatsView captures all known information about a read.

Protobuf type google.bigtable.v2.FullReadStatsView

Static Fields

READ_ITERATION_STATS_FIELD_NUMBER

public static final int READ_ITERATION_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 FullReadStatsView getDefaultInstance()
Returns
TypeDescription
FullReadStatsView

getDescriptor()

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

newBuilder()

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

newBuilder(FullReadStatsView prototype)

public static FullReadStatsView.Builder newBuilder(FullReadStatsView prototype)
Parameter
NameDescription
prototypeFullReadStatsView
Returns
TypeDescription
FullReadStatsView.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FullReadStatsView getDefaultInstanceForType()
Returns
TypeDescription
FullReadStatsView

getParserForType()

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

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;

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

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

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

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;

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

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 FullReadStatsView.Builder newBuilderForType()
Returns
TypeDescription
FullReadStatsView.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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