Uses of Interface
org.apache.hadoop.hbase.procedure2.util.DelayedUtil.DelayedWithTimeout
-
Uses of DelayedUtil.DelayedWithTimeout in org.apache.hadoop.hbase.procedure2
Modifier and TypeClassDescription(package private) class
DelayedProcedure<TEnvironment>
Vessel that carries a Procedure and a timeout.(package private) class
Inline Chores (executors internal chores).private final class
protected final class
Node that contains a set of RemoteProceduresprivate static final class
Delayed object that holds a FutureTask.Modifier and TypeFieldDescriptionprivate final DelayQueue<DelayedUtil.DelayedWithTimeout>
RemoteProcedureDispatcher.TimeoutExecutorThread.queue
private final DelayQueue<DelayedUtil.DelayedWithTimeout>
TimeoutExecutorThread.queue
Modifier and TypeMethodDescriptionvoid
RemoteProcedureDispatcher.TimeoutExecutorThread.add
(DelayedUtil.DelayedWithTimeout delayed) void
RemoteProcedureDispatcher.TimeoutExecutorThread.remove
(DelayedUtil.DelayedWithTimeout delayed) -
Uses of DelayedUtil.DelayedWithTimeout in org.apache.hadoop.hbase.procedure2.util
Modifier and TypeClassDescriptionstatic class
static class
Has a timeout.static class
Modifier and TypeFieldDescriptionstatic final DelayedUtil.DelayedWithTimeout
DelayedUtil.DELAYED_POISON
POISON implementation; used to mark special state: e.g.