Uses of Enum Class
org.apache.hadoop.hbase.client.AbstractResponse.ResponseType
Packages that use AbstractResponse.ResponseType
-
Uses of AbstractResponse.ResponseType in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AbstractResponse.ResponseTypeModifier and TypeMethodDescriptionabstract AbstractResponse.ResponseType
AbstractResponse.type()
MultiResponse.type()
SingleResponse.type()
Returns the enum constant of this class with the specified name.static AbstractResponse.ResponseType[]
AbstractResponse.ResponseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.