| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rpc.messages |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FencedMessage<F extends Serializable,P>
Interface for fenced messages.
|
interface |
RpcInvocation
Interface for rpc invocation messages.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CallAsync
Message for asynchronous callable invocations.
|
class |
HandshakeSuccessMessage
Handshake success response.
|
class |
LocalFencedMessage<F extends Serializable,P>
Local
FencedMessage implementation. |
class |
LocalRpcInvocation
Local rpc invocation message containing the remote procedure name, its parameter types and the
corresponding call arguments.
|
class |
RemoteFencedMessage<F extends Serializable,P extends Serializable>
Remote
FencedMessage implementation. |
class |
RemoteHandshakeMessage
Handshake message between rpc endpoints.
|
class |
RemoteRpcInvocation
Remote rpc invocation message which is used when the actor communication is remote.
|
class |
RunAsync
Message for asynchronous runnable invocations.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.