Uses of Class
org.apache.openjpa.slice.Slice
-
Packages that use Slice Package Description 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 Modifier and Type Method Description Slice
DistributedBrokerFactory. addSlice(java.lang.String name, java.util.Map properties)
Adds the given slice with the given properties.Slice
DistributedConfiguration. getSlice(java.lang.String sliceName)
Gets the Slice for a given name.Methods in org.apache.openjpa.slice that return types with arguments of type Slice Modifier and Type Method Description java.util.List<Slice>
DistributedConfiguration. getSlices(Slice.Status... statuses)
Gets the slices of given status.Methods in org.apache.openjpa.slice with parameters of type Slice Modifier and Type Method Description SliceStoreManager
DistributedStoreManager. addSlice(Slice slice)
Adds the given slice with the given properties.int
Slice. compareTo(Slice other)
-
Uses of Slice in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc that return Slice Modifier and Type Method Description Slice
DistributedJDBCBrokerFactory. addSlice(java.lang.String name, java.util.Map properties)
Slice
DistributedJDBCConfiguration. getMasterSlice()
Gets the master slice.Slice
DistributedJDBCConfigurationImpl. getMasterSlice()
Gets the master slice.Slice
DistributedJDBCConfigurationImpl. getSlice(java.lang.String name)
Slice
DistributedJDBCConfigurationImpl. getSlice(java.lang.String name, boolean mustExist)
Get the Slice of the given slice.Slice
SliceStoreManager. getSlice()
Gets the slice for which this receiver is working.Methods in org.apache.openjpa.slice.jdbc that return types with arguments of type Slice Modifier and Type Method Description java.util.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 Constructor Description SliceStoreManager(Slice slice)
Construct with immutable logical name of the slice.
-