Uses of Class
org.apache.hadoop.hbase.rest.model.CellSetModel
Packages that use CellSetModel
-
Uses of CellSetModel in org.apache.hadoop.hbase.rest
Methods in org.apache.hadoop.hbase.rest that return CellSetModelModifier and TypeMethodDescriptionprivate CellSetModelProtobufStreamingOutput.createModelFromResults(Result[] results) Methods in org.apache.hadoop.hbase.rest with parameters of type CellSetModelModifier and TypeMethodDescription(package private) org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseRowResource.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.ResponseRowResource.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.ResponseRowResource.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.ResponseRowResource.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.ResponseRowResource.post(CellSetModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo) org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseRowResource.put(CellSetModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo) (package private) org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseRowResource.update(CellSetModel model, boolean replace) private voidProtobufStreamingOutput.writeToStream(CellSetModel model, String contentType, OutputStream outStream)