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 Cursor
public void advanceUninterruptibly()
advanceUninterruptibly
in interface Cursor
public boolean isDoneOrInterrupted()
isDoneOrInterrupted
in interface Cursor
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.