Uses of Interface
org.apache.openjpa.slice.ReplicationPolicy
-
Packages that use ReplicationPolicy 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 ReplicationPolicy in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement ReplicationPolicy Modifier and Type Class Description static class
ReplicationPolicy.Default
Implements a default replication policy to replicate the given instance across all available slices.Methods in org.apache.openjpa.slice that return ReplicationPolicy Modifier and Type Method Description ReplicationPolicy
DistributedConfiguration. getReplicationPolicyInstance()
Gets the policy that governs how new replicated instances will be replicated across the available slices.Methods in org.apache.openjpa.slice with parameters of type ReplicationPolicy Modifier and Type Method Description void
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
Methods in org.apache.openjpa.slice.jdbc that return ReplicationPolicy Modifier and Type Method Description ReplicationPolicy
DistributedJDBCConfigurationImpl. getReplicationPolicyInstance()
Methods in org.apache.openjpa.slice.jdbc with parameters of type ReplicationPolicy Modifier and Type Method Description void
DistributedJDBCConfigurationImpl. setReplicationPolicyInstance(ReplicationPolicy policy)
-