public abstract class TupleBrowser extends Object
| Constructor and Description |
|---|
TupleBrowser() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
getNext(Tuple tuple)
Get the next tuple.
|
abstract boolean |
getPrevious(Tuple tuple)
Get the previous tuple.
|
public abstract boolean getNext(Tuple tuple) throws IOException
tuple - Tuple into which values are copied.IOExceptionpublic abstract boolean getPrevious(Tuple tuple) throws IOException
tuple - Tuple into which values are copied.IOExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.