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

Method setTimestamp

java/org/apache/catalina/tribes/io/ChannelData.java:118–121  ·  view source on GitHub ↗
(long timestamp)

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public void setTimestamp(long timestamp) {
120 this.timestamp = timestamp;
121 }
122
123 @Override
124 public byte[] getUniqueId() {

Callers 7

encryptMethod · 0.95
getDataFromPackageMethod · 0.95
sendMethod · 0.95
sendPingMessageMethod · 0.95
sendMemberMessageMethod · 0.95
memberAliveMethod · 0.95
createDataMethod · 0.95

Calls

no outgoing calls

Tested by 1

encryptMethod · 0.76