Uses of Class
org.teamapps.cluster.protocol.ClusterInfo
| Package | Description |
|---|---|
| org.teamapps.cluster.core | |
| org.teamapps.cluster.protocol |
-
Uses of ClusterInfo in org.teamapps.cluster.core
Methods in org.teamapps.cluster.core that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterHandler. getClusterInfo()ClusterInfoClusterImpl. getClusterInfo()ClusterInfoConnectionHandler. getClusterInfo()ClusterInfoRemoteNodeImpl. getClusterInfo()Methods in org.teamapps.cluster.core with parameters of type ClusterInfo Modifier and Type Method Description voidConnectionHandler. handleClusterInfoUpdate(ClusterInfo clusterInfo)voidRemoteNodeImpl. handleClusterInfoUpdate(ClusterInfo clusterInfo)voidConnectionHandler. handleConnectionEstablished(Connection connection, ClusterInfo clusterInfo)voidRemoteNodeImpl. handleConnectionEstablished(Connection connection, ClusterInfo clusterInfo)voidClusterHandler. handleNodeConnected(RemoteNode node, ClusterInfo clusterInfo)voidClusterImpl. handleNodeConnected(RemoteNode node, ClusterInfo clusterInfo) -
Uses of ClusterInfo in org.teamapps.cluster.protocol
Methods in org.teamapps.cluster.protocol that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterInfo. addRemoteNodes(NodeInfo value)static ClusterInfoClusterInfo. remap(org.teamapps.protocol.schema.MessageObject message)ClusterInfoClusterInfo. setInitialMessage(boolean value)ClusterInfoClusterInfo. setLocalNode(NodeInfo value)ClusterInfoClusterInfo. setRemoteNodes(java.util.List<NodeInfo> value)ClusterInfoClusterInfo. setResponse(boolean value)Methods in org.teamapps.cluster.protocol that return types with arguments of type ClusterInfo Modifier and Type Method Description static org.teamapps.protocol.schema.PojoObjectDecoder<ClusterInfo>ClusterInfo. getMessageDecoder()