Uses of Class
org.apache.nemo.runtime.common.message.ClientRPC
-
Packages that use ClientRPC Package Description org.apache.nemo.runtime.common.message -
-
Uses of ClientRPC in org.apache.nemo.runtime.common.message
Methods in org.apache.nemo.runtime.common.message that return ClientRPC Modifier and Type Method Description ClientRPC
ClientRPC. registerHandler(ControlMessage.ClientToDriverMessageType type, org.apache.reef.wake.EventHandler<ControlMessage.ClientToDriverMessage> handler)
Registers handler for the given type of message.
-