public interface StoreCursor extends AsyncCursor<ChunkMeta>
Store| Modifier and Type | Method and Description |
|---|---|
String | getChunkPath() |
CursorInfo | getInfo() |
boolean | hasNext() |
void | next(Handler<AsyncResult<ChunkMeta>> handler)Get the next item from the store |
boolean hasNext()
hasNext in interface AsyncCursor<ChunkMeta>void next(Handler<AsyncResult<ChunkMeta>> handler)
next in interface AsyncCursor<ChunkMeta>handler - will be called when the item has been retrievedString getChunkPath()
next(Handler)CursorInfo getInfo()