Uses of Enum Class
org.opends.server.backends.pluggable.spi.StorageStatus.Code
Packages that use StorageStatus.Code
Package
Description
Interfaces and classes required when implementing new storage engines for the pluggable backend.
-
Uses of StorageStatus.Code in org.opends.server.backends.pluggable.spi
Subclasses with type arguments of type StorageStatus.Code in org.opends.server.backends.pluggable.spiModifier and TypeClassDescriptionstatic enumEnumeration of the possible states.Methods in org.opends.server.backends.pluggable.spi that return StorageStatus.CodeModifier and TypeMethodDescriptionStorageStatus.getCode()Returns the code of this status.static StorageStatus.CodeReturns the enum constant of this class with the specified name.static StorageStatus.Code[]StorageStatus.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.