Uses of Class
org.apache.openjpa.slice.Slice
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of Slice in org.apache.openjpa.slice
Modifier and TypeMethodDescriptionAdds the given slice with the given properties.Gets the Slice for a given name.Modifier and TypeMethodDescriptionDistributedConfiguration.getSlices
(Slice.Status... statuses) Gets the slices of given status.Modifier and TypeMethodDescriptionAdds the given slice with the given properties.int
-
Uses of Slice in org.apache.openjpa.slice.jdbc
Modifier and TypeMethodDescriptionDistributedJDBCConfiguration.getMasterSlice()
Gets the master slice.DistributedJDBCConfigurationImpl.getMasterSlice()
Gets the master slice.Get the Slice of the given slice.SliceStoreManager.getSlice()
Gets the slice for which this receiver is working.Modifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getSlices
(Slice.Status... statuses) Gets the slices of given status.ModifierConstructorDescriptionSliceStoreManager
(Slice slice) Construct with immutable logical name of the slice.