Uses of Interface
org.jivesoftware.openfire.cluster.ClusterNodeInfo
Packages that use ClusterNodeInfo
-
Uses of ClusterNodeInfo in org.jivesoftware.openfire.cluster
Methods in org.jivesoftware.openfire.cluster that return types with arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionstatic 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 ClusterNodeInfoModifier and TypeMethodDescriptionstatic ClusterNodeInfoCacheFactory.getClusterNodeInfo(byte[] nodeID) Returns the node info for the given cluster nodeCacheFactoryStrategy.getClusterNodeInfo(byte[] nodeID) Returns the node info for the given cluster nodeDefaultLocalCacheStrategy.getClusterNodeInfo(byte[] nodeID) Methods in org.jivesoftware.util.cache that return types with arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionstatic Collection<ClusterNodeInfo>CacheFactory.getClusterNodesInfo()Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.CacheFactoryStrategy.getClusterNodesInfo()Returns basic information about the current members of the cluster or an empty collection if not running in a cluster.DefaultLocalCacheStrategy.getClusterNodesInfo()