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 | Method and Description |
---|---|
DistributedConfiguration |
DistributedBrokerImpl.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static SliceInfo |
SliceImplHelper.getSlicesByPolicy(Object pc,
DistributedConfiguration conf,
Object ctx)
Gets the target slices by calling user-specified
DistributionPolicy or ReplicationPolicy
depending on whether the given instance is replicated . |
static SliceInfo |
SliceImplHelper.getSlicesByPolicy(OpenJPAStateManager sm,
DistributedConfiguration conf,
Object ctx)
Gets the target slices for the given StateManager.
|
static boolean |
SliceImplHelper.isReplicated(Object pc,
DistributedConfiguration conf)
Affirms if the given instance be replicated to multiple slices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of
JDBCConfigurations.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.