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

Method getUniqueId

java/org/apache/catalina/tribes/Member.java:127–127  ·  view source on GitHub ↗

returns a UUID unique for this member over all sessions. If the member crashes and restarts, the uniqueId will be different. @return byte[]

()

Source from the content-addressed store, hash-verified

125 * @return byte[]
126 */
127 byte[] getUniqueId();
128
129 /**
130 * Return the payload associated with this member.

Callers 15

fetchMembersMethod · 0.95
parsePodsMethod · 0.95
compareMembersMethod · 0.65
reportMethod · 0.65
equalsMethod · 0.65
drainChannelMethod · 0.65
doLoopMethod · 0.65
equalsMethod · 0.65
compareIdsMethod · 0.65
sendMessageMethod · 0.65
messageReceivedMethod · 0.65
messageReceivedMethod · 0.65

Implementers 1

MemberImpljava/org/apache/catalina/tribes/member

Calls

no outgoing calls

Tested by 2

compareMembersMethod · 0.52
reportMethod · 0.52