|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HBaseRestException in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that throw HBaseRestException | |
---|---|
void |
HColumnDescriptor.restSerialize(IRestSerializer serializer)
|
void |
HTableDescriptor.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 |
RowModel.delete(byte[] tableName,
Delete delete)
|
void |
TimestampModel.delete(byte[] tableName,
Delete delete)
|
void |
TableController.delete(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
void |
TimestampController.delete(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
abstract void |
AbstractController.delete(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
void |
DatabaseController.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)
|
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 |
RowModel.get(byte[] tableName,
byte[] rowName,
byte[][] columns,
long timestamp)
Deprecated. |
RowResult |
TimestampModel.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 |
RowModel.get(byte[] tableName,
byte[] rowName,
long timestamp)
Deprecated. |
RowResult |
TimestampModel.get(byte[] tableName,
byte[] rowName,
long timestamp)
|
Result |
RowModel.get(byte[] tableName,
Get get)
|
Result |
TimestampModel.get(byte[] tableName,
Get get)
|
void |
TableController.get(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
void |
TimestampController.get(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
abstract void |
AbstractController.get(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap)
|
void |
DatabaseController.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)
|
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 |
TableController.post(Status s,
byte[][] pathSegments,
Map<String,String[]> queryMap,
byte[] input,
IHBaseRestParser parser)
|
void |
TimestampController.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 |
DatabaseController.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.put(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)
|
abstract void |
AbstractController.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)
|
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)
|
protected byte[] |
Dispatcher.readInputBuffer(javax.servlet.http.HttpServletRequest request)
Deprecated. |
void |
Status.respond()
|
void |
Status.StatusMessage.restSerialize(IRestSerializer serializer)
|
void |
TableModel.Regions.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 |
FilterFactory.getFilterFromJSON(String args)
|
RowFilterInterface |
ColumnValueFilterFactory.getFilterFromJSON(String args)
|
RowFilterInterface |
RowFilterSetFactory.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 |
---|
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 |
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.serializeCell(Cell cell)
|
void |
JSONSerializer.serializeCell(Cell cell)
|
void |
IRestSerializer.serializeCellArray(Cell[] cells)
serialize a Cell array to the output stream |
void |
SimpleXMLSerializer.serializeCellArray(Cell[] cells)
|
void |
JSONSerializer.serializeCellArray(Cell[] cells)
|
void |
IRestSerializer.serializeColumnDescriptor(HColumnDescriptor column)
serialize an HColumnDescriptor to the output stream. |
void |
SimpleXMLSerializer.serializeColumnDescriptor(HColumnDescriptor column)
|
void |
JSONSerializer.serializeColumnDescriptor(HColumnDescriptor column)
|
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.serializeDatabaseMetadata(DatabaseModel.DatabaseMetadata databaseMetadata)
|
void |
JSONSerializer.serializeDatabaseMetadata(DatabaseModel.DatabaseMetadata databaseMetadata)
|
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.serializeRegionData(TableModel.Regions regions)
|
void |
JSONSerializer.serializeRegionData(TableModel.Regions regions)
|
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.serializeRowResult(RowResult rowResult)
|
void |
JSONSerializer.serializeRowResult(RowResult rowResult)
|
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.serializeRowResultArray(RowResult[] rows)
|
void |
JSONSerializer.serializeRowResultArray(RowResult[] rows)
|
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.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
|
void |
JSONSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
|
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.serializeStatusMessage(Status.StatusMessage message)
|
void |
JSONSerializer.serializeStatusMessage(Status.StatusMessage message)
|
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.serializeTableDescriptor(HTableDescriptor tableDescriptor)
|
void |
JSONSerializer.serializeTableDescriptor(HTableDescriptor tableDescriptor)
|
void |
IRestSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
serialize a description of the timestamps available for a row to the output stream. |
void |
SimpleXMLSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
|
void |
JSONSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
|
void |
IRestSerializer.writeOutput(Object o)
Serializes an object into the appropriate format and writes it to the output stream. |
void |
SimpleXMLSerializer.writeOutput(Object o)
|
void |
JSONSerializer.writeOutput(Object o)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |