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

Method toString

src/FuzzyRowFilter.java:109–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 @Override
110 public String toString() {
111 final StringBuilder buf = new StringBuilder();
112 buf.append("FuzzyFilterPair{row_key=")
113 .append(Bytes.pretty(row_key))
114 .append(", mask=")
115 .append(Bytes.pretty(fuzzy_mask))
116 .append("}");
117 return buf.toString();
118 }
119 }
120
121 /**

Callers

nothing calls this directly

Calls 3

prettyMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected