Uses of Class
org.apache.openjpa.slice.SliceInfo
-
Packages that use SliceInfo Package Description org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of SliceInfo in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return SliceInfo Modifier and Type Method Description static SliceInfo
SliceImplHelper. getSliceInfo(OpenJPAStateManager sm)
Gets the assigned slice information, if any, from the given StateManager.static SliceInfo
SliceImplHelper. getSlicesByPolicy(java.lang.Object pc, DistributedConfiguration conf, java.lang.Object ctx)
Gets the target slices by calling user-specifiedDistributionPolicy
orReplicationPolicy
depending on whether the given instance isreplicated
.static SliceInfo
SliceImplHelper. getSlicesByPolicy(OpenJPAStateManager sm, DistributedConfiguration conf, java.lang.Object ctx)
Gets the target slices for the given StateManager.SliceInfo
SliceInfo. setInto(OpenJPAStateManager sm)
Sets this receiver as the given StateManager's internal instance-level data.
-