public static class ReplicationPolicy.Default extends java.lang.Object implements ReplicationPolicy
ReplicationPolicy.Default
Constructor and Description |
---|
ReplicationPolicy.Default() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
replicate(java.lang.Object pc,
java.util.List<java.lang.String> slices,
java.lang.Object context)
Gets the name of the slices where a given instance will be replicated.
|
public java.lang.String[] replicate(java.lang.Object pc, java.util.List<java.lang.String> slices, java.lang.Object context)
ReplicationPolicy
replicate
in interface ReplicationPolicy
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.DistributedConfiguration.getActiveSliceNames()