@InterfaceAudience.Private public class RSProcedureHandler extends EventHandler
| Modifier and Type | Field and Description | 
|---|---|
| private RSProcedureCallable | callable | 
| private static org.slf4j.Logger | LOG | 
| private long | procId | 
eventType, seqids, server, waitingTimeForEvents| Constructor and Description | 
|---|
| RSProcedureHandler(HRegionServer rs,
                  long procId,
                  RSProcedureCallable callable) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process()This method is the main processing loop to be implemented by the various
 subclasses. | 
compareTo, getEventType, getInformativeName, getPriority, getSeqid, handleException, prepare, run, toStringprivate static final org.slf4j.Logger LOG
private final long procId
private final RSProcedureCallable callable
public RSProcedureHandler(HRegionServer rs, long procId, RSProcedureCallable callable)
public void process()
EventHandlerprocess in class EventHandlerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.