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