Uses of Class
com.tietoenator.trip.jxp.grid.TdbGridReplicaSetMember
-
Packages that use TdbGridReplicaSetMember Package Description com.tietoenator.trip.jxp.grid Manipulation of TRIP grid configurations. -
-
Uses of TdbGridReplicaSetMember in com.tietoenator.trip.jxp.grid
Methods in com.tietoenator.trip.jxp.grid that return types with arguments of type TdbGridReplicaSetMember Modifier and Type Method Description java.util.Iterator<TdbGridReplicaSetMember>
TdbGridReplicaSet. iterator()
Retrieve an iterator on the membership listjava.util.List<TdbGridReplicaSetMember>
TdbGridReplicaSet. members()
Retrieve a collection of members for the replica setMethods in com.tietoenator.trip.jxp.grid with parameters of type TdbGridReplicaSetMember Modifier and Type Method Description void
TdbGridReplicaSet. add(TdbGridReplicaSetMember member)
Add a new member to the replica setboolean
TdbGridReplicaSet. contains(TdbGridReplicaSetMember member)
Check if the replica set already contains a given memberConstructors in com.tietoenator.trip.jxp.grid with parameters of type TdbGridReplicaSetMember Constructor Description TdbGridReplicaSetMember(TdbGridReplicaSetMember src)
Copy constructor
-