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 TypeMethodDescriptionvoidGrpcServiceProtocol.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 TypeClassDescriptionclassA base class for gRPC services.classThe implementation of the generatedProxyServiceGrpc.AsyncService.Fields in com.oracle.coherence.grpc.proxy.common declared as GrpcServiceModifier and TypeFieldDescriptionprotected GrpcServiceBaseProxyProtocol.m_serviceThe parentGrpcService.Methods in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceModifier and TypeMethodDescriptionvoidBaseProxyProtocol.init(GrpcService service, com.oracle.coherence.grpc.messages.proxy.v1.InitRequest request, int nVersion, UUID clientUUID, io.grpc.stub.StreamObserver<Resp> observer) protected abstract voidBaseProxyProtocol.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.protectedProxyServiceChannel(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 voidNamedCacheProxyProtocol.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 voidNamedQueueProxyProtocol.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