Package | Description |
---|---|
com.tietoenator.trip.jxp.grid |
Manipulation of TRIP grid configurations.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbGridReplicaSetMember> |
TdbGridReplicaSet.iterator()
Retrieve an iterator on the membership list
|
java.util.List<TdbGridReplicaSetMember> |
TdbGridReplicaSet.members()
Retrieve a collection of members for the replica set
|
Modifier and Type | Method and Description |
---|---|
void |
TdbGridReplicaSet.add(TdbGridReplicaSetMember member)
Add a new member to the replica set
|
boolean |
TdbGridReplicaSet.contains(TdbGridReplicaSetMember member)
Check if the replica set already contains a given member
|
Constructor and Description |
---|
TdbGridReplicaSetMember(TdbGridReplicaSetMember src)
Copy constructor
|