public interface Cursor
QueryableIndexStorageAdapter.QueryableIndexCursor is an implementation for historical segments, and IncrementalIndexStorageAdapter.IncrementalIndexCursor is an implementation for IncrementalIndex.
Cursor is conceptually similar to TimeAndDimsPointer, but the latter is used for historical segment creation
rather than query execution (as Cursor). If those abstractions could be collapsed (and if it is worthwhile) is yet to
be determined.| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
void |
advanceTo(int offset) |
void |
advanceUninterruptibly() |
ColumnSelectorFactory |
getColumnSelectorFactory() |
org.joda.time.DateTime |
getTime() |
boolean |
isDone() |
boolean |
isDoneOrInterrupted() |
void |
reset() |
ColumnSelectorFactory getColumnSelectorFactory()
org.joda.time.DateTime getTime()
void advance()
void advanceUninterruptibly()
void advanceTo(int offset)
boolean isDone()
boolean isDoneOrInterrupted()
void reset()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.