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

Method predictSerializedSize

src/SubstringComparator.java:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 int predictSerializedSize() {
88 return super.predictSerializedSize()
89 + 1 + 1 + NAME.length
90 + 2 + Bytes.UTF8(substr).length;
91 }
92
93 @Override
94 public String toString() {

Callers

nothing calls this directly

Calls 1

UTF8Method · 0.95

Tested by

no test coverage detected