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 |
---|---|
Slice.Status |
Slice.getStatus() |
static Slice.Status |
Slice.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Slice.Status[] |
Slice.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Slice> |
DistributedConfiguration.getSlices(Slice.Status... statuses)
Gets the slices of given status.
|
void |
Slice.setStatus(Slice.Status status) |
Modifier and Type | Method and Description |
---|---|
List<Slice> |
DistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses)
Gets the slices of given status.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.