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

Method getRemoteAddress

src/RegionClient.java:306–308  ·  view source on GitHub ↗

@return The remote address this client is connected to @since 1.7

()

Source from the content-addressed store, hash-verified

304 * @since 1.7
305 */
306 public String getRemoteAddress() {
307 return chan != null ? chan.getRemoteAddress().toString() : null;
308 }
309
310 /**
311 * Return statistics about this particular region client

Calls 1

toStringMethod · 0.45

Tested by 15

answerMethod · 0.76
answerMethod · 0.76
answerMethod · 0.76
handleRootZnode90Method · 0.76