| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Field Summary | |
---|---|
public String | DEFAULT_CLASSIFICATION
The default classification name. If the classification setting is not.
|
Method Summary | |
---|---|
public
String | getPartitionName()
This is the unique name of the partition. It's not allowed to have two partitions.
|
public
String | getPartitionClass()
This is the class of this partition, i.e. tier 1, tier 2 etc. This can be.
|
public
PartitionScope | getScope()
This returns the scope of the partition. The options are either node or cluster.
|
public
Map | getAttributeMap()
This returns the map of the partition definition. When creating an HA Group.
|
public
void | setPartitionAlias(java.lang.String)
|
public
String | getPartitionAlias()
|
Methods inherited from java.lang.Comparable |
---|
compareTo |
Field Detail |
public static DEFAULT_CLASSIFICATION
Method Detail |
public String getPartitionName( | ) |
public String getPartitionClass( | ) |
public PartitionScope getScope( | ) |
Cluster scoped partitions are those active on one and one only one cluster member within the cluster.
Node scoped clusters allow the same partition to be active
on multiple nodes in the cluster. Each cluster member has only one active instance
of the partition.
See Also:
PartitionScope
public Map getAttributeMap( | ) |
public void setPartitionAlias( | String aliasName )
|
public String getPartitionAlias( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |