Class ReplicationPolicy.Default

java.lang.Object
org.apache.openjpa.slice.ReplicationPolicy.Default
All Implemented Interfaces:
ReplicationPolicy
Enclosing interface:
ReplicationPolicy

public static class ReplicationPolicy.Default extends Object implements ReplicationPolicy
Implements a default replication policy to replicate the given instance across all available slices.
  • Constructor Details

    • Default

      public Default()
  • Method Details

    • replicate

      public String[] replicate(Object pc, List<String> slices, Object context)
      Description copied from interface: ReplicationPolicy
      Gets the name of the slices where a given instance will be replicated.
      Specified by:
      replicate in interface ReplicationPolicy
      Parameters:
      pc - The newly persistent or to-be-merged object.
      slices - list of names of the active slices. The ordering of the list is either explicit openjpa.slice.Names property or implicit i.e. alphabetic order of available identifiers if openjpa.slice.Names is unspecified.
      context - generic persistence context managing the given instance.
      Returns:
      identifier of the slices. This names must match one of the given slice names.
      See Also: