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

All Known Implementing Classes:
XMLRestParser

public interface IHBaseRestParser


Method Summary
 ArrayList<HColumnDescriptor> getColumnDescriptors(byte[] input)
           
 RowUpdateDescriptor getRowUpdateDescriptor(byte[] input, byte[][] pathSegments)
           
 ScannerDescriptor getScannerDescriptor(byte[] input)
           
 HTableDescriptor getTableDescriptor(byte[] input)
          Parses a HTableDescriptor given the input array.
 

Method Detail

getTableDescriptor

HTableDescriptor getTableDescriptor(byte[] input)
                                    throws HBaseRestException
Parses a HTableDescriptor given the input array.

Parameters:
input -
Returns:
HTableDescriptor
Throws:
HBaseRestException

getColumnDescriptors

ArrayList<HColumnDescriptor> getColumnDescriptors(byte[] input)
                                                  throws HBaseRestException
Throws:
HBaseRestException

getScannerDescriptor

ScannerDescriptor getScannerDescriptor(byte[] input)
                                       throws HBaseRestException
Throws:
HBaseRestException

getRowUpdateDescriptor

RowUpdateDescriptor getRowUpdateDescriptor(byte[] input,
                                           byte[][] pathSegments)
                                           throws HBaseRestException
Throws:
HBaseRestException


Copyright © 2010 The Apache Software Foundation