Interface | Description |
---|---|
Constants |
Common constants for org.apache.hadoop.hbase.rest
|
MetricsRESTSource |
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.
|
ProtobufMessageHandler |
Common interface for models capable of supporting protobuf marshalling
and unmarshalling.
|
TestTableScan.ClientSideCellSetModel.Listener |
This listener is invoked every time a new row model is unmarshalled.
|
Class | Description |
---|---|
DummyFilter | |
ExistsResource | |
HBaseRESTTestingUtility | |
MetricsREST | |
MetricsRESTSourceImpl |
Hadoop Two implementation of a metrics2 source that will export metrics from the Rest server to
the hadoop metrics2 subsystem.
|
MultiRowResource | |
PerformanceEvaluation |
Script used evaluating Stargate performance and scalability.
|
PerformanceEvaluation.EvaluationMapTask |
MapReduce job that runs a performance evaluation client in each map task.
|
PerformanceEvaluation.PeInputFormat |
InputFormat of Performance Evaluation MapReduce job.
|
PerformanceEvaluation.PeInputFormat.PeRecordReader | |
PerformanceEvaluation.PeInputSplit |
This class works as the InputSplit of Performance Evaluation
MapReduce InputFormat, and the Record Value of RecordReader.
|
ProtobufStreamingUtil | |
RegionsResource | |
ResourceBase | |
ResourceConfig | |
RESTServer |
Main class for launching REST gateway as a servlet hosted by Jetty.
|
RESTServlet |
Singleton class encapsulating global REST servlet state and functions.
|
RESTServletContainer |
REST servlet container.
|
ResultGenerator | |
RootResource | |
RowResource | |
RowResourceBase | |
RowResultGenerator | |
RowSpec |
Parses a path based row/column/timestamp specification into its component
elements.
|
ScannerInstanceResource | |
ScannerResource | |
ScannerResultGenerator | |
SchemaResource | |
StorageClusterStatusResource | |
StorageClusterVersionResource | |
TableResource | |
TableScanResource | |
TableScanResource.CellSetModelStream | |
TestDeleteRow | |
TestGetAndPutResource | |
TestGzipFilter | |
TestGZIPResponseWrapper | |
TestMetricsRESTSource |
Test of Rest Metrics Source interface.
|
TestMetricsRESTSourceImpl |
Test for hadoop 2's version of MetricsRESTSource
|
TestMultiRowResource | |
TestResourceFilter | |
TestScannerResource | |
TestScannersWithFilters | |
TestScannersWithLabels | |
TestSchemaResource | |
TestStatusResource | |
TestTableResource | |
TestTableScan | |
TestTableScan.ClientSideCellSetModel |
The Class ClientSideCellSetModel which mimics cell set model, and contains listener to perform
user defined operations on the row model.
|
TestTableScan.CustomFilter | |
TestVersionResource | |
VersionResource |
Implements REST software version reporting
|
Enum | Description |
---|---|
PerformanceEvaluation.Counter |
Enum for map metrics.
|