Uses of Interface
org.apache.flink.runtime.rpc.messages.RpcInvocation
-
Packages that use RpcInvocation Package Description org.apache.flink.runtime.rpc.messages -
-
Uses of RpcInvocation in org.apache.flink.runtime.rpc.messages
Classes in org.apache.flink.runtime.rpc.messages that implement RpcInvocation Modifier and Type Class Description classLocalRpcInvocationLocal rpc invocation message containing the remote procedure name, its parameter types and the corresponding call arguments.classRemoteRpcInvocationRemote rpc invocation message which is used when the actor communication is remote.
-