Uses of Interface
com.tangosol.net.partition.KeyAssociator
-
Packages that use KeyAssociator Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of KeyAssociator in com.tangosol.net
Methods in com.tangosol.net that return KeyAssociator Modifier and Type Method Description KeyAssociator
PartitionedService. getKeyAssociator()
Determine the key associator that this service has been configured to use. -
Uses of KeyAssociator in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement KeyAssociator Modifier and Type Class Description class
DefaultKeyAssociator
A DefaultKeyAssociator provides key associations on behalf of keys that implement theKeyAssociation
interface.
-