Uses of Class
com.tangosol.util.UUID
-
Packages that use UUID Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent.com.oracle.coherence.concurrent.locks Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of UUID in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return UUID Modifier and Type Method Description UUID
PermitAcquirer. getMemberId()
Return the member UUID. -
Uses of UUID in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return UUID Modifier and Type Method Description UUID
LockOwner. getMemberId()
Return the member UID. -
Uses of UUID in com.tangosol.net
Methods in com.tangosol.net that return UUID Modifier and Type Method Description default UUID
Member. getUuid()
Return the universal unique id of the Member.
-