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

Method predictSerializedSize

src/KeyValue.java:416–418  ·  view source on GitHub ↗

Returns the serialized length of a KeyValue.

()

Source from the content-addressed store, hash-verified

414 * Returns the serialized length of a KeyValue.
415 */
416 int predictSerializedSize() {
417 return predictSerializedSize(key, family, qualifier, value);
418 }
419
420 /**
421 * Returns the serialized length of a KeyValue.

Callers 2

payloadSizeMethod · 0.95
payloadSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected