Uses of Interface
org.apache.flink.runtime.rpc.messages.Message
-
Packages that use Message Package Description org.apache.flink.runtime.rpc.messages -
-
Uses of Message in org.apache.flink.runtime.rpc.messages
Subinterfaces of Message in org.apache.flink.runtime.rpc.messages Modifier and Type Interface Description interfaceFencedMessage<F extends Serializable,P>Interface for fenced messages.interfaceRpcInvocationInterface for rpc invocation messages.Classes in org.apache.flink.runtime.rpc.messages that implement Message Modifier and Type Class Description classCallAsyncMessage for asynchronous callable invocations.classHandshakeSuccessMessageHandshake success response.classLocalFencedMessage<F extends Serializable,P>LocalFencedMessageimplementation.classLocalRpcInvocationLocal rpc invocation message containing the remote procedure name, its parameter types and the corresponding call arguments.classRemoteFencedMessage<F extends Serializable,P extends Serializable>RemoteFencedMessageimplementation.classRemoteHandshakeMessageHandshake message between rpc endpoints.classRemoteRpcInvocationRemote rpc invocation message which is used when the actor communication is remote.classRunAsyncMessage for asynchronous runnable invocations.
-