Interface ClusterJoinRequest
- All Known Implementing Classes:
SocketClusterJoinRequest
public interface ClusterJoinRequest
-
Method Summary
-
Method Details
-
in
- Returns:
- input to be read from the remote node
- Throws:
IOException
-
out
- Returns:
- output to be written to the remote node
- Throws:
IOException
-
isServer
boolean isServer()- Returns:
- true if server; false if client;
-