PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.3 User Guide
  key-partitioning
Added by Rob Misek, last edited by Mark Falco on Feb 14, 2006  (view change)

Labels

 
(None)

key-partitioning

Used in: distributed-scheme

Description

Specifies an implementation of a com.tangosol.net.partition.KeyPartitioningStrategy which will be used to determine the partition in which a key will reside.

Elements

The following table describes the elements you can define within the key-partitioning element.

Element Required/Optional Description
<class-name> Required The name of a class that implements the com.tangosol.net.partition.KeyPartitioningStrategy interface. This implementation must have a zero-parameter public constructor.

Default value is the value specified in the tangosol-coherence.xml descriptor.