Package org.apache.openjpa.slice
Class ReplicationPolicy.Default
java.lang.Object
org.apache.openjpa.slice.ReplicationPolicy.Default
- All Implemented Interfaces:
ReplicationPolicy
- Enclosing interface:
- ReplicationPolicy
Implements a default replication policy to replicate the given
instance across all available slices.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.openjpa.slice.ReplicationPolicy
ReplicationPolicy.Default
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
replicate
Description copied from interface:ReplicationPolicy
Gets the name of the slices where a given instance will be replicated.- Specified by:
replicate
in interfaceReplicationPolicy
- 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 explicitopenjpa.slice.Names
property or implicit i.e. alphabetic order of available identifiers ifopenjpa.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:
-