MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / toStringWithQualifiers

Method toStringWithQualifiers

src/HBaseRpc.java:764–768  ·  view source on GitHub ↗

Helper for subclass's #toString implementations. This is used by subclasses such as DeleteRequest or GetRequest, to avoid code duplication. @param classname The name of the class of the caller. @param family A possibly null family name. @param qualifiers A non-empty list

(final String classname,
                                      final byte[] family,
                                      final byte[][] qualifiers)

Source from the content-addressed store, hash-verified

762 * @param qualifiers A non-empty list of qualifiers or null.
763 */
764 final String toStringWithQualifiers(final String classname,
765 final byte[] family,
766 final byte[][] qualifiers) {
767 return toStringWithQualifiers(classname, family, qualifiers, null, "");
768 }
769
770 /**
771 * Helper for subclass's {@link #toString} implementations.

Callers 5

toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80

Calls 4

prettyMethod · 0.95
appendMethod · 0.80
toStringbufMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected