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

Method deserialize

src/DeleteRequest.java:644–649  ·  view source on GitHub ↗
(final ChannelBuffer buf, int cell_size)

Source from the content-addressed store, hash-verified

642 }
643
644 @Override
645 Object deserialize(final ChannelBuffer buf, int cell_size) {
646 HBaseRpc.ensureNoCell(cell_size);
647 final MutateResponse resp = readProtobuf(buf, MutateResponse.PARSER);
648 return null;
649 }
650
651}

Callers

nothing calls this directly

Calls 2

ensureNoCellMethod · 0.95
readProtobufMethod · 0.80

Tested by

no test coverage detected