@InterfaceAudience.Private class RemoteProcedureResultReporter extends Thread
reportProcedureDone
to tell master the result of a remote procedure.Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private static int |
INIT_PAUSE_TIME_MS |
private static org.slf4j.Logger |
LOG |
private static int |
MAX_BATCH |
private LinkedBlockingQueue<org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RemoteProcedureResult> |
results |
private HRegionServer |
server |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
RemoteProcedureResultReporter(HRegionServer server) |
Modifier and Type | Method and Description |
---|---|
void |
complete(long procId,
Throwable error) |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private static final org.slf4j.Logger LOG
private static final int INIT_PAUSE_TIME_MS
private static final int MAX_BATCH
private final HRegionServer server
private final LinkedBlockingQueue<org.apache.hadoop.hbase.shaded.protobuf.generated.RegionServerStatusProtos.RemoteProcedureResult> results
public RemoteProcedureResultReporter(HRegionServer server)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.