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.proto
Fields in org.apache.bookkeeper.proto declared as PerChannelBookieClient.ConnectionState Modifier and Type Field Description (package private) PerChannelBookieClient.ConnectionState
PerChannelBookieClient. state
Methods in org.apache.bookkeeper.proto that return PerChannelBookieClient.ConnectionState Modifier and Type Method Description static PerChannelBookieClient.ConnectionState
PerChannelBookieClient.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.
-