Uses of Class
org.apache.hadoop.hbase.rest.GenericHandler.ContentType

Packages that use GenericHandler.ContentType
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
 

Uses of GenericHandler.ContentType in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest that return GenericHandler.ContentType
static GenericHandler.ContentType GenericHandler.ContentType.getContentType(String t)
          Utility method used looking at Accept header content.
static GenericHandler.ContentType GenericHandler.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericHandler.ContentType[] GenericHandler.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008 The Apache Software Foundation