Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encrypt
Method · 0.95
getDataFromPackage
Method · 0.95
send
Method · 0.95
sendPingMessage
Method · 0.95
sendMemberMessage
Method · 0.95
memberAlive
Method · 0.95
createData
Method · 0.95
Calls
no outgoing calls
Tested by
1
encrypt
Method · 0.76