| 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) 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) 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) 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) javax.ws.rs.core.Response | RowResource. increment(CellSetModel model)Validates the input request parameters, parses columns from CellSetModel,
 and invokes Increment on HTable. | 
| javax.ws.rs.core.Response | RowResource. post(CellSetModel model,
    javax.ws.rs.core.UriInfo uriInfo) | 
| javax.ws.rs.core.Response | RowResource. put(CellSetModel model,
   javax.ws.rs.core.UriInfo uriInfo) | 
| (package private) javax.ws.rs.core.Response | RowResource. update(CellSetModel model,
      boolean replace) | 
| private void | ProtobufStreamingOutput. writeToStream(CellSetModel model,
             String contentType,
             OutputStream outStream) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.