Package | Description |
---|---|
org.apache.hadoop.hbase.rest |
HBase REST
|
Modifier and Type | Method and Description |
---|---|
private CellSetModel |
ProtobufStreamingOutput.createModelFromResults(Result[] results) |
Modifier and Type | Method and Description |
---|---|
(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.append(CellSetModel model)
Validates the input request parameters, parses columns from CellSetModel, and invokes Append on
HTable.
|
(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.checkAndDelete(CellSetModel model)
Validates the input request parameters, parses columns from CellSetModel, and invokes
checkAndDelete on HTable.
|
(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.checkAndPut(CellSetModel model)
Validates the input request parameters, parses columns from CellSetModel, and invokes
checkAndPut on HTable.
|
(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.increment(CellSetModel model)
Validates the input request parameters, parses columns from CellSetModel, and invokes Increment
on HTable.
|
org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.post(CellSetModel model,
org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo) |
org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.put(CellSetModel model,
org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo) |
(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
RowResource.update(CellSetModel model,
boolean replace) |
private void |
ProtobufStreamingOutput.writeToStream(CellSetModel model,
String contentType,
OutputStream outStream) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.