|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slice | |
---|---|
org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. |
org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. |
Uses of Slice in org.apache.openjpa.slice |
---|
Methods in org.apache.openjpa.slice that return Slice | |
---|---|
Slice |
DistributedConfiguration.getSlice(String sliceName)
Gets the Slice for a given name. |
Methods in org.apache.openjpa.slice that return types with arguments of type Slice | |
---|---|
List<Slice> |
DistributedConfiguration.getSlices(Slice.Status... statuses)
Gets the slices of given status. |
Methods in org.apache.openjpa.slice with parameters of type Slice | |
---|---|
int |
Slice.compareTo(Slice other)
|
Uses of Slice in org.apache.openjpa.slice.jdbc |
---|
Methods in org.apache.openjpa.slice.jdbc that return Slice | |
---|---|
Slice |
DistributedJDBCConfiguration.getMaster()
Gets the master slice. |
Slice |
DistributedJDBCConfigurationImpl.getMaster()
Gets the master slice. |
Slice |
SliceStoreManager.getSlice()
Gets the slice for which this receiver is working. |
Slice |
DistributedJDBCConfigurationImpl.getSlice(String name)
Get the configuration for given slice. |
Methods in org.apache.openjpa.slice.jdbc that return types with arguments of type Slice | |
---|---|
List<Slice> |
DistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses)
Gets the slices of given status. |
Constructors in org.apache.openjpa.slice.jdbc with parameters of type Slice | |
---|---|
SliceStoreManager(Slice slice)
Construct with immutable logical name of the slice. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |