MCPcopy Create free account
hub / github.com/apache/tomcat / toString

Method toString

java/org/apache/catalina/tribes/io/ChannelData.java:369–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 }
368
369 @Override
370 public String toString() {
371 return "ClusterData[src=" + getAddress() + "; id=" + bToS(getUniqueId()) + "; sent=" +
372 new Timestamp(this.getTimestamp()).toString() + ']';
373 }
374
375 /**
376 * Converts a byte array to a string representation.

Callers

nothing calls this directly

Calls 5

getAddressMethod · 0.95
bToSMethod · 0.95
getUniqueIdMethod · 0.95
getTimestampMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected