Interface ReadIteratorStatsOrBuilder (2.14.0)

public interface ReadIteratorStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCellsReturnedCount()

public abstract long getCellsReturnedCount()

The cells returned as part of the request.

int64 cells_returned_count = 4;

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

Returns
TypeDescription
long

The cellsSeenCount.

getDeletesSeenCount()

public abstract long getDeletesSeenCount()

The deletes seen as part of the request.

int64 deletes_seen_count = 5;

Returns
TypeDescription
long

The deletesSeenCount.

getRowsReturnedCount()

public abstract long getRowsReturnedCount()

The rows returned as part of the request.

int64 rows_returned_count = 2;

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

Returns
TypeDescription
long

The rowsSeenCount.