Uses of Class
org.apache.hadoop.hbase.rest.exception.HBaseRestException

Packages that use HBaseRestException
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.descriptors   
org.apache.hadoop.hbase.rest.exception   
org.apache.hadoop.hbase.rest.filter   
org.apache.hadoop.hbase.rest.parser   
org.apache.hadoop.hbase.rest.serializer   
 

Uses of HBaseRestException in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that throw HBaseRestException
 void HTableDescriptor.restSerialize(IRestSerializer serializer)
           
 void HColumnDescriptor.restSerialize(IRestSerializer serializer)
           
 

Uses of HBaseRestException in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that throw HBaseRestException
 void RowResult.restSerialize(IRestSerializer serializer)
          Deprecated.  
 void Cell.restSerialize(IRestSerializer serializer)
          Deprecated.  
 

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

Methods in org.apache.hadoop.hbase.rest that throw HBaseRestException
protected  ScannerIdentifier ScannerController.createScanner(ScannerModel innerModel, byte[] tableName, ScannerDescriptor scannerDescriptor)
           
protected  Status Dispatcher.createStatus(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 boolean TableModel.delete(byte[] tableName)
          Deletes table tableName
 void RowModel.delete(byte[] tableName, byte[] rowName)
          Deprecated. 
 void RowModel.delete(byte[] tableName, byte[] rowName, byte[][] columns)
          Deprecated. 
 void TimestampModel.delete(byte[] tableName, byte[] rowName, byte[][] columns, long timestamp)
          Deprecated. 
 void TimestampModel.delete(byte[] tableName, byte[] rowName, long timestamp)
          Deprecated. 
 void TimestampModel.delete(byte[] tableName, Delete delete)
           
 void RowModel.delete(byte[] tableName, Delete delete)
           
 void TimestampController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void TableController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void ScannerController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void RowController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void DatabaseController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
abstract  void AbstractController.delete(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
protected  void TableModel.disableTable(byte[] tableName)
           
protected  boolean TableModel.doesTableExist(byte[] tableName)
           
protected  void TableModel.enableTable(byte[] tableName)
           
 String AbstractModel.Encodings.Encoding.encode(byte[] b)
           
 Result[] TableModel.get(byte[] tableName)
           
 RowResult RowModel.get(byte[] tableName, byte[] rowName)
          Deprecated. 
 Result[] TableModel.get(byte[] tableName, byte[][] columnNames)
          Returns all cells from all rows from the given table in the given columns.
 RowResult RowModel.get(byte[] tableName, byte[] rowName, byte[][] columns)
          Deprecated. 
 RowResult TimestampModel.get(byte[] tableName, byte[] rowName, byte[][] columns, long timestamp)
          Deprecated. 
 RowResult RowModel.get(byte[] tableName, byte[] rowName, byte[][] columns, long timestamp)
          Deprecated. 
 Cell TimestampModel.get(byte[] tableName, byte[] rowName, byte[] columnName, long timestamp)
          Deprecated. 
 Cell[] TimestampModel.get(byte[] tableName, byte[] rowName, byte[] columnName, long timestamp, int numVersions)
          Deprecated. 
 RowResult TimestampModel.get(byte[] tableName, byte[] rowName, long timestamp)
           
 RowResult RowModel.get(byte[] tableName, byte[] rowName, long timestamp)
          Deprecated. 
 Result TimestampModel.get(byte[] tableName, Get get)
           
 Result RowModel.get(byte[] tableName, Get get)
           
 void TimestampController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void TableController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void ScannerController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void RowController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
 void DatabaseController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
abstract  void AbstractController.get(Status s, byte[][] pathSegments, Map<String,String[]> queryMap)
           
protected  byte[][] AbstractModel.getColumns(byte[] tableName)
           
protected  DatabaseModel.DatabaseMetadata DatabaseModel.getDatabaseMetadata()
           
 DatabaseModel.DatabaseMetadata DatabaseModel.getMetadata()
           
 HTableDescriptor TableModel.getTableMetadata(String tableName)
          Get table metadata.
 TableModel.Regions TableModel.getTableRegions(String tableName)
          Return region offsets.
 TimestampsDescriptor RowModel.getTimestamps(byte[] tableName, byte[] rowName)
           
 void TimestampModel.post(byte[] tableName, byte[] rowName, byte[] columnName, long timestamp, byte[] value)
           
 boolean TableModel.post(byte[] tableName, HTableDescriptor htd)
          Creates table tableName described by the json in input.
 void RowModel.post(byte[] tableName, List<Put> puts)
           
 void RowModel.post(byte[] tableName, Put put)
           
 void TimestampController.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 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 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 TableController.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 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)
           
protected  byte[] Dispatcher.readInputBuffer(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 void Status.respond()
           
 void TableModel.Regions.restSerialize(IRestSerializer serializer)
           
 void Status.StatusMessage.restSerialize(IRestSerializer serializer)
           
 void DatabaseModel.DatabaseMetadata.restSerialize(IRestSerializer serializer)
           
 boolean ScannerModel.scannerClose(Integer id)
           
 Result[] ScannerModel.scannerGet(Integer id)
          Returns all rows inbetween the scanners current position and the end of the table.
 Result[] ScannerModel.scannerGet(Integer id, Long numRows)
          returns the next numResults Results from the Scaner mapped to Integer id.
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, RowFilterInterface filter)
           
 ScannerIdentifier ScannerController.scannerSwitch(int switchInt, ScannerModel innerModel, byte[] tableName, byte[][] columns, long timestamp, byte[] startRow, byte[] stopRow, RowFilterInterface filterSet)
           
protected  RowFilterInterface ScannerController.unionFilters(String filters)
          Given a list of filters in JSON string form, returns a RowSetFilter that returns true if all input filters return true on a Row (aka an AND statement).
 boolean TableModel.updateTable(String tableName, ArrayList<HColumnDescriptor> columns)
           
 

Uses of HBaseRestException in org.apache.hadoop.hbase.rest.descriptors
 

Methods in org.apache.hadoop.hbase.rest.descriptors that throw HBaseRestException
 void TimestampsDescriptor.restSerialize(IRestSerializer serializer)
           
 void ScannerIdentifier.restSerialize(IRestSerializer serializer)
           
 

Uses of HBaseRestException in org.apache.hadoop.hbase.rest.exception
 

Constructors in org.apache.hadoop.hbase.rest.exception that throw HBaseRestException
HBaseRestException(Exception e)
           
 

Uses of HBaseRestException in org.apache.hadoop.hbase.rest.filter
 

Subclasses of HBaseRestException in org.apache.hadoop.hbase.rest.filter
static class FilterFactoryConstants.MalformedFilterException
           
 

Methods in org.apache.hadoop.hbase.rest.filter that throw HBaseRestException
 RowFilterInterface WhileMatchRowFilterFactory.getFilterFromJSON(String args)
           
 RowFilterInterface RowFilterSetFactory.getFilterFromJSON(String args)
           
 RowFilterInterface FilterFactory.getFilterFromJSON(String args)
           
 RowFilterInterface ColumnValueFilterFactory.getFilterFromJSON(String args)
           
protected  RowFilterInterface RowFilterSetFactory.getRowFilter(org.json.JSONObject filter)
          A refactored method that encapsulates the creation of a RowFilter given a JSONObject with a correct form of: { "type" : "MY_TYPE", "args" : MY_ARGS, }
 

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

Methods in org.apache.hadoop.hbase.rest.parser that throw HBaseRestException
 ArrayList<HColumnDescriptor> XMLRestParser.getColumnDescriptors(byte[] input)
           
 ArrayList<HColumnDescriptor> JsonRestParser.getColumnDescriptors(byte[] input)
           
 ArrayList<HColumnDescriptor> IHBaseRestParser.getColumnDescriptors(byte[] input)
           
 RowUpdateDescriptor XMLRestParser.getRowUpdateDescriptor(byte[] input, byte[][] pathSegments)
           
 RowUpdateDescriptor JsonRestParser.getRowUpdateDescriptor(byte[] input, byte[][] pathSegments)
           
 RowUpdateDescriptor IHBaseRestParser.getRowUpdateDescriptor(byte[] input, byte[][] pathSegments)
           
 ScannerDescriptor XMLRestParser.getScannerDescriptor(byte[] input)
           
 ScannerDescriptor JsonRestParser.getScannerDescriptor(byte[] input)
           
 ScannerDescriptor IHBaseRestParser.getScannerDescriptor(byte[] input)
           
 HTableDescriptor XMLRestParser.getTableDescriptor(byte[] input)
           
 HTableDescriptor JsonRestParser.getTableDescriptor(byte[] input)
           
 HTableDescriptor IHBaseRestParser.getTableDescriptor(byte[] input)
          Parses a HTableDescriptor given the input array.
 

Uses of HBaseRestException in org.apache.hadoop.hbase.rest.serializer
 

Methods in org.apache.hadoop.hbase.rest.serializer that throw HBaseRestException
static AbstractRestSerializer RestSerializerFactory.getSerializer(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ISerializable.restSerialize(IRestSerializer serializer)
          visitor pattern method where the object implementing this interface will call back on the IRestSerializer with the correct method to run to serialize the output of the object to the stream.
 void SimpleXMLSerializer.serializeCell(Cell cell)
           
 void JSONSerializer.serializeCell(Cell cell)
           
 void IRestSerializer.serializeCell(Cell cell)
          serialize a cell object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeCellArray(Cell[] cells)
           
 void JSONSerializer.serializeCellArray(Cell[] cells)
           
 void IRestSerializer.serializeCellArray(Cell[] cells)
          serialize a Cell array to the output stream
 void SimpleXMLSerializer.serializeColumnDescriptor(HColumnDescriptor column)
           
 void JSONSerializer.serializeColumnDescriptor(HColumnDescriptor column)
           
 void IRestSerializer.serializeColumnDescriptor(HColumnDescriptor column)
          serialize an HColumnDescriptor to the output stream.
 void SimpleXMLSerializer.serializeDatabaseMetadata(DatabaseModel.DatabaseMetadata databaseMetadata)
           
 void JSONSerializer.serializeDatabaseMetadata(DatabaseModel.DatabaseMetadata databaseMetadata)
           
 void IRestSerializer.serializeDatabaseMetadata(DatabaseModel.DatabaseMetadata databaseMetadata)
          serialize the database metadata Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeRegionData(TableModel.Regions regions)
           
 void JSONSerializer.serializeRegionData(TableModel.Regions regions)
           
 void IRestSerializer.serializeRegionData(TableModel.Regions regions)
          serialize the region data for a table to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeRowResult(RowResult rowResult)
           
 void JSONSerializer.serializeRowResult(RowResult rowResult)
           
 void IRestSerializer.serializeRowResult(RowResult rowResult)
          serialize a RowResult object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeRowResultArray(RowResult[] rows)
           
 void JSONSerializer.serializeRowResultArray(RowResult[] rows)
           
 void IRestSerializer.serializeRowResultArray(RowResult[] rows)
          serialize a RowResult array to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
           
 void JSONSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
           
 void IRestSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
          serialize the ScannerIdentifier object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeStatusMessage(Status.StatusMessage message)
           
 void JSONSerializer.serializeStatusMessage(Status.StatusMessage message)
           
 void IRestSerializer.serializeStatusMessage(Status.StatusMessage message)
          serialize the status message object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeTableDescriptor(HTableDescriptor tableDescriptor)
           
 void JSONSerializer.serializeTableDescriptor(HTableDescriptor tableDescriptor)
           
 void IRestSerializer.serializeTableDescriptor(HTableDescriptor tableDescriptor)
          serialize the HTableDescriptor object Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
           
 void JSONSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
           
 void IRestSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
          serialize a description of the timestamps available for a row to the output stream.
 void SimpleXMLSerializer.writeOutput(Object o)
           
 void JSONSerializer.writeOutput(Object o)
           
 void IRestSerializer.writeOutput(Object o)
          Serializes an object into the appropriate format and writes it to the output stream.
 

Constructors in org.apache.hadoop.hbase.rest.serializer that throw HBaseRestException
SimpleXMLSerializer(javax.servlet.http.HttpServletResponse response)
           
SimpleXMLSerializer(javax.servlet.http.HttpServletResponse response, boolean prettyPrint)
           
 



Copyright © 2009 The Apache Software Foundation