Class ReadIteratorStats (2.14.0)

public final class ReadIteratorStats extends GeneratedMessageV3 implements ReadIteratorStatsOrBuilder

ReadIteratorStats captures information about the iteration of rows or cells over the course of a read, e.g. how many results were scanned in a read operation versus the results returned.

Protobuf type google.bigtable.v2.ReadIteratorStats

Static Fields

CELLS_RETURNED_COUNT_FIELD_NUMBER

public static final int CELLS_RETURNED_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

CELLS_SEEN_COUNT_FIELD_NUMBER

public static final int CELLS_SEEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

DELETES_SEEN_COUNT_FIELD_NUMBER

public static final int DELETES_SEEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

ROWS_RETURNED_COUNT_FIELD_NUMBER

public static final int ROWS_RETURNED_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

ROWS_SEEN_COUNT_FIELD_NUMBER

public static final int ROWS_SEEN_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReadIteratorStats getDefaultInstance()
Returns
TypeDescription
ReadIteratorStats

getDescriptor()

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

newBuilder()

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

newBuilder(ReadIteratorStats prototype)

public static ReadIteratorStats.Builder newBuilder(ReadIteratorStats prototype)
Parameter
NameDescription
prototypeReadIteratorStats
Returns
TypeDescription
ReadIteratorStats.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCellsReturnedCount()

public long getCellsReturnedCount()

The cells returned as part of the request.

int64 cells_returned_count = 4;

Returns
TypeDescription
long

The cellsReturnedCount.

getCellsSeenCount()

public long getCellsSeenCount()

The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

int64 cells_seen_count = 3;

Returns
TypeDescription
long

The cellsSeenCount.

getDefaultInstanceForType()

public ReadIteratorStats getDefaultInstanceForType()
Returns
TypeDescription
ReadIteratorStats

getDeletesSeenCount()

public long getDeletesSeenCount()

The deletes seen as part of the request.

int64 deletes_seen_count = 5;

Returns
TypeDescription
long

The deletesSeenCount.

getParserForType()

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

getRowsReturnedCount()

public long getRowsReturnedCount()

The rows returned as part of the request.

int64 rows_returned_count = 2;

Returns
TypeDescription
long

The rowsReturnedCount.

getRowsSeenCount()

public long getRowsSeenCount()

The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.

int64 rows_seen_count = 1;

Returns
TypeDescription
long

The rowsSeenCount.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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