Uses of Interface
org.jivesoftware.openfire.cluster.ClusterNodeInfo
-
Packages that use ClusterNodeInfo Package Description org.jivesoftware.openfire.cluster org.jivesoftware.util.cache -
-
Uses of ClusterNodeInfo in org.jivesoftware.openfire.cluster
Methods in org.jivesoftware.openfire.cluster that return types with arguments of type ClusterNodeInfo Modifier and Type Method Description static Optional<ClusterNodeInfo>
ClusterManager. getNodeInfo(byte[] nodeID)
Returns basic information about a specific member of the cluster.static Optional<ClusterNodeInfo>
ClusterManager. getNodeInfo(NodeID nodeID)
Returns basic information about a specific member of the cluster.static Collection<ClusterNodeInfo>
ClusterManager. getNodesInfo()
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster. -
Uses of ClusterNodeInfo in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that return ClusterNodeInfo Modifier and Type Method Description static ClusterNodeInfo
CacheFactory. getClusterNodeInfo(byte[] nodeID)
Returns the node info for the given cluster nodeClusterNodeInfo
CacheFactoryStrategy. getClusterNodeInfo(byte[] nodeID)
Returns the node info for the given cluster nodeClusterNodeInfo
DefaultLocalCacheStrategy. getClusterNodeInfo(byte[] nodeID)
Methods in org.jivesoftware.util.cache that return types with arguments of type ClusterNodeInfo Modifier and Type Method Description static Collection<ClusterNodeInfo>
CacheFactory. getClusterNodesInfo()
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.Collection<ClusterNodeInfo>
CacheFactoryStrategy. getClusterNodesInfo()
Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.Collection<ClusterNodeInfo>
DefaultLocalCacheStrategy. getClusterNodesInfo()
-