Uses of Interface
org.apache.openjpa.slice.DistributedConfiguration
-
Packages that use DistributedConfiguration Package Description org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases.org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of DistributedConfiguration in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return DistributedConfiguration Modifier and Type Method Description DistributedConfiguration
DistributedBrokerImpl. getConfiguration()
Methods in org.apache.openjpa.slice with parameters of type DistributedConfiguration Modifier and Type Method Description 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.static boolean
SliceImplHelper. isReplicated(java.lang.Object pc, DistributedConfiguration conf)
Affirms if the given instance be replicated to multiple slices. -
Uses of DistributedConfiguration in org.apache.openjpa.slice.jdbc
Subinterfaces of DistributedConfiguration in org.apache.openjpa.slice.jdbc Modifier and Type Interface Description interface
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement DistributedConfiguration Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.
-