Uses of Interface
org.apache.openjpa.slice.ReplicationPolicy
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of ReplicationPolicy in org.apache.openjpa.slice
Modifier and TypeClassDescriptionstatic class
Implements a default replication policy to replicate the given instance across all available slices.Modifier and TypeMethodDescriptionDistributedConfiguration.getReplicationPolicyInstance()
Gets the policy that governs how new replicated instances will be replicated across the available slices.Modifier and TypeMethodDescriptionvoid
DistributedConfiguration.setReplicationPolicyInstance
(ReplicationPolicy policy) Sets the policy that governs how new replicated instances will be replicated across the available slices. -
Uses of ReplicationPolicy in org.apache.openjpa.slice.jdbc
Modifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getReplicationPolicyInstance()
Modifier and TypeMethodDescriptionvoid
DistributedJDBCConfigurationImpl.setReplicationPolicyInstance
(ReplicationPolicy policy)