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 |
DistributionPolicy.Default
Implements a default distribution policy to store the given
instance to a randomly selected available slice.
|
Modifier and Type | Method and Description |
---|---|
DistributionPolicy |
DistributedConfiguration.getDistributionPolicyInstance()
Gets the policy that governs how new instances will be distributed across
the available slices.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedConfiguration.setDistributionPolicyInstance(DistributionPolicy policy)
Sets the policy that governs how new instances will be distributed across
the available slices.
|
Modifier and Type | Method and Description |
---|---|
DistributionPolicy |
DistributedJDBCConfigurationImpl.getDistributionPolicyInstance() |
Modifier and Type | Method and Description |
---|---|
void |
DistributedJDBCConfigurationImpl.setDistributionPolicyInstance(DistributionPolicy policy) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.