Package | Description |
---|---|
org.spf4j.tsdb2 |
Modifier and Type | Method and Description |
---|---|
static TSDBReader.EventSensitivity |
TSDBReader.EventSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSDBReader.EventSensitivity[] |
TSDBReader.EventSensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> |
TSDBReader.bgWatch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |
<E extends Exception> |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es) |
<E extends Exception> |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long deadlineNanos) |
<E extends Exception> |
TSDBReader.watch(Handler<Either<TableDef,DataBlock>,E> handler,
TSDBReader.EventSensitivity es,
long timeout,
TimeUnit unit) |
Copyright © 2018 SPF4J. All rights reserved.