Uses of Class
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl.State
-
Packages that use ManagedLedgerImpl.State Package Description org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedLedgerImpl.State in org.apache.bookkeeper.mledger.impl
Fields in org.apache.bookkeeper.mledger.impl declared as ManagedLedgerImpl.State Modifier and Type Field Description protected ManagedLedgerImpl.StateManagedLedgerImpl. stateMethods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerImpl.State Modifier and Type Method Description ManagedLedgerImpl.StateManagedLedgerImpl. getState()static ManagedLedgerImpl.StateManagedLedgerImpl.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ManagedLedgerImpl.State[]ManagedLedgerImpl.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-