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, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeLogging, initializeLogIfNecessary, initializeLogIfNecessary, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic DedicatedMessageLoop(String name,
IsolatedRpcEndpoint endpoint,
org.apache.spark.rpc.netty.Dispatcher dispatcher)
public void post(String endpointName,
InboxMessage message)
post in class MessageLooppublic void unregister(String endpointName)
unregister in class MessageLoop