| Package | Description |
|---|---|
| org.jivesoftware.openfire.cluster | |
| org.jivesoftware.util.cache |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterNodeInfo |
CacheFactory.getClusterNodeInfo(byte[] nodeID)
Returns the node info for the given cluster node
|
ClusterNodeInfo |
DefaultLocalCacheStrategy.getClusterNodeInfo(byte[] nodeID) |
ClusterNodeInfo |
CacheFactoryStrategy.getClusterNodeInfo(byte[] nodeID)
Returns the node info for the given cluster node
|
| Modifier and Type | Method and 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> |
DefaultLocalCacheStrategy.getClusterNodesInfo() |
Collection<ClusterNodeInfo> |
CacheFactoryStrategy.getClusterNodesInfo()
Returns basic information about the current members of the cluster or an empty
collection if not running in a cluster.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.