Uses of Class
org.apache.bookkeeper.bookie.datainteg.DataIntegrityCheckImpl.LedgerResult.State
-
Packages that use DataIntegrityCheckImpl.LedgerResult.State Package Description org.apache.bookkeeper.bookie.datainteg Package of the classes for defining bookie stats. -
-
Uses of DataIntegrityCheckImpl.LedgerResult.State in org.apache.bookkeeper.bookie.datainteg
Methods in org.apache.bookkeeper.bookie.datainteg that return DataIntegrityCheckImpl.LedgerResult.State Modifier and Type Method Description static DataIntegrityCheckImpl.LedgerResult.State
DataIntegrityCheckImpl.LedgerResult.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataIntegrityCheckImpl.LedgerResult.State[]
DataIntegrityCheckImpl.LedgerResult.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-