Package | Description |
---|---|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Method and Description |
---|---|
static SliceInfo |
SliceImplHelper.getSliceInfo(OpenJPAStateManager sm)
Gets the assigned slice information, if any, from the given StateManager.
|
static SliceInfo |
SliceImplHelper.getSlicesByPolicy(Object pc,
DistributedConfiguration conf,
Object ctx)
Gets the target slices by calling user-specified
DistributionPolicy or ReplicationPolicy
depending on whether the given instance is replicated . |
static SliceInfo |
SliceImplHelper.getSlicesByPolicy(OpenJPAStateManager sm,
DistributedConfiguration conf,
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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.