Package com.google.cloud.hadoop.gcsio
Class GoogleCloudStorageClientGrpcStatisticsInterceptor
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.GoogleCloudStorageClientGrpcStatisticsInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
public class GoogleCloudStorageClientGrpcStatisticsInterceptor extends Object implements io.grpc.ClientInterceptor
This is a gRPC interceptor to capture the statistics related to calls made to gcs backend.
-
-
Constructor Summary
Constructors Constructor Description GoogleCloudStorageClientGrpcStatisticsInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-