public class RowBasedCursor<RowType> extends Object implements Cursor
Cursor that is based on a stream of objects. Generally created by a RowBasedStorageAdapter.for implementation notes| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
void |
advanceUninterruptibly() |
ColumnSelectorFactory |
getColumnSelectorFactory() |
org.joda.time.DateTime |
getTime() |
boolean |
isDone() |
boolean |
isDoneOrInterrupted() |
void |
reset() |
public ColumnSelectorFactory getColumnSelectorFactory()
getColumnSelectorFactory in interface Cursorpublic void advanceUninterruptibly()
advanceUninterruptibly in interface Cursorpublic boolean isDoneOrInterrupted()
isDoneOrInterrupted in interface CursorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.