Uses of Interface
com.oracle.coherence.grpc.GrpcService
Packages that use GrpcService
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Netty based Coherence gRPC server implementation.
The Helidon based Coherence gRPC server implementation.
-
Uses of GrpcService in com.oracle.coherence.grpc
Methods in com.oracle.coherence.grpc with parameters of type GrpcServiceModifier 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 GrpcService in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement GrpcService -
Uses of GrpcService in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceModifier and TypeClassDescriptionclass
A base class for gRPC services.class
The implementation of the generatedProxyServiceGrpc.AsyncService
.Fields in com.oracle.coherence.grpc.proxy.common declared as GrpcServiceModifier and TypeFieldDescriptionprotected GrpcService
BaseProxyProtocol.m_service
The parentGrpcService
.Methods in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceModifier 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) Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceModifierConstructorDescriptionProxyServiceChannel
(GrpcService service, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.messages.proxy.v1.ProxyResponse> observer) Create aProxyServiceChannel
.protected
ProxyServiceChannel
(GrpcService service, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.messages.proxy.v1.ProxyResponse> observer, Supplier<Member> memberSupplier) Create aProxyServiceChannel
. -
Uses of GrpcService in com.oracle.coherence.grpc.proxy.common.cache
Methods in com.oracle.coherence.grpc.proxy.common.cache with parameters of type GrpcServiceModifier and TypeMethodDescriptionprotected void
NamedCacheProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) -
Uses of GrpcService in com.oracle.coherence.grpc.proxy.common.concurrent.queue
Methods in com.oracle.coherence.grpc.proxy.common.concurrent.queue with parameters of type GrpcServiceModifier and TypeMethodDescriptionprotected void
NamedQueueProxyProtocol.initInternal
(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID) -
Uses of GrpcService in com.oracle.coherence.grpc.proxy.common.v0
Classes in com.oracle.coherence.grpc.proxy.common.v0 that implement GrpcService -
Uses of GrpcService in com.oracle.coherence.grpc.proxy.helidon
Classes in com.oracle.coherence.grpc.proxy.helidon that implement GrpcService