public interface DistributionPolicy
Modifier and Type | Interface and Description |
---|---|
static class |
DistributionPolicy.Default
Implements a default distribution policy to store the given
instance to a randomly selected available slice.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
distribute(java.lang.Object pc,
java.util.List<java.lang.String> slices,
java.lang.Object context)
Gets the name of the target slice where the given newly persistent or
the detached, to-be-merged instance will be stored.
|
java.lang.String distribute(java.lang.Object pc, java.util.List<java.lang.String> slices, java.lang.Object context)
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
- the generic persistence context managing the given
instance.DistributedConfiguration.getActiveSliceNames()