Skip navigation links
A B C D E F G H I J L M N O P R S T V W _ 

A

add(String) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Add a node to the cluster
add(String, int) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Add a node to the cluster
add(TableRegionModel) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
Add a region model to the list
add(TableModel) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
Add the table name model to the list
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Add an attribute to the column family schema
addAttribute(String, Object) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Add an attribute to the table descriptor
addCell(CellModel) - Method in class org.apache.hadoop.hbase.rest.model.RowModel
Adds a cell to the list of cells for this row
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Add a column to the column set
addColumn(byte[]) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
addColumnFamily(ColumnSchemaModel) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Add a column family to the table descriptor
addDeadNode(String) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Add a dead node to the cluster representation.
addExtraHeader(String, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Add extra headers.
addHeader(String, String) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
addLabel(String) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Add a visibility label to the scan
addLiveNode(String, long, int, int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Add a live node to the cluster representation.
addProperty(String, String) - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
Add property to the namespace.
addRegion(byte[], int, int, int, int, long, long, long, long, int, int, int, long, long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Add a region name to the list
addRow(RowModel) - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
Add a row to this cell set
AuthFilter - Class in org.apache.hadoop.hbase.rest.filter
 
AuthFilter() - Constructor for class org.apache.hadoop.hbase.rest.filter.AuthFilter
 

B

BROWSER_USER_AGENT_PARAM - Static variable in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
buildFilter(String) - Static method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
buildFilter(String) - Static method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
buildFilterFromModel(ScannerModel) - Static method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 

C

CellModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a cell.
CellModel() - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Default constructor
CellModel(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(Cell) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor from KeyValue
CellModel(byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellModel(byte[], byte[], long, byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.CellModel
Constructor
CellSetModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a grouping of cells.
CellSetModel() - Constructor for class org.apache.hadoop.hbase.rest.model.CellSetModel
Constructor
CellSetModel(List<RowModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.CellSetModel
 
CellSetModelStream() - Constructor for class org.apache.hadoop.hbase.rest.TableScanResource.CellSetModelStream
 
CellSetModelStream(ArrayList<RowModel>) - Constructor for class org.apache.hadoop.hbase.rest.TableScanResource.CellSetModelStream
 
CLEANUP_INTERVAL - Static variable in class org.apache.hadoop.hbase.rest.RESTServlet
 
Client - Class in org.apache.hadoop.hbase.rest.client
A wrapper around HttpClient which provides some useful function and semantics for interacting with the REST gateway.
Client() - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Default Constructor
Client(Cluster) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor
Client(Cluster, boolean) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor
Client(Cluster, Configuration, boolean) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor
Client(Cluster, String, Optional<String>, Optional<String>) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor, allowing to define custom trust store (only for SSL connections)
Client(Cluster, Configuration, String, Optional<String>, Optional<String>) - Constructor for class org.apache.hadoop.hbase.rest.client.Client
Constructor, allowing to define custom trust store (only for SSL connections)
Client.ClientTrustStoreInitializationException - Exception in org.apache.hadoop.hbase.rest.client
 
ClientTrustStoreInitializationException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.rest.client.Client.ClientTrustStoreInitializationException
 
close() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
close() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
close() - Method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
close() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
Cluster - Class in org.apache.hadoop.hbase.rest.client
A list of 'host:port' addresses of HTTP servers operating as a single entity, for example multiple redundant web service gateways.
Cluster() - Constructor for class org.apache.hadoop.hbase.rest.client.Cluster
Constructor
Cluster(List<String>) - Constructor for class org.apache.hadoop.hbase.rest.client.Cluster
Constructor
ColumnSchemaModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a column family schema.
ColumnSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Default constructor
conf - Static variable in class org.apache.hadoop.hbase.rest.RESTServer
 
Constants - Interface in org.apache.hadoop.hbase.rest
Common constants for org.apache.hadoop.hbase.rest
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
createProtobufOutput() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
createProtobufOutput() - Method in interface org.apache.hadoop.hbase.rest.ProtobufMessageHandler
Returns the protobuf represention of the model
CRLF - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
CUSTOM_FILTERS - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
CUSTOM_HEADER_PARAM - Static variable in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
CUSTOM_METHODS_TO_IGNORE_PARAM - Static variable in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 

D

DEFAULT_END_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.rest.RowSpec
 
DEFAULT_LISTEN_PORT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_MAX_AGE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_REST_CLIENT_CONN_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_REST_CLIENT_SOCKET_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
DEFAULT_START_TIMESTAMP - Static variable in class org.apache.hadoop.hbase.rest.RowSpec
 
delete(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(String, Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(Cluster, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(Cluster, String, Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a DELETE request
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
delete(UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
deleteNoBody(byte[], UriInfo, HttpHeaders) - Method in class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Build a response for DELETE delete namespace.
destroy() - Method in class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
destroy() - Method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 

E

EMPTY_HEADER_ARRAY - Static variable in class org.apache.hadoop.hbase.rest.client.Client
 
equals(Object) - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
equals(Object) - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
execute(Cluster, HttpUriRequest, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method.
executePathOnly(Cluster, HttpUriRequest, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method given only the path.
executeURI(HttpUriRequest, Header[], String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Execute a transaction method given a complete URI.
ExistsResource - Class in org.apache.hadoop.hbase.rest
 
ExistsResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.ExistsResource
Constructor

F

FILTER_CLASSES - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
finish() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
flush() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
flushBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
fromRowSpec(String, RowSpec, Filter, boolean) - Static method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
fromScan(Scan) - Static method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 

G

get(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(String, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String, String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(String, Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(Cluster, String, Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a GET request
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ExistsResource
 
get(int) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
get(int) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.MultiRowResource
 
get(ServletContext, UriInfo) - Method in class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Build a response for GET namespace description or GET list of namespace tables.
get(ServletContext, UriInfo) - Method in class org.apache.hadoop.hbase.rest.NamespacesResource
Build a response for a list of all namespaces request.
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RegionsResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RootResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
get(UriInfo, int, int) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.StorageClusterStatusResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.StorageClusterVersionResource
 
get(UriInfo) - Method in class org.apache.hadoop.hbase.rest.TableScanResource
 
get(ServletContext, UriInfo) - Method in class org.apache.hadoop.hbase.rest.VersionResource
Build a response for a version request.
getAny() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the map for holding unspecified (user) attributes
getAny() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns the map for holding unspecified (user) attributes
getAttribute(String) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
getAttribute(String) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Return a table descriptor value as a string.
getAverageLoad() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Returns the average load of the region servers in the cluster
getBatch() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the number of cells to return in batch
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
getBinary(UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
getBody() - Method in class org.apache.hadoop.hbase.rest.client.Response
Returns the HTTP response body
getCacheBlocks() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns true if HFile blocks should be cached on the servers for this scan, false otherwise
getCaching() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the number of rows that the scanner to fetch at once
getCells() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
Returns the cells
getCluster() - Method in class org.apache.hadoop.hbase.rest.client.Client
Returns the cluster definition
getClusterStatusResource() - Method in class org.apache.hadoop.hbase.rest.RootResource
 
getClusterVersionResource() - Method in class org.apache.hadoop.hbase.rest.VersionResource
Dispatch to StorageClusterVersionResource
getCode() - Method in class org.apache.hadoop.hbase.rest.client.Response
Returns the HTTP response code
getColumn() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
Returns the column
getColumnFamily(int) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Retrieve the column family at the given index from the table descriptor
getColumns() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns list of columns of interest in column:qualifier format, or empty for all
getColumns() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns the columns
getColumns() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getConf() - Method in class org.apache.hadoop.hbase.rest.RESTServer
 
getConfiguration(String, FilterConfig) - Method in class org.apache.hadoop.hbase.rest.filter.AuthFilter
Returns the configuration to be used by the authentication filter to initialize the authentication handler.
getConnectionCache() - Method in class org.apache.hadoop.hbase.rest.RESTServlet
Returns the ConnectionCache instance
getContext(Class<?>) - Method in class org.apache.hadoop.hbase.rest.provider.JAXBContextResolver
 
getCpRequestsCount() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the current total read requests made to region
getCurrentCompactedKVs() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns The number of current compacted key-values
getDeadNode(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getDeadNodes() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Returns the list of dead nodes
getDependants() - Method in class org.apache.hadoop.hbase.generated.rest.rest_jsp
 
getEndKey() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
Returns the end key
getEndRow() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns end row
getEndRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getEndTime() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the upper bound on timestamps of items of interest
getEndTime() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getExistsResource() - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getExtraHeader(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Get an extra header value.
getExtraHeaders() - Method in class org.apache.hadoop.hbase.rest.client.Client
Get all extra headers (read-only).
getFilter() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the filter specification
getFilterParams(Configuration, String) - Static method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
Constructs a mapping of configuration properties to be used for filter initialization.
getHeader(String) - Method in class org.apache.hadoop.hbase.rest.client.Response
 
getHeader(String) - Method in interface org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter.HttpInteraction
Returns the value of a header.
getHeaders() - Method in class org.apache.hadoop.hbase.rest.client.Response
Returns the HTTP response headers
getHeapSizeMB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the current heap size, in MB
getHttpClient() - Method in class org.apache.hadoop.hbase.rest.client.Client
Returns the wrapped HttpClient
getId() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
Returns the encoded region id
getID() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
getInfoPort() - Method in class org.apache.hadoop.hbase.rest.RESTServer
 
getInputStream() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestWrapper
 
getInstance() - Static method in class org.apache.hadoop.hbase.rest.RESTServlet
Returns the RESTServlet singleton instance
getInstance(Configuration, UserProvider) - Static method in class org.apache.hadoop.hbase.rest.RESTServlet
 
getIterator() - Method in class org.apache.hadoop.hbase.rest.TableScanResource.CellSetModelStream
 
getJerseyVersion() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
Returns the version of the embedded Jersey framework
getJVMVersion() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
Returns the JVM vendor and version
getKey() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
Returns the row key
getLabels() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getLabels() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getLimit() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the limit specification
getLiveNode(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getLiveNodes() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Returns the list of live nodes
getLocation() - Method in class org.apache.hadoop.hbase.rest.client.Response
Returns the value of the Location header
getLocation() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
Returns the name and port of the region server hosting the region
getMaxHeapSizeMB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the maximum heap size, in MB
getMaxValues() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns maximum number of versions to return
getMaxVersions() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getMemStoreSizeMB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns memstore size, in MB
getMethod() - Method in interface org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter.HttpInteraction
Returns the method.
getMultipleRowResource(String, String) - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getName() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the column name
getName() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the region server's name
getName() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the region name
getName() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
Returns the table name
getName() - Method in class org.apache.hadoop.hbase.rest.model.TableModel
Returns the name
getName() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
Returns the region name
getName() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns the table name
getNamespaceInstanceResource(String) - Method in class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Dispatch to NamespaceInstanceResource for getting list of tables.
getNamespaceInstanceResource(String) - Method in class org.apache.hadoop.hbase.rest.NamespacesResource
Dispatch to NamespaceInstanceResource
getNamespaceName() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
 
getNamespaceResource() - Method in class org.apache.hadoop.hbase.rest.RootResource
 
getNamespaces() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
Returns all namespaces
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
getObjectFromMessage(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
getObjectFromMessage(byte[]) - Method in interface org.apache.hadoop.hbase.rest.ProtobufMessageHandler
Initialize the model from a protobuf representation.
getOSVersion() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
Returns the OS name, version, and hardware architecture
getOutputStream() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
getPort() - Method in class org.apache.hadoop.hbase.rest.RESTServer
 
getProperties() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
Returns The map of uncategorized namespace properties.
getProtobuf(UriInfo, String) - Method in class org.apache.hadoop.hbase.rest.TableScanResource
 
getReader() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestWrapper
 
getReadRequestsCount() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the current total read requests made to region
getRegion(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
getRegions() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Returns the total number of regions served by the cluster
getRegions() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the list of regions served by the region server
getRegions() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
Returns the regions
getRegionsResource() - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getRequests() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
getRequests() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the number of requests per second processed by the region server
getResponseBody(HttpResponse) - Static method in class org.apache.hadoop.hbase.rest.client.Client
Returns the response body of the HTTPResponse, if any, as an array of bytes.
getRESTVersion() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
Returns the REST gateway version
getRootIndexSizeKB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns The current total size of root-level indexes for the region, in KB.
getRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getRowResource(String, String, String, String) - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getRowResourceWithSuffixGlobbing(String, String, String, String) - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getRows() - Method in class org.apache.hadoop.hbase.rest.model.CellSetModel
Returns the rows
getScannerInstanceResource(String) - Method in class org.apache.hadoop.hbase.rest.ScannerResource
 
getScannerResource() - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getScanResource(String, int, String, String, List<String>, int, int, long, long, boolean, boolean, String) - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getSchemaResource() - Method in class org.apache.hadoop.hbase.rest.TableResource
 
getServerVersion() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
Returns the servlet container version
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.rest.provider.producer.PlainTextMessageBodyProducer
 
getSize(ProtobufMessageHandler, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.rest.provider.producer.ProtobufMessageBodyProducer
 
getSource() - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
getStartCode() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Returns the region server's start code
getStartKey() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
Returns the start key
getStartRow() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns start row
getStartRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getStartTime() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns the lower bound on timestamps of items of interest
getStartTime() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getStorefileIndexSizeKB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the total size of store file indexes, in KB
getStorefiles() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the number of store files
getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the total size of store files, in MB
getStores() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the number of stores
getStream() - Method in class org.apache.hadoop.hbase.rest.client.Response
Gets the input stream instance.
getTableDescriptor() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns a table descriptor
getTableResource(String) - Method in class org.apache.hadoop.hbase.rest.RootResource
 
getTables() - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
Returns the tables
getTimestamp() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
Returns the timestamp
getTimestamp() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
getTotalCompactingKVs() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns The total number of compacting key-values
getTotalStaticBloomSizeKB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns The total size of static bloom, in KB
getTotalStaticIndexSizeKB() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns The total size of static index, in KB
getValue() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
Returns the value
getVersion() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
Returns the storage cluster version
getVersionResource() - Method in class org.apache.hadoop.hbase.rest.RootResource
 
getVersionResource() - Method in class org.apache.hadoop.hbase.rest.VersionResource
Dispatch /version/rest to self.
getWriter() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Returns the current total write requests made to region
GzipFilter - Class in org.apache.hadoop.hbase.rest.filter
 
GzipFilter() - Constructor for class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
GZIPRequestStream - Class in org.apache.hadoop.hbase.rest.filter
 
GZIPRequestStream(HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
GZIPRequestWrapper - Class in org.apache.hadoop.hbase.rest.filter
 
GZIPRequestWrapper(HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.rest.filter.GZIPRequestWrapper
 
GZIPResponseStream - Class in org.apache.hadoop.hbase.rest.filter
 
GZIPResponseStream(HttpServletResponse) - Constructor for class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
GZIPResponseWrapper - Class in org.apache.hadoop.hbase.rest.filter
 
GZIPResponseWrapper(HttpServletResponse) - Constructor for class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 

H

handleHttpInteraction(RestCsrfPreventionFilter.HttpInteraction) - Method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
Handles an RestCsrfPreventionFilter.HttpInteraction by applying the filtering logic.
hasBody() - Method in class org.apache.hadoop.hbase.rest.client.Response
Returns true if a response body was sent
hasColumns() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
hasEndRow() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns true if an end row was specified
hasEndRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
hashCode() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
hashCode() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
hasLabels() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
hasNext() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
hasNext() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
hasStartRow() - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
Returns true if a start row was specified
hasTimestamp() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
hasUserTimestamp() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
Returns true if the timestamp property has been specified by the user
head(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a HEAD request
head(Cluster, String, Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a HEAD request
HEADER_DEFAULT - Static variable in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
HEADER_USER_AGENT - Static variable in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 

I

incrementFailedAppendRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementFailedDeleteRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementFailedGetRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementFailedIncrementRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementFailedPutRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementFailedScanRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulAppendRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulDeleteRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulGetRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulIncrementRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulPutRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
incrementSucessfulScanRequests(int) - Method in class org.apache.hadoop.hbase.rest.MetricsREST
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.rest.filter.GzipFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
isBrowser(String) - Method in class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
This method interrogates the User-Agent String and returns whether it refers to a browser.
isEmpty() - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Returns true if no locations have been added, false otherwise
isFinished() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.rest.provider.consumer.ProtobufMessageBodyConsumer
 
isReady() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
isReady() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
isSingleRow() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.rest.provider.producer.PlainTextMessageBodyProducer
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.hadoop.hbase.rest.provider.producer.ProtobufMessageBodyProducer
 

J

JAXBContextResolver - Class in org.apache.hadoop.hbase.rest.provider
Plumbing for hooking up Jersey's JSON entity body encoding and decoding support to JAXB.
JAXBContextResolver() - Constructor for class org.apache.hadoop.hbase.rest.provider.JAXBContextResolver
 
join() - Method in class org.apache.hadoop.hbase.rest.RESTServer
 

L

lastHost - Variable in class org.apache.hadoop.hbase.rest.client.Cluster
 

M

main(String[]) - Static method in class org.apache.hadoop.hbase.rest.RESTServer
The main method for the HBase rest server.
MAX_IDLETIME - Static variable in class org.apache.hadoop.hbase.rest.RESTServlet
 
MetricsREST - Class in org.apache.hadoop.hbase.rest
 
MetricsREST() - Constructor for class org.apache.hadoop.hbase.rest.MetricsREST
 
MIMETYPE_BINARY - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_HTML - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_JSON - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_PROTOBUF - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_PROTOBUF_IETF - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_TEXT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MIMETYPE_XML - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
MultiRowResource - Class in org.apache.hadoop.hbase.rest
 
MultiRowResource(TableResource, String, String) - Constructor for class org.apache.hadoop.hbase.rest.MultiRowResource
Constructor

N

NamespacesInstanceModel - Class in org.apache.hadoop.hbase.rest.model
List a HBase namespace's key/value properties.
NamespacesInstanceModel() - Constructor for class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
Default constructor.
NamespacesInstanceModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
Constructor to use if namespace does not exist in HBASE.
NamespacesInstanceModel(Admin, String) - Constructor for class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
Constructor
NamespacesInstanceResource - Class in org.apache.hadoop.hbase.rest
Implements the following REST end points:
NamespacesInstanceResource(String) - Constructor for class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Constructor for standard NamespaceInstanceResource.
NamespacesInstanceResource(String, boolean) - Constructor for class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Constructor for querying namespace table list via NamespaceInstanceResource.
NamespacesModel - Class in org.apache.hadoop.hbase.rest.model
A list of HBase namespaces.
NamespacesModel() - Constructor for class org.apache.hadoop.hbase.rest.model.NamespacesModel
Default constructor.
NamespacesModel(Admin) - Constructor for class org.apache.hadoop.hbase.rest.model.NamespacesModel
Constructor
NamespacesResource - Class in org.apache.hadoop.hbase.rest
Implements REST GET list of all namespaces.
NamespacesResource() - Constructor for class org.apache.hadoop.hbase.rest.NamespacesResource
Constructor
next() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
next() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
NOCACHE_PARAM_NAME - Static variable in interface org.apache.hadoop.hbase.rest.Constants
If this query parameter is present when processing row or scanner resources, it disables server side block caching
Node() - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Default constructor
Node(String, long) - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
Constructor
nodes - Variable in class org.apache.hadoop.hbase.rest.client.Cluster
 

O

org.apache.hadoop.hbase.generated.rest - package org.apache.hadoop.hbase.generated.rest
 
org.apache.hadoop.hbase.rest - package org.apache.hadoop.hbase.rest
HBase REST
org.apache.hadoop.hbase.rest.client - package org.apache.hadoop.hbase.rest.client
 
org.apache.hadoop.hbase.rest.filter - package org.apache.hadoop.hbase.rest.filter
 
org.apache.hadoop.hbase.rest.model - package org.apache.hadoop.hbase.rest.model
 
org.apache.hadoop.hbase.rest.provider - package org.apache.hadoop.hbase.rest.provider
 
org.apache.hadoop.hbase.rest.provider.consumer - package org.apache.hadoop.hbase.rest.provider.consumer
 
org.apache.hadoop.hbase.rest.provider.producer - package org.apache.hadoop.hbase.rest.provider.producer
 

P

PlainTextMessageBodyProducer - Class in org.apache.hadoop.hbase.rest.provider.producer
An adapter between Jersey and Object.toString().
PlainTextMessageBodyProducer() - Constructor for class org.apache.hadoop.hbase.rest.provider.producer.PlainTextMessageBodyProducer
 
post(String, String, byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(String, String, byte[], Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(Cluster, String, String, byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(Cluster, String, String, byte[], Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(String, Header[], byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(Cluster, String, Header[], byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a POST request
post(NamespacesInstanceModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Build a response for POST create namespace with properties specified.
post(CellSetModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
post(ScannerModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerResource
 
post(TableSchemaModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
postBinary(byte[], UriInfo, HttpHeaders) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
proceed() - Method in interface org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter.HttpInteraction
Called by the filter after it decides that the request may proceed.
processException(Throwable) - Method in class org.apache.hadoop.hbase.rest.ResourceBase
 
ProtobufMessageBodyConsumer - Class in org.apache.hadoop.hbase.rest.provider.consumer
Adapter for hooking up Jersey content processing dispatch to ProtobufMessageHandler interface capable handlers for decoding protobuf input.
ProtobufMessageBodyConsumer() - Constructor for class org.apache.hadoop.hbase.rest.provider.consumer.ProtobufMessageBodyConsumer
 
ProtobufMessageBodyProducer - Class in org.apache.hadoop.hbase.rest.provider.producer
An adapter between Jersey and ProtobufMessageHandler implementors.
ProtobufMessageBodyProducer() - Constructor for class org.apache.hadoop.hbase.rest.provider.producer.ProtobufMessageBodyProducer
 
ProtobufMessageHandler - Interface in org.apache.hadoop.hbase.rest
Common interface for models capable of supporting protobuf marshalling and unmarshalling.
ProtobufStreamingOutput - Class in org.apache.hadoop.hbase.rest
 
ProtobufStreamingOutput(ResultScanner, String, int, int) - Constructor for class org.apache.hadoop.hbase.rest.ProtobufStreamingOutput
 
put(String, String, byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(String, String, byte[], Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(Cluster, String, String, byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(Cluster, String, String, byte[], Header) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(String, Header[], byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(Cluster, String, Header[], byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Client
Send a PUT request
put(NamespacesInstanceModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.NamespacesInstanceResource
Build a response for PUT alter namespace with properties specified.
put(CellSetModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.RowResource
 
put(ScannerModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.ScannerResource
 
put(TableSchemaModel, UriInfo) - Method in class org.apache.hadoop.hbase.rest.SchemaResource
 
putBack(Cell) - Method in class org.apache.hadoop.hbase.rest.ResultGenerator
 
putBack(Cell) - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
putBack(Cell) - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
putBinary(byte[], UriInfo, HttpHeaders) - Method in class org.apache.hadoop.hbase.rest.RowResource
 

R

read() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
read(byte[]) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
readFrom(Class<ProtobufMessageHandler>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.hadoop.hbase.rest.provider.consumer.ProtobufMessageBodyConsumer
 
Region() - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Default constructor
Region(byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Constructor
Region(byte[], int, int, int, int, long, long, long, long, int, int, int, long, long) - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
Constructor
RegionsResource - Class in org.apache.hadoop.hbase.rest
 
RegionsResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.RegionsResource
Constructor
remove(String) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Remove a node from the cluster
remove(String, int) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
Remove a node from the cluster
remove() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
 
remove() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
removeExtraHeader(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
Remove an extra header.
reset() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
resetBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
resetBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
ResourceBase - Class in org.apache.hadoop.hbase.rest
 
ResourceBase() - Constructor for class org.apache.hadoop.hbase.rest.ResourceBase
 
Response - Class in org.apache.hadoop.hbase.rest.client
The HTTP result code, response headers, and body of an HTTP response.
Response(int) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
Constructor
Response(int, Header[]) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
Constructor
Response(int, Header[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
Constructor
Response(int, Header[], HttpResponse, InputStream) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
Constructor.
REST_AUTHENTICATION_PRINCIPAL - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_AUTHENTICATION_TYPE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_CLIENT_CONN_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
Configuration parameter to set rest client connection timeout
REST_CLIENT_SOCKET_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
Configuration parameter to set rest client socket timeout
REST_CONNECTOR_ACCEPT_QUEUE_SIZE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_DNS_INTERFACE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_DNS_NAMESERVER - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
rest_jsp - Class in org.apache.hadoop.hbase.generated.rest
 
rest_jsp() - Constructor for class org.apache.hadoop.hbase.generated.rest.rest_jsp
 
REST_KERBEROS_PRINCIPAL - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_KEYTAB_FILE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_ENABLED - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_EXCLUDE_CIPHER_SUITES - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_EXCLUDE_PROTOCOLS - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_INCLUDE_CIPHER_SUITES - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_INCLUDE_PROTOCOLS - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_KEYSTORE_KEYPASSWORD - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_KEYSTORE_PASSWORD - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_KEYSTORE_STORE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_KEYSTORE_TYPE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_TRUSTSTORE_PASSWORD - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_TRUSTSTORE_STORE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_SSL_TRUSTSTORE_TYPE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_THREAD_POOL_TASK_QUEUE_SIZE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_THREAD_POOL_THREAD_IDLE_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_THREAD_POOL_THREADS_MAX - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
REST_THREAD_POOL_THREADS_MIN - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
RestCsrfPreventionFilter - Class in org.apache.hadoop.hbase.rest.filter
This filter provides protection against cross site request forgery (CSRF) attacks for REST APIs.
RestCsrfPreventionFilter() - Constructor for class org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter
 
RestCsrfPreventionFilter.HttpInteraction - Interface in org.apache.hadoop.hbase.rest.filter
Defines the minimal API requirements for the filter to execute its filtering logic.
RESTServer - Class in org.apache.hadoop.hbase.rest
Main class for launching REST gateway as a servlet hosted by Jetty.
RESTServer(Configuration) - Constructor for class org.apache.hadoop.hbase.rest.RESTServer
 
RESTServlet - Class in org.apache.hadoop.hbase.rest
Singleton class encapsulating global REST servlet state and functions.
RESTServletContainer - Class in org.apache.hadoop.hbase.rest
REST servlet container.
RESTServletContainer(ResourceConfig) - Constructor for class org.apache.hadoop.hbase.rest.RESTServletContainer
 
ResultGenerator - Class in org.apache.hadoop.hbase.rest
 
ResultGenerator() - Constructor for class org.apache.hadoop.hbase.rest.ResultGenerator
 
RootResource - Class in org.apache.hadoop.hbase.rest
 
RootResource() - Constructor for class org.apache.hadoop.hbase.rest.RootResource
Constructor
ROW_KEYS_PARAM_NAME - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
RowModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a row.
RowModel() - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
Default constructor
RowModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
Constructor
RowModel(byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
Constructor
RowModel(String, List<CellModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
Constructor
RowModel(byte[], List<CellModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
Constructor
RowResource - Class in org.apache.hadoop.hbase.rest
 
RowResource(TableResource, String, String, String, String) - Constructor for class org.apache.hadoop.hbase.rest.RowResource
Constructor
RowResultGenerator - Class in org.apache.hadoop.hbase.rest
 
RowResultGenerator(String, RowSpec, Filter, boolean) - Constructor for class org.apache.hadoop.hbase.rest.RowResultGenerator
 
RowSpec - Class in org.apache.hadoop.hbase.rest
Parses a path based row/column/timestamp specification into its component elements.
RowSpec(String) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
 
RowSpec(byte[], byte[], byte[][], long, long, int) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
 
RowSpec(byte[], byte[], Collection<byte[]>, long, long, int, Collection<String>) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
 
RowSpec(byte[], byte[], Collection<byte[]>, long, long, int) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
 
run() - Method in class org.apache.hadoop.hbase.rest.RESTServer
Runs the REST server.

S

SCAN_BATCH_SIZE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_CACHE_BLOCKS - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_COLUMN - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_END_ROW - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_END_TIME - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_FETCH_SIZE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_FILTER - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_LIMIT - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_MAX_VERSIONS - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_REVERSED - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_START_ROW - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
SCAN_START_TIME - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
ScannerInstanceResource - Class in org.apache.hadoop.hbase.rest
 
ScannerInstanceResource() - Constructor for class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
ScannerInstanceResource(String, String, ResultGenerator, int) - Constructor for class org.apache.hadoop.hbase.rest.ScannerInstanceResource
 
ScannerModel - Class in org.apache.hadoop.hbase.rest.model
A representation of Scanner parameters.
ScannerModel() - Constructor for class org.apache.hadoop.hbase.rest.model.ScannerModel
Default constructor
ScannerModel(byte[], byte[], List<byte[]>, int, int, long, int, String) - Constructor for class org.apache.hadoop.hbase.rest.model.ScannerModel
Constructor
ScannerModel(byte[], byte[], List<byte[]>, int, int, long, long, String) - Constructor for class org.apache.hadoop.hbase.rest.model.ScannerModel
Constructor
ScannerResource - Class in org.apache.hadoop.hbase.rest
 
ScannerResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.ScannerResource
Constructor
ScannerResultGenerator - Class in org.apache.hadoop.hbase.rest
 
ScannerResultGenerator(String, RowSpec, Filter, boolean) - Constructor for class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
ScannerResultGenerator(String, RowSpec, Filter, int, boolean) - Constructor for class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
ScannerResultGenerator(String, RowSpec, Filter, int, boolean, int) - Constructor for class org.apache.hadoop.hbase.rest.ScannerResultGenerator
 
SchemaResource - Class in org.apache.hadoop.hbase.rest
 
SchemaResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.SchemaResource
Constructor
sendError(int, String) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
sendError(int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
sendError(int, String) - Method in interface org.apache.hadoop.hbase.rest.filter.RestCsrfPreventionFilter.HttpInteraction
Called by the filter after it decides that the request is a potential CSRF attack and therefore must be rejected.
sendRedirect(String) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.rest.RESTServletContainer
This container is used only if authentication and impersonation is enabled.
setAverageLoad(double) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
setBatch(int) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setBody(byte[]) - Method in class org.apache.hadoop.hbase.rest.client.Response
 
setCacheBlocks(boolean) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setCaching(int) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setCluster(Cluster) - Method in class org.apache.hadoop.hbase.rest.client.Client
 
setCode(int) - Method in class org.apache.hadoop.hbase.rest.client.Response
 
setColumn(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
setColumns(List<byte[]>) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setColumns(List<ColumnSchemaModel>) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
setContentLength(int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
setCpRequestsCount(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setCurrentCompactedKVs(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setDeadNodes(List<String>) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
setEndKey(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
setEndRow(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setEndTime(long) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setEndTime(long) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
setFilter(String) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setHeader(String, String) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
setHeaders(Header[]) - Method in class org.apache.hadoop.hbase.rest.client.Response
 
setHeapSizeMB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setId(long) - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
setIntHeader(String, int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
setJerseyVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
setJVMVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
setKey(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
setLimit(int) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setLiveNodes(List<StorageClusterStatusModel.Node>) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
setLocation(String) - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
setMaxHeapSizeMB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setMaxValues(int) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
setMaxVersions(int) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setMaxVersions(int) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
setMemStoreSizeMB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
setName(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.TableModel
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
setName(String) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
setNamespaces(List<String>) - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
 
setOSVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
setReadListener(ReadListener) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
 
setReadRequestsCount(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setRegions(List<StorageClusterStatusModel.Node.Region>) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setRegions(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
setRegions(List<TableRegionModel>) - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
setRequests(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setRequests(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
setRESTVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
setRootIndexSizeKB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setServerVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
setStartCode(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node
 
setStartKey(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
setStartRow(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setStartTime(long) - Method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 
setStartTime(long) - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
setStatus(int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
 
setStorefileIndexSizeKB(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setStorefiles(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setStorefileSizeMB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setStores(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setTables(List<TableModel>) - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
setTimestamp(long) - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
setTotalCompactingKVs(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setTotalStaticBloomSizeKB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setTotalStaticIndexSizeKB(int) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
setValue(byte[]) - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
setVersion(String) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
 
setWriteListener(WriteListener) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
setWriteRequestsCount(long) - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
 
shutdown() - Method in class org.apache.hadoop.hbase.rest.client.Client
Shut down the client.
SKIP_LOGIN_KEY - Static variable in class org.apache.hadoop.hbase.rest.RESTServer
 
stop() - Method in class org.apache.hadoop.hbase.rest.RESTServer
 
stop() - Static method in class org.apache.hadoop.hbase.rest.RESTServlet
 
StorageClusterStatusModel - Class in org.apache.hadoop.hbase.rest.model
Representation of the status of a storage cluster:
StorageClusterStatusModel() - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
Default constructor
StorageClusterStatusModel.Node - Class in org.apache.hadoop.hbase.rest.model
Represents a region server.
StorageClusterStatusModel.Node.Region - Class in org.apache.hadoop.hbase.rest.model
Represents a region hosted on a region server.
StorageClusterStatusResource - Class in org.apache.hadoop.hbase.rest
 
StorageClusterStatusResource() - Constructor for class org.apache.hadoop.hbase.rest.StorageClusterStatusResource
Constructor
StorageClusterVersionModel - Class in org.apache.hadoop.hbase.rest.model
Simple representation of the version of the storage cluster
StorageClusterVersionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
 
StorageClusterVersionResource - Class in org.apache.hadoop.hbase.rest
 
StorageClusterVersionResource() - Constructor for class org.apache.hadoop.hbase.rest.StorageClusterVersionResource
Constructor
stringifyFilter(Filter) - Static method in class org.apache.hadoop.hbase.rest.model.ScannerModel
 

T

TableInfoModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a list of table regions.
TableInfoModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableInfoModel
Default constructor
TableInfoModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableInfoModel
Constructor
TableListModel - Class in org.apache.hadoop.hbase.rest.model
Simple representation of a list of table names.
TableListModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableListModel
Default constructor
TableModel - Class in org.apache.hadoop.hbase.rest.model
Simple representation of a table name.
TableModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableModel
Default constructor
TableModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableModel
Constructor
TableRegionModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a region of a table and its current location on the storage cluster.
TableRegionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableRegionModel(String, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableRegionModel(String, long, byte[], byte[], String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableResource - Class in org.apache.hadoop.hbase.rest
 
TableResource(String) - Constructor for class org.apache.hadoop.hbase.rest.TableResource
Constructor
TableScanResource - Class in org.apache.hadoop.hbase.rest
 
TableScanResource(ResultScanner, int) - Constructor for class org.apache.hadoop.hbase.rest.TableScanResource
 
TableScanResource.CellSetModelStream - Class in org.apache.hadoop.hbase.rest
 
TableSchemaModel - Class in org.apache.hadoop.hbase.rest.model
A representation of HBase table descriptors.
TableSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Default constructor.
TableSchemaModel(TableDescriptor) - Constructor for class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Constructor
toString() - Method in class org.apache.hadoop.hbase.rest.client.Cluster
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 

V

VERSION_STRING - Static variable in interface org.apache.hadoop.hbase.rest.Constants
 
VersionModel - Class in org.apache.hadoop.hbase.rest.model
A representation of the collection of versions of the REST gateway software components.
VersionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.VersionModel
Default constructor.
VersionModel(ServletContext) - Constructor for class org.apache.hadoop.hbase.rest.model.VersionModel
Constructor
VersionResource - Class in org.apache.hadoop.hbase.rest
Implements REST software version reporting
VersionResource() - Constructor for class org.apache.hadoop.hbase.rest.VersionResource
Constructor

W

write(int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
write(byte[]) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
write(byte[], int, int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
 
write(OutputStream) - Method in class org.apache.hadoop.hbase.rest.ProtobufStreamingOutput
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.hadoop.hbase.rest.provider.producer.PlainTextMessageBodyProducer
 
writeTo(ProtobufMessageHandler, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.hadoop.hbase.rest.provider.producer.ProtobufMessageBodyProducer
 

_

__getBlockcache() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns true if the BLOCKCACHE attribute is present and true
__getBlocksize() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the value of the BLOCKSIZE attribute or its default if it is unset
__getBloomfilter() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the value of the BLOOMFILTER attribute or its default if unset
__getCompression() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the value of the COMPRESSION attribute or its default if unset
__getInMemory() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns true if the IN_MEMORY attribute is present and true
__getIsMeta() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns true if IS_META attribute exists and is truel
__getIsRoot() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns true if IS_ROOT attribute exists and is truel
__getReadOnly() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Returns true if READONLY attribute exists and is truel
__getTTL() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the value of the TTL attribute or its default if it is unset
__getVersions() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Returns the value of the VERSIONS attribute or its default if it is unset
__setBlockcache(boolean) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setBlocksize(int) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setBloomfilter(String) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setCompression(String) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setInMemory(boolean) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setIsMeta(boolean) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
__setIsRoot(boolean) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
__setReadOnly(boolean) - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
__setTTL(int) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
__setVersions(int) - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.rest.rest_jsp
 
A B C D E F G H I J L M N O P R S T V W _ 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.