Uses of Class
org.kie.api.cluster.ClusterNode
-
Packages that use ClusterNode Package Description org.kie.api.cluster -
-
Uses of ClusterNode in org.kie.api.cluster
Methods in org.kie.api.cluster that return ClusterNode Modifier and Type Method Description ClusterNode
ClusterAwareService. getThisNode()
Methods in org.kie.api.cluster that return types with arguments of type ClusterNode Modifier and Type Method Description Collection<ClusterNode>
ClusterAwareService. getActiveClusterNodes()
Get all active members of the clusterMethods in org.kie.api.cluster with parameters of type ClusterNode Modifier and Type Method Description void
ClusterListener. nodeJoined(ClusterNode node)
void
ClusterListener. nodeLeft(ClusterNode node)
-