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, com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.grpcAcceptor.GrpcConnection<Resp> connection) 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, com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.grpcAcceptor.GrpcConnection<Resp> connection) protected com.tangosol.coherence.component.net.extend.proxy.GrpcExtendProxy
<Resp> BaseCacheServiceProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) protected abstract com.tangosol.coherence.component.net.extend.proxy.GrpcExtendProxy
<Resp> 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 com.tangosol.coherence.component.net.extend.proxy.GrpcExtendProxy
<com.oracle.coherence.grpc.messages.cache.v1.NamedCacheResponse> 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 com.tangosol.coherence.component.net.extend.proxy.GrpcExtendProxy
<com.oracle.coherence.grpc.messages.concurrent.queue.v1.NamedQueueResponse> NamedQueueProxyProtocol.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.topic
Methods in com.oracle.coherence.grpc.proxy.common.topic with parameters of type UUIDModifier and TypeMethodDescriptionprotected com.tangosol.coherence.component.net.extend.proxy.GrpcExtendProxy
<com.oracle.coherence.grpc.messages.topic.v1.TopicServiceResponse> NamedTopicProxyProtocol.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