All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
<E extends Exception> Future<Void> |
bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> Future<Void> |
bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> Future<Void> |
bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |
void |
close() |
Header |
getHeader() |
long |
getSize() |
Either<TableDef,DataBlock> |
read() |
void |
readAll(Consumer<Either<TableDef,DataBlock>> consumer) |
<E extends Exception> void |
readAll(Handler<Either<TableDef,DataBlock>,E> handler,
long deadlineNanos) |
boolean |
reReadSize()
method useful when implementing tailing.
|
void |
stopWatching() |
String |
toString() |
<E extends Exception> void |
watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> void |
watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> void |
watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |