Uses of Interface
com.oracle.coherence.grpc.proxy.NamedCacheService
-
Packages that use NamedCacheService Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation. -
-
Uses of NamedCacheService in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement NamedCacheService Modifier and Type Class Description class
NamedCacheServiceImpl
A gRPC NamedCache service.Fields in com.oracle.coherence.grpc.proxy declared as NamedCacheService Modifier and Type Field Description protected NamedCacheService
MapListenerProxy. f_service
The owningNamedCacheService
.Constructors in com.oracle.coherence.grpc.proxy with parameters of type NamedCacheService Constructor Description MapListenerProxy(NamedCacheService service, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.MapListenerResponse> observer)
Create aMapListenerProxy
to handle aMapListener
subscription to a cache.NamedCacheServiceGrpcImpl(NamedCacheService service)
Create aNamedCacheServiceGrpcImpl
with default configuration.
-