Uses of Class
de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
Packages that use SimpleClusterNodeInformation Package Description de.aristaflow.adept2.core.cluster de.aristaflow.adept2.core.registry.cluster de.aristaflow.adept2.model.cluster -
-
Uses of SimpleClusterNodeInformation in de.aristaflow.adept2.core.cluster
Methods in de.aristaflow.adept2.core.cluster that return SimpleClusterNodeInformation Modifier and Type Method Description SimpleClusterNodeInformation
ClusterService. doubtfulStatus(SessionToken session, String requestingNode, long lastRequesterUpdate, long lastServerUpdate, long serverRunningSince)
Gets information on the cluster node implementing this cluster service and signals this cluster node, that its status is doubtful.SimpleClusterNodeInformation
ClusterService. getNodeInformation(SessionToken session)
Gets information on the cluster node implementing this cluster service. -
Uses of SimpleClusterNodeInformation in de.aristaflow.adept2.core.registry.cluster
Methods in de.aristaflow.adept2.core.registry.cluster that return SimpleClusterNodeInformation Modifier and Type Method Description SimpleClusterNodeInformation
ClusterNode. doubtfulStatus(SessionToken session, String requestingNode, long lastRequesterUpdate, long lastServerUpdate, long serverRunningSince)
Deprecated.SimpleClusterNodeInformation
ClusterNode. getNodeInformation(SessionToken session)
Deprecated. -
Uses of SimpleClusterNodeInformation in de.aristaflow.adept2.model.cluster
Subclasses of SimpleClusterNodeInformation in de.aristaflow.adept2.model.cluster Modifier and Type Class Description class
ClusterNodeInformation
This class provides all information concerning a cluster node.
-