Uses of Interface
org.apache.openjpa.slice.DistributionPolicy
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of DistributionPolicy in org.apache.openjpa.slice
Modifier and TypeClassDescriptionstatic class
Implements a default distribution policy to store the given instance to a randomly selected available slice.Modifier and TypeMethodDescriptionDistributedConfiguration.getDistributionPolicyInstance()
Gets the policy that governs how new instances will be distributed across the available slices.Modifier and TypeMethodDescriptionvoid
DistributedConfiguration.setDistributionPolicyInstance
(DistributionPolicy policy) Sets the policy that governs how new instances will be distributed across the available slices. -
Uses of DistributionPolicy in org.apache.openjpa.slice.jdbc
Modifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getDistributionPolicyInstance()
Modifier and TypeMethodDescriptionvoid
DistributedJDBCConfigurationImpl.setDistributionPolicyInstance
(DistributionPolicy policy)