Uses of Interface
io.opencensus.proto.trace.v1.SpanOrBuilder
-
Packages that use SpanOrBuilder Package Description io.envoyproxy.envoy.service.trace.v2 io.envoyproxy.envoy.service.trace.v3 io.opencensus.proto.agent.trace.v1 io.opencensus.proto.trace.v1 -
-
Uses of SpanOrBuilder in io.envoyproxy.envoy.service.trace.v2
Methods in io.envoyproxy.envoy.service.trace.v2 that return SpanOrBuilder Modifier and Type Method Description SpanOrBuilderStreamTracesMessage.Builder. getSpansOrBuilder(int index)A list of Span entriesSpanOrBuilderStreamTracesMessage. getSpansOrBuilder(int index)A list of Span entriesSpanOrBuilderStreamTracesMessageOrBuilder. getSpansOrBuilder(int index)A list of Span entriesMethods in io.envoyproxy.envoy.service.trace.v2 that return types with arguments of type SpanOrBuilder Modifier and Type Method Description List<? extends SpanOrBuilder>StreamTracesMessage.Builder. getSpansOrBuilderList()A list of Span entriesList<? extends SpanOrBuilder>StreamTracesMessage. getSpansOrBuilderList()A list of Span entriesList<? extends SpanOrBuilder>StreamTracesMessageOrBuilder. getSpansOrBuilderList()A list of Span entries -
Uses of SpanOrBuilder in io.envoyproxy.envoy.service.trace.v3
Methods in io.envoyproxy.envoy.service.trace.v3 that return SpanOrBuilder Modifier and Type Method Description SpanOrBuilderStreamTracesMessage.Builder. getSpansOrBuilder(int index)A list of Span entriesSpanOrBuilderStreamTracesMessage. getSpansOrBuilder(int index)A list of Span entriesSpanOrBuilderStreamTracesMessageOrBuilder. getSpansOrBuilder(int index)A list of Span entriesMethods in io.envoyproxy.envoy.service.trace.v3 that return types with arguments of type SpanOrBuilder Modifier and Type Method Description List<? extends SpanOrBuilder>StreamTracesMessage.Builder. getSpansOrBuilderList()A list of Span entriesList<? extends SpanOrBuilder>StreamTracesMessage. getSpansOrBuilderList()A list of Span entriesList<? extends SpanOrBuilder>StreamTracesMessageOrBuilder. getSpansOrBuilderList()A list of Span entries -
Uses of SpanOrBuilder in io.opencensus.proto.agent.trace.v1
Methods in io.opencensus.proto.agent.trace.v1 that return SpanOrBuilder Modifier and Type Method Description SpanOrBuilderExportTraceServiceRequest.Builder. getSpansOrBuilder(int index)A list of Spans that belong to the last received Node.SpanOrBuilderExportTraceServiceRequest. getSpansOrBuilder(int index)A list of Spans that belong to the last received Node.SpanOrBuilderExportTraceServiceRequestOrBuilder. getSpansOrBuilder(int index)A list of Spans that belong to the last received Node.Methods in io.opencensus.proto.agent.trace.v1 that return types with arguments of type SpanOrBuilder Modifier and Type Method Description List<? extends SpanOrBuilder>ExportTraceServiceRequest.Builder. getSpansOrBuilderList()A list of Spans that belong to the last received Node.List<? extends SpanOrBuilder>ExportTraceServiceRequest. getSpansOrBuilderList()A list of Spans that belong to the last received Node.List<? extends SpanOrBuilder>ExportTraceServiceRequestOrBuilder. getSpansOrBuilderList()A list of Spans that belong to the last received Node. -
Uses of SpanOrBuilder in io.opencensus.proto.trace.v1
Classes in io.opencensus.proto.trace.v1 that implement SpanOrBuilder Modifier and Type Class Description classSpanA span represents a single operation within a trace.static classSpan.BuilderA span represents a single operation within a trace.
-