public class DedicatedMessageLoop extends MessageLoop
Constructor and Description |
---|
DedicatedMessageLoop(String name,
IsolatedRpcEndpoint endpoint,
org.apache.spark.rpc.netty.Dispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
post(String endpointName,
InboxMessage message) |
void |
unregister(String endpointName) |
PoisonPill, stop
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeLogging, initializeLogIfNecessary, initializeLogIfNecessary, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public DedicatedMessageLoop(String name, IsolatedRpcEndpoint endpoint, org.apache.spark.rpc.netty.Dispatcher dispatcher)
public void post(String endpointName, InboxMessage message)
post
in class MessageLoop
public void unregister(String endpointName)
unregister
in class MessageLoop