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

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

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

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

Uses of Dispatcher.ContentType in org.apache.hadoop.hbase.rest.parser
 

Methods in org.apache.hadoop.hbase.rest.parser with parameters of type Dispatcher.ContentType
static IHBaseRestParser HBaseRestParserFactory.getParser(Dispatcher.ContentType ct)
           
 



Copyright © 2009 The Apache Software Foundation