@InterfaceAudience.Private public class RegionReplicaFlushHandler extends EventHandler
eventType, seqids, server, waitingTimeForEvents| Constructor and Description |
|---|
RegionReplicaFlushHandler(Server server,
org.apache.hadoop.hbase.client.ClusterConnection connection,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcRetryingCallerFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory,
int operationTimeout,
HRegion region) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleException(Throwable t)
Event exception handler, may be overridden
|
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
compareTo, getEventType, getInformativeName, getPriority, getSeqid, prepare, run, toStringpublic RegionReplicaFlushHandler(Server server, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcRetryingCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, int operationTimeout, HRegion region)
public void process()
throws IOException
EventHandlerprocess in class EventHandlerIOExceptionprotected void handleException(Throwable t)
EventHandlerhandleException in class EventHandlert - Throwable objectCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.