()
| 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 | } |