Toggle navigation
Home
java.lang.String to java.util.concurrent.atomic.AtomicReference<java.lang.String>
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'camel', 'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
sessionClient.createSession(ImmutableSession.builder().name(getNamespace()).ttl(configuration.getSessionTtl() + "s").lockDelay(configuration.getSessionLockDelay() + "s").build()).getId()
to
sessionClient.createSession(ImmutableSession.builder().name(getNamespace()).ttl(configuration.getSessionTtl() + "s").lockDelay(configuration.getSessionLockDelay() + "s").build()).getId()
Add or Remove Method invocation
sessionId
to
sessionId.get()
sessionId
to
sessionId.get()