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

Method checkQualifier

src/KeyValue.java:377–379  ·  view source on GitHub ↗

Validates a column qualifier. @throws IllegalArgumentException if the qualifier name is too big. @throws NullPointerException if the qualifier is null.

(final byte[] qualifier)

Source from the content-addressed store, hash-verified

375 * @throws NullPointerException if the qualifier is {@code null}.
376 */
377 static void checkQualifier(final byte[] qualifier) {
378 HBaseRpc.checkArrayLength(qualifier);
379 }
380
381 /**
382 * Validates a timestamp.

Callers 11

PutRequestMethod · 0.95
qualifierMethod · 0.95
qualifiersMethod · 0.95
KeyValueMethod · 0.95
setFamiliesMethod · 0.95
setQualifierMethod · 0.95
setQualifiersMethod · 0.95
DeleteRequestMethod · 0.95
AppendRequestMethod · 0.95

Calls 1

checkArrayLengthMethod · 0.95

Tested by

no test coverage detected