<E extends Exception> Future<Void> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> Future<Void> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> Future<Void> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |
<E extends Exception> void |
TSDBReader.readAll(Handler<Either<TableDef,DataBlock>,E> handler,
long deadlineNanos) |
<E extends Exception> void |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> void |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> void |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |