Package org.apache.flink.runtime.rpc.messages
-
Interface Summary Interface Description FencedMessage<F extends Serializable,P> Interface for fenced messages.Message Marker interface for all Flink RPC related messages.RpcInvocation Interface for rpc invocation messages. -
Class Summary Class Description CallAsync Message for asynchronous callable invocations.LocalFencedMessage<F extends Serializable,P> LocalFencedMessage
implementation.LocalRpcInvocation Local rpc invocation message containing the remote procedure name, its parameter types and the corresponding call arguments.RemoteFencedMessage<F extends Serializable,P extends Serializable> RemoteFencedMessage
implementation.RemoteHandshakeMessage Handshake message between rpc endpoints.RemoteRpcInvocation Remote rpc invocation message which is used when the actor communication is remote.RunAsync Message for asynchronous runnable invocations. -
Enum Summary Enum Description HandshakeSuccessMessage Handshake success response.