@Generated(value="by gRPC proto compiler (version 1.42.1)", comments="Source: language-agent/Tracing.proto") public final class TraceSegmentReportServiceGrpc extends Object
Define a trace segment report service. All language agents or any trace collecting component, could use this service to send span collection to the SkyWalking OAP backend.
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub
Define a trace segment report service.
|
static class |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceFutureStub
Define a trace segment report service.
|
static class |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceImplBase
Define a trace segment report service.
|
static class |
TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub
Define a trace segment report service.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SegmentCollection,Commands> |
getCollectInSyncMethod() |
static io.grpc.MethodDescriptor<SegmentObject,Commands> |
getCollectMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<SegmentObject,Commands> getCollectMethod()
public static io.grpc.MethodDescriptor<SegmentCollection,Commands> getCollectInSyncMethod()
public static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceStub newStub(io.grpc.Channel channel)
public static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TraceSegmentReportServiceGrpc.TraceSegmentReportServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 The Apache Software Foundation. All rights reserved.