public interface ResultsAssembler extends ResultsSlider
| Modifier and Type | Method and Description |
|---|---|
boolean |
collect(org.apache.hadoop.hbase.client.Result resultRow)
Determines whether the given row is to be added to the underlying
collection returning true if the given row is added and false if the given
row is not added.
|
org.plasma.sdo.PlasmaDataGraph |
getCurrentResult() |
org.plasma.sdo.PlasmaDataGraph[] |
getResults()
Returns results
|
int |
size()
Returns the current size of the collection
|
canIgnoreResults, currentResultIgnored, getIgnoredResults, getUnrecognizedResults, isResultEndRangeReachedorg.plasma.sdo.PlasmaDataGraph[] getResults()
org.plasma.sdo.PlasmaDataGraph getCurrentResult()
int size()
boolean collect(org.apache.hadoop.hbase.client.Result resultRow)
throws IOException
resultRow - the rowIOExceptionCopyright © 2021. All Rights Reserved.