Uses of Class
org.apache.hadoop.hbase.rest.model.CellSetModel

Packages that use CellSetModel
Package
Description
HBase REST
  • Uses of CellSetModel in org.apache.hadoop.hbase.rest

    Modifier and Type
    Method
    Description
    private CellSetModel
    ProtobufStreamingOutput.createModelFromResults(Result[] results)
     
    Methods in org.apache.hadoop.hbase.rest with parameters of type CellSetModel
    Modifier and Type
    Method
    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)