Class DefaultKeyAssociator

java.lang.Object
com.oracle.coherence.common.base.NaturalAssociator
com.tangosol.net.partition.DefaultKeyAssociator
All Implemented Interfaces:
Associator, KeyAssociator

public class DefaultKeyAssociator extends NaturalAssociator implements KeyAssociator
A DefaultKeyAssociator provides key associations on behalf of keys that implement the KeyAssociation interface.
Since:
Coherence 3.0
Author:
gg 2005.05.19
  • Field Details

    • m_service

      protected PartitionedService m_service
      The PartitionedService that this DefaultKeyAssociator is bound to.
  • Constructor Details

    • DefaultKeyAssociator

      public DefaultKeyAssociator()
      Default constructor.
  • Method Details

    • init

      public void init(PartitionedService service)
      Initialize the KeyAssociator and bind it to a PartitionedService.
      Specified by:
      init in interface KeyAssociator
      Parameters:
      service - the PartitionedService that this associator is being bound to