Package | Description |
---|---|
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.rest.model | |
org.apache.hadoop.hbase.rest.provider.consumer | |
org.apache.hadoop.hbase.rest.provider.producer |
Modifier and Type | Method and Description |
---|---|
ProtobufMessageHandler |
ProtobufMessageHandler.getObjectFromMessage(byte[] message)
Initialize the model from a protobuf representation.
|
Modifier and Type | Class and Description |
---|---|
class |
CellModel
Representation of a cell.
|
class |
CellSetModel
Representation of a grouping of cells.
|
class |
NamespacesInstanceModel
List a HBase namespace's key/value properties.
|
class |
NamespacesModel
A list of HBase namespaces.
|
class |
RowModel
Representation of a row.
|
class |
ScannerModel
A representation of Scanner parameters.
|
class |
StorageClusterStatusModel
Representation of the status of a storage cluster:
|
class |
TableInfoModel
Representation of a list of table regions.
|
class |
TableListModel
Simple representation of a list of table names.
|
class |
TableSchemaModel
A representation of HBase table descriptors.
|
class |
VersionModel
A representation of the collection of versions of the REST gateway software components.
|
Modifier and Type | Method and Description |
---|---|
ProtobufMessageHandler |
VersionModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
RowModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
CellSetModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
TableInfoModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
TableListModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
StorageClusterStatusModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
CellModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
NamespacesModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
TableSchemaModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
ScannerModel.getObjectFromMessage(byte[] message) |
ProtobufMessageHandler |
NamespacesInstanceModel.getObjectFromMessage(byte[] message) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessageHandler |
ProtobufMessageBodyConsumer.readFrom(Class<ProtobufMessageHandler> type,
Type genericType,
Annotation[] annotations,
org.apache.hbase.thirdparty.javax.ws.rs.core.MediaType mediaType,
org.apache.hbase.thirdparty.javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessageHandler |
ProtobufMessageBodyConsumer.readFrom(Class<ProtobufMessageHandler> type,
Type genericType,
Annotation[] annotations,
org.apache.hbase.thirdparty.javax.ws.rs.core.MediaType mediaType,
org.apache.hbase.thirdparty.javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
long |
ProtobufMessageBodyProducer.getSize(ProtobufMessageHandler m,
Class<?> type,
Type genericType,
Annotation[] annotations,
org.apache.hbase.thirdparty.javax.ws.rs.core.MediaType mediaType) |
void |
ProtobufMessageBodyProducer.writeTo(ProtobufMessageHandler m,
Class<?> type,
Type genericType,
Annotation[] annotations,
org.apache.hbase.thirdparty.javax.ws.rs.core.MediaType mediaType,
org.apache.hbase.thirdparty.javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.