Uses of Interface
com.oracle.coherence.grpc.GrpcServiceProtocol
Packages that use GrpcServiceProtocol
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
-
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc
Subinterfaces of GrpcServiceProtocol in com.oracle.coherence.grpcModifier and TypeInterfaceDescriptioninterface
NamedCacheProtocol<Req extends com.google.protobuf.Message,
Resp extends com.google.protobuf.Message> AGrpcServiceProtocol
to support theNamedCache
API.interface
NamedQueueProtocol<Req extends com.google.protobuf.Message,
Resp extends com.google.protobuf.Message> AGrpcServiceProtocol
to support theNamedQueue
API. -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceProtocolModifier and TypeClassDescriptionclass
BaseProxyProtocol<Req extends com.google.protobuf.Message,
Resp extends com.google.protobuf.Message> A base class for server side gRPC protocol implementations.Methods in com.oracle.coherence.grpc.proxy.common that return types with arguments of type GrpcServiceProtocolModifier and TypeMethodDescriptionprotected static Optional
<GrpcServiceProtocol> ProxyServiceChannel.loadProtocol
(String sProtocol) Load the requestedGrpcServiceProtocol
. -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common.cache
Classes in com.oracle.coherence.grpc.proxy.common.cache that implement GrpcServiceProtocol -
Uses of GrpcServiceProtocol in com.oracle.coherence.grpc.proxy.common.concurrent.queue
Classes in com.oracle.coherence.grpc.proxy.common.concurrent.queue that implement GrpcServiceProtocol