public class RowResultGenerator extends ResultGenerator
Constructor and Description |
---|
RowResultGenerator(String tableName,
RowSpec rowspec,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
KeyValue |
next() |
void |
putBack(KeyValue kv) |
void |
remove() |
buildFilter, fromRowSpec
public RowResultGenerator(String tableName, RowSpec rowspec, Filter filter) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public void close()
close
in class ResultGenerator
public boolean hasNext()
public KeyValue next()
public void putBack(KeyValue kv)
putBack
in class ResultGenerator
public void remove()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.