Uses of Class
org.apache.bookkeeper.proto.PerChannelBookieClient.ConnectionState
- 
Packages that use PerChannelBookieClient.ConnectionState Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.
- 
- 
Uses of PerChannelBookieClient.ConnectionState in org.apache.bookkeeper.protoFields in org.apache.bookkeeper.proto declared as PerChannelBookieClient.ConnectionState Modifier and Type Field Description (package private) PerChannelBookieClient.ConnectionStatePerChannelBookieClient. stateMethods in org.apache.bookkeeper.proto that return PerChannelBookieClient.ConnectionState Modifier and Type Method Description static PerChannelBookieClient.ConnectionStatePerChannelBookieClient.ConnectionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PerChannelBookieClient.ConnectionState[]PerChannelBookieClient.ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-