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

Method toString

src/RegionLocation.java:126–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 @Override
127 public String toString() {
128 return this.getClass().getCanonicalName() +
129 "{hostport: " + host +
130 ":" + port +
131 ", startKey: " + Bytes.pretty(start_key) +
132 ", stopKey:" + Bytes.pretty(stop_key) +
133 ", table:" + Bytes.pretty(table) +
134 ", name: " + Bytes.pretty(region_name) +
135 "}";
136 }
137}

Callers

nothing calls this directly

Calls 1

prettyMethod · 0.95

Tested by

no test coverage detected