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