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 SliceDistributedBrokerFactory. addSlice(java.lang.String name, java.util.Map properties)Adds the given slice with the given properties.SliceDistributedConfiguration. 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 SliceStoreManagerDistributedStoreManager. addSlice(Slice slice)Adds the given slice with the given properties.intSlice. 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 SliceDistributedJDBCBrokerFactory. addSlice(java.lang.String name, java.util.Map properties)SliceDistributedJDBCConfiguration. getMasterSlice()Gets the master slice.SliceDistributedJDBCConfigurationImpl. getMasterSlice()Gets the master slice.SliceDistributedJDBCConfigurationImpl. getSlice(java.lang.String name)SliceDistributedJDBCConfigurationImpl. getSlice(java.lang.String name, boolean mustExist)Get the Slice of the given slice.SliceSliceStoreManager. 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.
-