Package com.google.cloud.hadoop.gcsio
Class GoogleCloudStorageClientGrpcTracingInterceptor
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.GoogleCloudStorageClientGrpcTracingInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
public class GoogleCloudStorageClientGrpcTracingInterceptor extends Object implements io.grpc.ClientInterceptor
Interceptor to create a trace of the lifecycle of GRPC api calls.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDEMPOTENCY_TOKEN_HEADER
-
Constructor Summary
Constructors Constructor Description GoogleCloudStorageClientGrpcTracingInterceptor()
-
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)
-
-
-
Field Detail
-
IDEMPOTENCY_TOKEN_HEADER
public static final String IDEMPOTENCY_TOKEN_HEADER
- See Also:
- Constant Field Values
-
-