Uses of Interface
org.apache.openjpa.slice.DistributedConfiguration
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of DistributedConfiguration in org.apache.openjpa.slice
Modifier and TypeMethodDescriptionstatic SliceInfo
SliceImplHelper.getSlicesByPolicy
(Object pc, DistributedConfiguration conf, 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, Object ctx) Gets the target slices for the given StateManager.static boolean
SliceImplHelper.isReplicated
(Object pc, DistributedConfiguration conf) Affirms if the given instance be replicated to multiple slices. -
Uses of DistributedConfiguration in org.apache.openjpa.slice.jdbc
Modifier and TypeInterfaceDescriptioninterface
A distributed configuration that is a ordered collection of JDBCConfigurations.Modifier and TypeClassDescriptionclass
A specialized configuration embodies a set of Slice configurations.