MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / deserialize

Method deserialize

src/PutRequest.java:583–588  ·  view source on GitHub ↗
(final ChannelBuffer buf, int cell_size)

Source from the content-addressed store, hash-verified

581 }
582
583 @Override
584 Object deserialize(final ChannelBuffer buf, int cell_size) {
585 HBaseRpc.ensureNoCell(cell_size);
586 final MutateResponse resp = readProtobuf(buf, MutateResponse.PARSER);
587 return null;
588 }
589
590 /** Serialize the raw underlying `Put' into the given buffer. */
591 void serializeInto(final ChannelBuffer buf) {

Callers

nothing calls this directly

Calls 2

ensureNoCellMethod · 0.95
readProtobufMethod · 0.80

Tested by

no test coverage detected