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