Uses of Enum
org.apache.openjpa.slice.Slice.Status
Packages that use Slice.Status
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of Slice.Status in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return Slice.StatusModifier and TypeMethodDescriptionSlice.getStatus()static Slice.StatusReturns 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.Methods in org.apache.openjpa.slice with parameters of type Slice.StatusModifier and TypeMethodDescriptionDistributedConfiguration.getSlices(Slice.Status... statuses) Gets the slices of given status.voidSlice.setStatus(Slice.Status status) -
Uses of Slice.Status in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc with parameters of type Slice.StatusModifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses) Gets the slices of given status.