Uses of Class
org.apache.openjpa.slice.Slice.Status
-
Packages that use Slice.Status 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.Status in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return Slice.Status Modifier and Type Method Description Slice.Status
Slice. getStatus()
static Slice.Status
Slice.Status. valueOf(java.lang.String name)
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.Methods in org.apache.openjpa.slice with parameters of type Slice.Status Modifier and Type Method Description java.util.List<Slice>
DistributedConfiguration. 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
Methods in org.apache.openjpa.slice.jdbc with parameters of type Slice.Status Modifier and Type Method Description java.util.List<Slice>
DistributedJDBCConfigurationImpl. getSlices(Slice.Status... statuses)
Gets the slices of given status.
-