Uses of Interface
org.apache.hadoop.hbase.rest.parser.IHBaseRestParser

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

Uses of IHBaseRestParser in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest that return IHBaseRestParser
protected  IHBaseRestParser Dispatcher.getParser(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 

Methods in org.apache.hadoop.hbase.rest with parameters of type IHBaseRestParser
 void TimestampController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void ScannerController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void RowController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void TableController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void DatabaseController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
abstract  void AbstractController.post(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void TimestampController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void ScannerController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void RowController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void TableController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 void DatabaseController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
abstract  void AbstractController.put(Status s, byte[][] pathSegments, Map<String,String[]> queryMap, byte[] input, IHBaseRestParser parser)
           
 

Uses of IHBaseRestParser in org.apache.hadoop.hbase.rest.parser
 

Classes in org.apache.hadoop.hbase.rest.parser that implement IHBaseRestParser
 class XMLRestParser
           
 

Methods in org.apache.hadoop.hbase.rest.parser that return IHBaseRestParser
static IHBaseRestParser HBaseRestParserFactory.getParser(Dispatcher.ContentType ct)
           
 



Copyright © 2010 The Apache Software Foundation