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

Method payloadSize

src/AppendRequest.java:479–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

477 }
478
479 @Override
480 int payloadSize() {
481 int size = 0;
482 for (int i = 0; i < qualifiers.length; i++) {
483 size += KeyValue.predictSerializedSize(key, family, qualifiers[i], values[i]);
484 }
485 return size;
486 }
487
488 @Override
489 void serializePayload(final ChannelBuffer buf) {

Callers 2

predictAppendSizeMethod · 0.95
serializeIntoMethod · 0.95

Calls 1

predictSerializedSizeMethod · 0.95

Tested by

no test coverage detected