Uses of Class
com.tangosol.persistence.GUIDHelper.GUIDResolver
-
Packages that use GUIDHelper.GUIDResolver Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of GUIDHelper.GUIDResolver in com.tangosol.net
Fields in com.tangosol.net declared as GUIDHelper.GUIDResolver Modifier and Type Field Description protected GUIDHelper.GUIDResolver
PartitionedService.PartitionRecoveryAction. m_resolver
The GUID resolver.Methods in com.tangosol.net that return GUIDHelper.GUIDResolver Modifier and Type Method Description GUIDHelper.GUIDResolver
PartitionedService.PartitionRecoveryAction. getResolver()
Return the GUID resolver.Constructors in com.tangosol.net with parameters of type GUIDHelper.GUIDResolver Constructor Description PartitionRecoveryAction(PartitionSet partsOrphan, GUIDHelper.GUIDResolver resolver, com.tangosol.net.internal.QuorumInfo infoQuorum)
Construct a PartitionRecoveryAction for the specified partitions, GUID resolver and the "last good" membership info.
-