public final class ReadIterationStats extends GeneratedMessageV3 implements ReadIterationStatsOrBuilder
ReadIterationStats 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.ReadIterationStats
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadIterationStatsImplements
ReadIterationStatsOrBuilderStatic Fields
CELLS_RETURNED_COUNT_FIELD_NUMBER
public static final int CELLS_RETURNED_COUNT_FIELD_NUMBER
Type | Description |
int |
CELLS_SEEN_COUNT_FIELD_NUMBER
public static final int CELLS_SEEN_COUNT_FIELD_NUMBER
Type | Description |
int |
ROWS_RETURNED_COUNT_FIELD_NUMBER
public static final int ROWS_RETURNED_COUNT_FIELD_NUMBER
Type | Description |
int |
ROWS_SEEN_COUNT_FIELD_NUMBER
public static final int ROWS_SEEN_COUNT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReadIterationStats getDefaultInstance()
Type | Description |
ReadIterationStats |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ReadIterationStats.Builder newBuilder()
Type | Description |
ReadIterationStats.Builder |
newBuilder(ReadIterationStats prototype)
public static ReadIterationStats.Builder newBuilder(ReadIterationStats prototype)
Name | Description |
prototype | ReadIterationStats |
Type | Description |
ReadIterationStats.Builder |
parseDelimitedFrom(InputStream input)
public static ReadIterationStats parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReadIterationStats parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReadIterationStats parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReadIterationStats parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReadIterationStats parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReadIterationStats parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadIterationStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadIterationStats |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReadIterationStats> parser()
Type | Description |
Parser<ReadIterationStats> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCellsReturnedCount()
public long getCellsReturnedCount()
The cells returned as part of the request.
int64 cells_returned_count = 4;
Type | Description |
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;
Type | Description |
long | The cellsSeenCount. |
getDefaultInstanceForType()
public ReadIterationStats getDefaultInstanceForType()
Type | Description |
ReadIterationStats |
getParserForType()
public Parser<ReadIterationStats> getParserForType()
Type | Description |
Parser<ReadIterationStats> |
getRowsReturnedCount()
public long getRowsReturnedCount()
The rows returned as part of the request.
int64 rows_returned_count = 2;
Type | Description |
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;
Type | Description |
long | The rowsSeenCount. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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 ReadIterationStats.Builder newBuilderForType()
Type | Description |
ReadIterationStats.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadIterationStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ReadIterationStats.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ReadIterationStats.Builder toBuilder()
Type | Description |
ReadIterationStats.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |