Uses of Interface
com.tangosol.net.partition.VersionedPartitions.Iterator
-
Packages that use VersionedPartitions.Iterator Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of VersionedPartitions.Iterator in com.tangosol.net.partition
Subinterfaces of VersionedPartitions.Iterator in com.tangosol.net.partition Modifier and Type Interface Description static interface
VersionedPartitions.VersionedIterator
An Iterator for partitions being tracked by aVersionedPartitions
implementation that allows retrieval of partition and version.Methods in com.tangosol.net.partition that return VersionedPartitions.Iterator Modifier and Type Method Description VersionedPartitions.Iterator<Integer>
DefaultVersionedPartitions. getPartitions()
VersionedPartitions.Iterator<Integer>
VersionedPartitions. getPartitions()
Return the partitions being tracked.
-