Uses of Class
com.tangosol.util.UUID
Packages that use UUID
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Low-level utilities for Coherence gRPC server and client implementation.
Contains basic cluster interfaces and factories.
-
Uses of UUID in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return UUID -
Uses of UUID in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return UUID -
Uses of UUID in com.oracle.coherence.grpc
Methods in com.oracle.coherence.grpc with parameters of type UUIDModifier and TypeMethodDescriptionvoid
GrpcServiceProtocol.init
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID, io.grpc.stub.StreamObserver<Resp> observer) Initialise this protocol. -
Uses of UUID in com.oracle.coherence.grpc.proxy.common
Methods in com.oracle.coherence.grpc.proxy.common with parameters of type UUIDModifier and TypeMethodDescriptionvoid
BaseProxyProtocol.init
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID, io.grpc.stub.StreamObserver<Resp> observer) protected abstract void
BaseProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) -
Uses of UUID in com.oracle.coherence.grpc.proxy.common.cache
Methods in com.oracle.coherence.grpc.proxy.common.cache with parameters of type UUIDModifier and TypeMethodDescriptionprotected void
NamedCacheProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) -
Uses of UUID in com.oracle.coherence.grpc.proxy.common.concurrent.queue
Methods in com.oracle.coherence.grpc.proxy.common.concurrent.queue with parameters of type UUIDModifier and TypeMethodDescriptionprotected void
NamedQueueProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) -
Uses of UUID in com.tangosol.net
Methods in com.tangosol.net that return UUID