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

Packages that use GenericHandler.ContentType
org.apache.hadoop.hbase.rest   
 

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're declared.
 



Copyright © 2006 The Apache Software Foundation