Class MarshalerMetricsServiceGrpc
- java.lang.Object
-
- io.opentelemetry.exporter.otlp.metrics.MarshalerMetricsServiceGrpc
-
final class MarshalerMetricsServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
MarshalerMetricsServiceGrpc.MetricsServiceFutureStub
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<Marshaler,ExportMetricsServiceResponse>
getExportMethod
private static io.grpc.MethodDescriptor.Marshaller<Marshaler>
REQUEST_MARSHALLER
private static io.grpc.MethodDescriptor.Marshaller<ExportMetricsServiceResponse>
RESPONSE_MARSHALER
private static java.lang.String
SERVICE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description private
MarshalerMetricsServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static MarshalerMetricsServiceGrpc.MetricsServiceFutureStub
newFutureStub(io.grpc.Channel channel, java.lang.String authorityOverride)
-
-
-
Field Detail
-
SERVICE_NAME
private static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
REQUEST_MARSHALLER
private static final io.grpc.MethodDescriptor.Marshaller<Marshaler> REQUEST_MARSHALLER
-
RESPONSE_MARSHALER
private static final io.grpc.MethodDescriptor.Marshaller<ExportMetricsServiceResponse> RESPONSE_MARSHALER
-
getExportMethod
private static final io.grpc.MethodDescriptor<Marshaler,ExportMetricsServiceResponse> getExportMethod
-
-
Method Detail
-
newFutureStub
static MarshalerMetricsServiceGrpc.MetricsServiceFutureStub newFutureStub(io.grpc.Channel channel, @Nullable java.lang.String authorityOverride)
-
-