public class Cluster
extends Object
The properties of a cluster of nodes.
- Author:
- gjoranv
-
Constructor Summary
Constructors
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
boolean
int
Returns the id of this cluster set in services.xml
Returns a list of node indices in this cluster.
int
Returns the number of nodes in this cluster.
-
Constructor Details
-
Cluster
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
id
Returns the id of this cluster set in services.xml
-
size
public int size()
Returns the number of nodes in this cluster.
-
indices
Returns a list of node indices in this cluster.
-
-