@InterfaceAudience.Private public class RSProcedureHandler extends EventHandler
Modifier and Type | Field and Description |
---|---|
private RSProcedureCallable |
callable |
private static org.apache.log4j.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, toString
private static final org.apache.log4j.Logger LOG
private final long procId
private final RSProcedureCallable callable
public RSProcedureHandler(HRegionServer rs, long procId, RSProcedureCallable callable)
public void process()
EventHandler
process
in class EventHandler
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.