public static class DistributionPolicy.Default extends Object implements DistributionPolicy
DistributionPolicy.Default
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
String |
distribute(Object pc,
List<String> slices,
Object ctx)
Gets the name of the target slice where the given newly persistent or
the detached, to-be-merged instance will be stored.
|
public String distribute(Object pc, List<String> slices, Object ctx)
DistributionPolicy
distribute
in interface DistributionPolicy
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.ctx
- the generic persistence context managing the given
instance.DistributedConfiguration.getActiveSliceNames()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.