Package | Description |
---|---|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationPolicy.Default
Implements a default replication policy to replicate the given
instance across all available slices.
|
Modifier and Type | Method and Description |
---|---|
ReplicationPolicy |
DistributedConfiguration.getReplicationPolicyInstance()
Gets the policy that governs how new replicated instances will be
replicated across the available slices.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedConfiguration.setReplicationPolicyInstance(ReplicationPolicy policy)
Sets the policy that governs how new replicated instances will be
replicated across the available slices.
|
Modifier and Type | Method and Description |
---|---|
ReplicationPolicy |
DistributedJDBCConfigurationImpl.getReplicationPolicyInstance() |
Modifier and Type | Method and Description |
---|---|
void |
DistributedJDBCConfigurationImpl.setReplicationPolicyInstance(ReplicationPolicy policy) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.