Uses of Class
com.oracle.coherence.grpc.proxy.GrpcProxyMetrics
-
Packages that use GrpcProxyMetrics Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation. -
-
Uses of GrpcProxyMetrics in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as GrpcProxyMetrics Modifier and Type Field Description protected GrpcProxyMetrics
BaseGrpcServiceImpl. f_metrics
The proxy service metrics.Methods in com.oracle.coherence.grpc.proxy that return GrpcProxyMetrics Modifier and Type Method Description GrpcProxyMetrics
BaseGrpcServiceImpl. getMetrics()
Obtain the gRPC metrics instance for this service.GrpcProxyMetrics
GrpcProxyService. getMetrics()
Obtain the gRPC metrics instance for this service.GrpcProxyMetrics
NamedCacheServiceGrpcImpl. getMetrics()
Constructors in com.oracle.coherence.grpc.proxy with parameters of type GrpcProxyMetrics Constructor Description GrpcMetricsInterceptor(GrpcProxyMetrics metrics)
Create aGrpcMetricsInterceptor
.
-