public interface ReadIteratorStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCellsReturnedCount()
public abstract long getCellsReturnedCount()
The cells returned as part of the request.
int64 cells_returned_count = 4;
Type | Description |
long | The cellsReturnedCount. |
getCellsSeenCount()
public abstract 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. |
getDeletesSeenCount()
public abstract long getDeletesSeenCount()
The deletes seen as part of the request.
int64 deletes_seen_count = 5;
Type | Description |
long | The deletesSeenCount. |
getRowsReturnedCount()
public abstract long getRowsReturnedCount()
The rows returned as part of the request.
int64 rows_returned_count = 2;
Type | Description |
long | The rowsReturnedCount. |
getRowsSeenCount()
public abstract 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. |