Uses of Interface
com.tangosol.net.partition.VersionedPartitions
-
Packages that use VersionedPartitions Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of VersionedPartitions in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement VersionedPartitions Modifier and Type Class Description class
DefaultVersionedPartitions
Default implementation ofVersionedPartitions
,Methods in com.tangosol.net.partition that return VersionedPartitions Modifier and Type Method Description VersionedPartitions
VersionAwareMapListener. getVersions()
Return a data structure that holds a mapping ofpartition -> version
.Constructors in com.tangosol.net.partition with parameters of type VersionedPartitions Constructor Description DefaultVersionedPartitions(VersionedPartitions versions)
Copy-like constructor based on the providedVersionedPartitions
. -
Uses of VersionedPartitions in com.tangosol.util
Methods in com.tangosol.util that return VersionedPartitions Modifier and Type Method Description VersionedPartitions
MapListenerSupport. getMinVersions(Filter filter)
VersionedPartitions
MapListenerSupport. getMinVersions(Object oKey)
Return the minimumversions
for the provided key.protected static VersionedPartitions
MapListenerSupport. getMinVersions(EventListener[] aListeners)
Return the minimum versions received for all partitions for the provided listeners.protected static VersionedPartitions
MapListenerSupport. min(VersionedPartitions versionsLHS, VersionedPartitions versionsRHS)
Return the minimum versions for the provided two partition versioned data structures.Methods in com.tangosol.util with parameters of type VersionedPartitions Modifier and Type Method Description protected static VersionedPartitions
MapListenerSupport. min(VersionedPartitions versionsLHS, VersionedPartitions versionsRHS)
Return the minimum versions for the provided two partition versioned data structures.
-