Uses of Class
com.oracle.coherence.grpc.proxy.common.GrpcProxyMetrics
Packages that use GrpcProxyMetrics
-
Uses of GrpcProxyMetrics in com.oracle.coherence.grpc.proxy.common
Fields in com.oracle.coherence.grpc.proxy.common declared as GrpcProxyMetricsModifier and TypeFieldDescriptionprotected final GrpcProxyMetrics
BaseGrpcServiceImpl.f_metrics
The proxy service metrics.Methods in com.oracle.coherence.grpc.proxy.common that return GrpcProxyMetricsModifier and TypeMethodDescriptionBaseGrpcServiceImpl.getMetrics()
Obtain the gRPC metrics instance for this service.GrpcProxyService.getMetrics()
Obtain the gRPC metrics instance for this service.NamedCacheServiceGrpcImpl.getMetrics()
Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcProxyMetricsModifierConstructorDescriptionGrpcMetricsInterceptor
(GrpcProxyMetrics metrics) Create aGrpcMetricsInterceptor
.