Uses of Interface
com.oracle.coherence.grpc.proxy.common.NamedCacheService
Packages that use NamedCacheService
Package
Description
The Netty based Coherence gRPC server implementation.
The Helidon based Coherence gRPC server implementation.
-
Uses of NamedCacheService in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement NamedCacheService -
Uses of NamedCacheService in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement NamedCacheServiceFields in com.oracle.coherence.grpc.proxy.common declared as NamedCacheServiceModifier and TypeFieldDescriptionprotected final NamedCacheService
MapListenerProxy.f_service
The owningNamedCacheService
.Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type NamedCacheServiceModifierConstructorDescriptionMapListenerProxy
(NamedCacheService service, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.MapListenerResponse> observer) Create aMapListenerProxy
to handle aMapListener
subscription to a cache.Create aNamedCacheServiceGrpcImpl
with default configuration. -
Uses of NamedCacheService in com.oracle.coherence.grpc.proxy.helidon
Classes in com.oracle.coherence.grpc.proxy.helidon that implement NamedCacheService