private static final class TestRemoteProcedureDispatcherUncaughtExceptionHandler.Dispatcher extends org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher<Void,Integer>
org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.BufferNode, org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteNode<TEnv,TRemote>, org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteOperation, org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure<TEnv,TRemote>
Modifier and Type | Field and Description |
---|---|
private Thread.UncaughtExceptionHandler |
handler |
Constructor and Description |
---|
Dispatcher(Thread.UncaughtExceptionHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
abortPendingOperations(Integer key,
Set<org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure> operations) |
protected Thread.UncaughtExceptionHandler |
getUncaughtExceptionHandler() |
protected void |
remoteDispatch(Integer key,
Set<org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure> operations) |
private final Thread.UncaughtExceptionHandler handler
public Dispatcher(Thread.UncaughtExceptionHandler handler)
protected Thread.UncaughtExceptionHandler getUncaughtExceptionHandler()
protected void remoteDispatch(Integer key, Set<org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure> operations)
protected void abortPendingOperations(Integer key, Set<org.apache.hadoop.hbase.procedure2.RemoteProcedureDispatcher.RemoteProcedure> operations)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.