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

Method invalid

src/KeyValue.java:293–295  ·  view source on GitHub ↗
(final String errmsg)

Source from the content-addressed store, hash-verified

291 }
292
293 private static void invalid(final String errmsg) {
294 throw new IllegalArgumentException(errmsg);
295 }
296
297 /**
298 * Transforms a protobuf Cell message into a KeyValue (HBase 0.95+).

Callers 1

fromBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected