|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DistributionPolicy
Policy to select one of the physical databases referred as slice in which a given persistent instance will be stored.
| Method Summary | |
|---|---|
String |
distribute(Object pc,
List<String> slices,
Object context)
Gets the name of the slice where a given instance will be stored. |
| Method Detail |
|---|
String distribute(Object pc,
List<String> slices,
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 - generic persistence context managing the given instance.
DistributedConfiguration.getActiveSliceNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.