Uses of Enum
org.apache.openjpa.slice.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
Modifier and TypeMethodDescriptionSlice.getStatus()
static Slice.Status
Returns 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.Modifier and TypeMethodDescriptionDistributedConfiguration.getSlices
(Slice.Status... statuses) Gets the slices of given status.void
Slice.setStatus
(Slice.Status status) -
Uses of Slice.Status in org.apache.openjpa.slice.jdbc
Modifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getSlices
(Slice.Status... statuses) Gets the slices of given status.