Uses of Class
com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
Packages that use GrpcProxyMetrics
- 
Uses of GrpcProxyMetrics in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as GrpcProxyMetricsModifier and TypeFieldDescriptionprotected final GrpcProxyMetricsBaseGrpcServiceImpl.f_metricsThe proxy service metrics.Methods in com.oracle.coherence.grpc.proxy 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 with parameters of type GrpcProxyMetricsModifierConstructorDescriptionGrpcMetricsInterceptor(GrpcProxyMetrics metrics) Create aGrpcMetricsInterceptor.