(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.
|
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 |
ProtobufStreamingUtil.writeToStream(CellSetModel model,
String contentType,
OutputStream outStream) |