public static interface DataLimits.Counter
Modifier and Type | Method and Description |
---|---|
int |
counted()
The number of results counted.
|
int |
countedInCurrentPartition() |
void |
endOfPartition() |
boolean |
isDone() |
boolean |
isDoneForPartition() |
void |
newPartition(DecoratedKey partitionKey,
Row staticRow) |
void |
newRow(Row row) |
void newPartition(DecoratedKey partitionKey, Row staticRow)
void newRow(Row row)
void endOfPartition()
int counted()
Note that the definition of "results" should be the same that for DataLimits.count()
.
int countedInCurrentPartition()
boolean isDone()
boolean isDoneForPartition()
Copyright © 2015 The Apache Software Foundation