Package com.oracle.coherence.grpc.proxy.common
package com.oracle.coherence.grpc.proxy.common
-
ClassDescriptionA base implementation of a
GrpcAcceptorController
.A base class for gRPC services.The defaultBaseGrpcServiceImpl.Dependencies
implementation.The dependencies to configure aBaseGrpcServiceImpl
.BaseProxyProtocol<Req extends com.google.protobuf.Message,Resp extends com.google.protobuf.Message> A base class for server side gRPC protocol implementations.An interface implemented by bindable gRPC proxy services.A factory that can produceBindableGrpcProxyService
instances.A factory ofConfigurableCacheFactory
supplier functions that can return aConfigurableCacheFactory
for a given scope name.The defaultConfigurableCacheFactory
supplier.A fixedConfigurableCacheFactory
supplier that only supplies theConfigurableCacheFactory
instances provided when it was constructed.AnExecutor
that uses aDaemonPool
to execute tasks.Daemon pool metrics and management.A holder for gRPC connection metrics.A MBean to track gRPC connections.AServerInterceptor
that enables capturing of gRPC metrics.The gRPC Proxy metrics MBean implementation.The gRPC Proxy metrics MBean.An interface implemented by gRPC proxy services.A provider of metrics for a gRPC proxy service.A controller class that starts and stops the default gRPC server by responding toDefaultCacheServer
lifecycle events.A listener that will start the gRPC server base onCoherence
orDefaultCacheServer
lifecycle events.The dependencies for a gRPC bindable service.The defaultGrpcServiceDependencies
implementation.A bidirectional gRPC channel that handles requests for a gRPC proxy and sends responses back down the channel.An async wrapper around aStreamObserver
.The implementation of the generatedProxyServiceGrpc.AsyncService
.The defaultProxyServiceGrpcImpl.Dependencies
implementation.The dependencies to configure aProxyServiceGrpcImpl
.An interceptor for the proxy service.A gRPC server interceptor that will log messages on the server.ADaemonPool
implementation that wraps anotherDaemonPool
and adds activation of tracing spans for theRunnable
s executed by this pool.ARunnable
that executes another runnable after activating a tracing span.