Serialized Form
-
Package org.apache.flink.runtime.rpc.exceptions
-
Class org.apache.flink.runtime.rpc.exceptions.EndpointNotStartedException extends RpcException implements Serializable
- serialVersionUID:
- -1725488032012148131L
-
Class org.apache.flink.runtime.rpc.exceptions.FencingTokenException extends RpcException implements Serializable
- serialVersionUID:
- -500634972988881467L
-
Class org.apache.flink.runtime.rpc.exceptions.HandshakeException extends RpcConnectionException implements Serializable
- serialVersionUID:
- -8176772204831111193L
-
Class org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException extends RpcException implements Serializable
-
Class org.apache.flink.runtime.rpc.exceptions.RpcConnectionException extends RpcException implements Serializable
- serialVersionUID:
- -5500560405481142472L
-
Class org.apache.flink.runtime.rpc.exceptions.RpcException extends Exception implements Serializable
- serialVersionUID:
- -7163591879289483630L
-
Class org.apache.flink.runtime.rpc.exceptions.RpcLoaderException extends RuntimeException implements Serializable
- serialVersionUID:
- 7787884485642531050L
-
Class org.apache.flink.runtime.rpc.exceptions.RpcRuntimeException extends RuntimeException implements Serializable
-
-
Package org.apache.flink.runtime.rpc.messages
-
Class org.apache.flink.runtime.rpc.messages.RemoteFencedMessage extends Object implements Serializable
- serialVersionUID:
- 4043136067468477742L
-
Serialized Fields
-
fencingToken
F extends Serializable fencingToken
-
payload
P extends Serializable payload
-
-
Class org.apache.flink.runtime.rpc.messages.RemoteHandshakeMessage extends Object implements Serializable
- serialVersionUID:
- -7150082246232019027L
-
Serialized Fields
-
rpcGateway
Class<?> rpcGateway
-
version
int version
-
-
Class org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
methodInvocation
org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation.MethodInvocation methodInvocation
-
-