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 SimpleClusterNodeInformationClusterService. 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.SimpleClusterNodeInformationClusterService. 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 SimpleClusterNodeInformationClusterNode. doubtfulStatus(SessionToken session, String requestingNode, long lastRequesterUpdate, long lastServerUpdate, long serverRunningSince)Deprecated.SimpleClusterNodeInformationClusterNode. 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 classClusterNodeInformationThis class provides all information concerning a cluster node.
-