A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractTracer - Class in com.lightstep.tracer.shared
 
AbstractTracer(Options) - Constructor for class com.lightstep.tracer.shared.AbstractTracer
 
AbstractTracer.InternalLogLevel - Enum in com.lightstep.tracer.shared
For mapping internal logs to Android log levels without importing Android packages.
ACCESS_TOKEN_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Auth
 
activeSpan() - Method in class com.lightstep.tracer.shared.AbstractTracer
 
addAllCommands(Iterable<? extends Command>) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addAllCounts(Iterable<? extends MetricsSample>) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addAllErrors(Iterable<String>) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
addAllFields(Iterable<? extends KeyValue>) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addAllGauges(Iterable<? extends MetricsSample>) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addAllInfos(Iterable<String>) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
addAllLogs(Iterable<? extends Log>) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addAllLogs(Iterable<? extends Log>) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addAllReferences(Iterable<? extends Reference>) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addAllSpans(Iterable<? extends Span>) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addAllTags(Iterable<? extends KeyValue>) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addAllTags(Iterable<? extends KeyValue>) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addAllWarnings(Iterable<String>) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
addCommands(int, Command) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCommands(int, Command.Builder) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCommands(Command) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCommands(Command.Builder) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCommandsBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCommandsBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
addCounts(int, MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addCounts(int, MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addCounts(MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addCounts(MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addCountsBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addCountsBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
addErrors(String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
addErrorsBytes(ByteString) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
addFields(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addFields(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addFields(KeyValue) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addFields(KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addFieldsBuilder() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addFieldsBuilder(int) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
addGauges(int, MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addGauges(int, MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addGauges(MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addGauges(MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addGaugesBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addGaugesBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
addInfos(String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
addInfosBytes(ByteString) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
addLogs(int, Log) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogs(int, Log) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addLogs(int, Log.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogs(int, Log.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addLogs(Log) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogs(Log) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addLogs(Log.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogs(Log.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addLogsBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogsBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addLogsBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
addLogsBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
addReference(String, SpanContext) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
addReferences(int, Reference) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addReferences(int, Reference.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addReferences(Reference) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addReferences(Reference.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addReferencesBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addReferencesBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
addSpans(int, Span) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addSpans(int, Span.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addSpans(Span) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addSpans(Span.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addSpansBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addSpansBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
addTags(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTags(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTags(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTags(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTags(KeyValue) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTags(KeyValue) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTags(KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTags(KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTagsBuilder() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTagsBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTagsBuilder(int) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
addTagsBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
addTracerTag(String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
 
addWarnings(String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
addWarningsBytes(ByteString) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
asChildOf(Span) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
asChildOf(SpanContext) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
Auth - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Auth
AUTH_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportRequest
 
Auth.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Auth
AuthOrBuilder - Interface in com.lightstep.tracer.grpc
 

B

BAGGAGE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.SpanContext
 
baggageItems() - Method in class com.lightstep.tracer.shared.SpanBuilder
 
baggageItems() - Method in class com.lightstep.tracer.shared.SpanContext
 
BOOL_VALUE - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 
build() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
build() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
build() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
build() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
build() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
build() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
build() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
build() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
build() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
build() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
build() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
build() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
build() - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the defaults for values not provided and constructs a new Options object.
buildPartial() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
buildPartial() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
buildSpan(String) - Method in class com.lightstep.tracer.shared.AbstractTracer
 

C

CHILD_OF - com.lightstep.tracer.grpc.Reference.Relationship
CHILD_OF = 0;
CHILD_OF_VALUE - Static variable in enum com.lightstep.tracer.grpc.Reference.Relationship
CHILD_OF = 0;
clear() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
clear() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
clearAccessToken() - Method in class com.lightstep.tracer.grpc.Auth.Builder
string access_token = 1;
clearAuth() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
clearBaggage() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
clearBoolValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
bool bool_value = 5;
clearCommands() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
clearCounts() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
clearDisable() - Method in class com.lightstep.tracer.grpc.Command.Builder
bool disable = 1;
clearDoubleValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
double double_value = 4;
clearDoubleValue() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
double double_value = 3;
clearDurationMicros() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
uint64 duration_micros = 2;
clearDurationMicros() - Method in class com.lightstep.tracer.grpc.Span.Builder
uint64 duration_micros = 5;
clearErrors() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
clearFields() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
clearGauges() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
clearInfos() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
clearInternalMetrics() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
clearIntValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
int64 int_value = 3;
clearIntValue() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
int64 int_value = 2;
clearJsonValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Must be a well-formed JSON value.
clearKey() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
string key = 1;
clearLogs() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
clearLogs() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
clearName() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
string name = 1;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
clearOperationName() - Method in class com.lightstep.tracer.grpc.Span.Builder
string operation_name = 2;
clearReceiveTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
clearReferences() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
clearRelationship() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.Reference.Relationship relationship = 1;
clearReporter() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
clearReporterId() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
uint64 reporter_id = 1;
clearSpanContext() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
clearSpanContext() - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
clearSpanId() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 span_id = 2;
clearSpans() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
clearStartTimestamp() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
clearStartTimestamp() - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
clearStringValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
clearTags() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
clearTags() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
clearTimestamp() - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
clearTimestampOffsetMicros() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
int64 timestamp_offset_micros = 5;
clearTraceId() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 trace_id = 1;
clearTransmitTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
clearValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
clearValue() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
clearWarnings() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
clone() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
clone() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
close() - Method in class com.lightstep.tracer.shared.Span
 
Collector - Class in com.lightstep.tracer.grpc
 
CollectorClientProvider - Class in com.lightstep.tracer.shared
N.B.
CollectorClientProvider() - Constructor for class com.lightstep.tracer.shared.CollectorClientProvider
 
CollectorClientProvider.ProviderNotFoundException - Exception in com.lightstep.tracer.shared
 
com.lightstep.tracer.grpc - package com.lightstep.tracer.grpc
 
com.lightstep.tracer.shared - package com.lightstep.tracer.shared
 
Command - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Command
Command.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Command
CommandOrBuilder - Interface in com.lightstep.tracer.grpc
 
COMMANDS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 
containsBaggage(String) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
containsBaggage(String) - Method in class com.lightstep.tracer.grpc.SpanContext
map<string, string> baggage = 3;
containsBaggage(String) - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
map<string, string> baggage = 3;
context() - Method in class com.lightstep.tracer.shared.Span
 
COUNTS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.InternalMetrics
 

D

debug(String) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
debug(String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
DEBUG - com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
 
DEFAULT_MAX_BUFFERED_SPANS - Static variable in class com.lightstep.tracer.shared.Options
Default maximum number of Spans buffered locally (a protective mechanism)
DISABLE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Command
 
disableResetClient() - Method in class com.lightstep.tracer.shared.Options
Provided so implementations of AbstractTracer can turn off resetClient by default.
DOUBLE_VALUE - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
DOUBLE_VALUE - com.lightstep.tracer.grpc.MetricsSample.ValueCase
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.MetricsSample
 
DURATION_MICROS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.InternalMetrics
 
DURATION_MICROS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 

E

equals(Object) - Method in class com.lightstep.tracer.grpc.Auth
 
equals(Object) - Method in class com.lightstep.tracer.grpc.Command
 
equals(Object) - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
equals(Object) - Method in class com.lightstep.tracer.grpc.KeyValue
 
equals(Object) - Method in class com.lightstep.tracer.grpc.Log
 
equals(Object) - Method in class com.lightstep.tracer.grpc.MetricsSample
 
equals(Object) - Method in class com.lightstep.tracer.grpc.Reference
 
equals(Object) - Method in class com.lightstep.tracer.grpc.Reporter
 
equals(Object) - Method in class com.lightstep.tracer.grpc.ReportRequest
 
equals(Object) - Method in class com.lightstep.tracer.grpc.ReportResponse
 
equals(Object) - Method in class com.lightstep.tracer.grpc.Span
 
equals(Object) - Method in class com.lightstep.tracer.grpc.SpanContext
 
error(String) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
error(String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal error.
ERROR - com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
 
ERRORS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 
extract(Format<C>, C) - Method in class com.lightstep.tracer.shared.AbstractTracer
 

F

FIELDS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Log
 
finish() - Method in class com.lightstep.tracer.shared.Span
 
finish(long) - Method in class com.lightstep.tracer.shared.Span
 
flush(long) - Method in class com.lightstep.tracer.shared.AbstractTracer
Initiates a flush of data to the collectors.
flushInternal(boolean) - Method in class com.lightstep.tracer.shared.AbstractTracer
 
FOLLOWS_FROM - com.lightstep.tracer.grpc.Reference.Relationship
FOLLOWS_FROM = 1;
FOLLOWS_FROM_VALUE - Static variable in enum com.lightstep.tracer.grpc.Reference.Relationship
FOLLOWS_FROM = 1;
forNumber(int) - Static method in enum com.lightstep.tracer.grpc.KeyValue.ValueCase
 
forNumber(int) - Static method in enum com.lightstep.tracer.grpc.MetricsSample.ValueCase
 
forNumber(int) - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
 

G

GAUGES_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.InternalMetrics
 
generateTraceURL() - Method in class com.lightstep.tracer.shared.Span
 
get() - Method in class com.lightstep.tracer.shared.SimpleFuture
 
getAccessToken() - Method in class com.lightstep.tracer.grpc.Auth.Builder
string access_token = 1;
getAccessToken() - Method in class com.lightstep.tracer.grpc.Auth
string access_token = 1;
getAccessToken() - Method in interface com.lightstep.tracer.grpc.AuthOrBuilder
string access_token = 1;
getAccessTokenBytes() - Method in class com.lightstep.tracer.grpc.Auth.Builder
string access_token = 1;
getAccessTokenBytes() - Method in class com.lightstep.tracer.grpc.Auth
string access_token = 1;
getAccessTokenBytes() - Method in interface com.lightstep.tracer.grpc.AuthOrBuilder
string access_token = 1;
getAuth() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
getAuth() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Auth auth = 2;
getAuth() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Auth auth = 2;
getAuthBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
getAuthOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
getAuthOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Auth auth = 2;
getAuthOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Auth auth = 2;
getBaggage() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
Deprecated.
getBaggage() - Method in class com.lightstep.tracer.grpc.SpanContext
Deprecated.
getBaggage() - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
Deprecated.
getBaggageCount() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
getBaggageCount() - Method in class com.lightstep.tracer.grpc.SpanContext
 
getBaggageCount() - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
map<string, string> baggage = 3;
getBaggageItem(String) - Method in class com.lightstep.tracer.shared.Span
 
getBaggageMap() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
getBaggageMap() - Method in class com.lightstep.tracer.grpc.SpanContext
map<string, string> baggage = 3;
getBaggageMap() - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
map<string, string> baggage = 3;
getBaggageOrDefault(String, String) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
getBaggageOrDefault(String, String) - Method in class com.lightstep.tracer.grpc.SpanContext
map<string, string> baggage = 3;
getBaggageOrDefault(String, String) - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
map<string, string> baggage = 3;
getBaggageOrThrow(String) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
getBaggageOrThrow(String) - Method in class com.lightstep.tracer.grpc.SpanContext
map<string, string> baggage = 3;
getBaggageOrThrow(String) - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
map<string, string> baggage = 3;
getBoolValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
bool bool_value = 5;
getBoolValue() - Method in class com.lightstep.tracer.grpc.KeyValue
bool bool_value = 5;
getBoolValue() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
bool bool_value = 5;
getCommands(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommands(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated .lightstep.collector.Command commands = 1;
getCommands(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated .lightstep.collector.Command commands = 1;
getCommandsBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsBuilderList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated .lightstep.collector.Command commands = 1;
getCommandsCount() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated .lightstep.collector.Command commands = 1;
getCommandsList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsList() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated .lightstep.collector.Command commands = 1;
getCommandsList() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilderList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilderList() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated .lightstep.collector.Command commands = 1;
getCommandsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated .lightstep.collector.Command commands = 1;
getCounts(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCounts(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample counts = 4;
getCounts(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsCount() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample counts = 4;
getCountsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample counts = 4;
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Auth
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Command
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.KeyValue
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Log
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Reference
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Reporter
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.Span
 
getDefaultInstance() - Static method in class com.lightstep.tracer.grpc.SpanContext
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Auth
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Command
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.KeyValue
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Log
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Reference
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Reporter
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.Span
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
getDefaultInstanceForType() - Method in class com.lightstep.tracer.grpc.SpanContext
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Auth.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Auth
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Collector
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Command.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Command
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.KeyValue
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Log.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Log
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Reference.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Reference
 
getDescriptor() - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Reporter.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Reporter
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Span.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.Span
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
getDescriptor() - Static method in class com.lightstep.tracer.grpc.SpanContext
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
getDescriptorForType() - Method in enum com.lightstep.tracer.grpc.Reference.Relationship
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
getDescriptorForType() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
getDisable() - Method in class com.lightstep.tracer.grpc.Command.Builder
bool disable = 1;
getDisable() - Method in class com.lightstep.tracer.grpc.Command
bool disable = 1;
getDisable() - Method in interface com.lightstep.tracer.grpc.CommandOrBuilder
bool disable = 1;
getDoubleValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
double double_value = 4;
getDoubleValue() - Method in class com.lightstep.tracer.grpc.KeyValue
double double_value = 4;
getDoubleValue() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
double double_value = 4;
getDoubleValue() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
double double_value = 3;
getDoubleValue() - Method in class com.lightstep.tracer.grpc.MetricsSample
double double_value = 3;
getDoubleValue() - Method in interface com.lightstep.tracer.grpc.MetricsSampleOrBuilder
double double_value = 3;
getDurationMicros() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
uint64 duration_micros = 2;
getDurationMicros() - Method in class com.lightstep.tracer.grpc.InternalMetrics
uint64 duration_micros = 2;
getDurationMicros() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
uint64 duration_micros = 2;
getDurationMicros() - Method in class com.lightstep.tracer.grpc.Span.Builder
uint64 duration_micros = 5;
getDurationMicros() - Method in class com.lightstep.tracer.grpc.Span
uint64 duration_micros = 5;
getDurationMicros() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
uint64 duration_micros = 5;
getErrors(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
getErrors(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string errors = 4;
getErrors(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string errors = 4;
getErrorsBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
getErrorsBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string errors = 4;
getErrorsBytes(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string errors = 4;
getErrorsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
getErrorsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string errors = 4;
getErrorsCount() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string errors = 4;
getErrorsList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
getErrorsList() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string errors = 4;
getErrorsList() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string errors = 4;
getFields(int) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFields(int) - Method in class com.lightstep.tracer.grpc.Log
repeated .lightstep.collector.KeyValue fields = 2;
getFields(int) - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsBuilder(int) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsBuilderList() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsCount() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsCount() - Method in class com.lightstep.tracer.grpc.Log
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsCount() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsList() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsList() - Method in class com.lightstep.tracer.grpc.Log
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsList() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Log
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Log
repeated .lightstep.collector.KeyValue fields = 2;
getFieldsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
repeated .lightstep.collector.KeyValue fields = 2;
getGauges(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGauges(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample gauges = 5;
getGauges(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesCount() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.MetricsSample gauges = 5;
getGaugesOrBuilderList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.MetricsSample gauges = 5;
getGrpcSpan() - Method in class com.lightstep.tracer.shared.Span
For unit testing in JRE test.
getInfos(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
getInfos(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string infos = 6;
getInfos(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string infos = 6;
getInfosBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
getInfosBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string infos = 6;
getInfosBytes(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string infos = 6;
getInfosCount() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
getInfosCount() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string infos = 6;
getInfosCount() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string infos = 6;
getInfosList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
getInfosList() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string infos = 6;
getInfosList() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string infos = 6;
getInnerSpanCtx() - Method in class com.lightstep.tracer.shared.SpanContext
 
getInternalMetrics() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetrics() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetrics() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetricsBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetricsOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetricsOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.InternalMetrics internal_metrics = 6;
getInternalMetricsOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.InternalMetrics internal_metrics = 6;
getIntValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
int64 int_value = 3;
getIntValue() - Method in class com.lightstep.tracer.grpc.KeyValue
int64 int_value = 3;
getIntValue() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
int64 int_value = 3;
getIntValue() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
int64 int_value = 2;
getIntValue() - Method in class com.lightstep.tracer.grpc.MetricsSample
int64 int_value = 2;
getIntValue() - Method in interface com.lightstep.tracer.grpc.MetricsSampleOrBuilder
int64 int_value = 2;
getJsonValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Must be a well-formed JSON value.
getJsonValue() - Method in class com.lightstep.tracer.grpc.KeyValue
Must be a well-formed JSON value.
getJsonValue() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
Must be a well-formed JSON value.
getJsonValueBytes() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Must be a well-formed JSON value.
getJsonValueBytes() - Method in class com.lightstep.tracer.grpc.KeyValue
Must be a well-formed JSON value.
getJsonValueBytes() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
Must be a well-formed JSON value.
getKey() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
string key = 1;
getKey() - Method in class com.lightstep.tracer.grpc.KeyValue
string key = 1;
getKey() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
string key = 1;
getKeyBytes() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
string key = 1;
getKeyBytes() - Method in class com.lightstep.tracer.grpc.KeyValue
string key = 1;
getKeyBytes() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
string key = 1;
getLogs(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogs(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.Log logs = 3;
getLogs(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.Log logs = 3;
getLogs(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogs(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Log logs = 7;
getLogs(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Log logs = 7;
getLogsBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsCount() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.Log logs = 3;
getLogsCount() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.Log logs = 3;
getLogsCount() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsCount() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Log logs = 7;
getLogsCount() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Log logs = 7;
getLogsList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.Log logs = 3;
getLogsList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.Log logs = 3;
getLogsList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Log logs = 7;
getLogsList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilderList() - Method in class com.lightstep.tracer.grpc.InternalMetrics
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
repeated .lightstep.collector.Log logs = 3;
getLogsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Log logs = 7;
getLogsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Log logs = 7;
getMutableBaggage() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
Deprecated.
getName() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
string name = 1;
getName() - Method in class com.lightstep.tracer.grpc.MetricsSample
string name = 1;
getName() - Method in interface com.lightstep.tracer.grpc.MetricsSampleOrBuilder
string name = 1;
getNameBytes() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
string name = 1;
getNameBytes() - Method in class com.lightstep.tracer.grpc.MetricsSample
string name = 1;
getNameBytes() - Method in interface com.lightstep.tracer.grpc.MetricsSampleOrBuilder
string name = 1;
getNumber() - Method in enum com.lightstep.tracer.grpc.KeyValue.ValueCase
 
getNumber() - Method in enum com.lightstep.tracer.grpc.MetricsSample.ValueCase
 
getNumber() - Method in enum com.lightstep.tracer.grpc.Reference.Relationship
 
getOperationName() - Method in class com.lightstep.tracer.grpc.Span.Builder
string operation_name = 2;
getOperationName() - Method in class com.lightstep.tracer.grpc.Span
string operation_name = 2;
getOperationName() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
string operation_name = 2;
getOperationNameBytes() - Method in class com.lightstep.tracer.grpc.Span.Builder
string operation_name = 2;
getOperationNameBytes() - Method in class com.lightstep.tracer.grpc.Span
string operation_name = 2;
getOperationNameBytes() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
string operation_name = 2;
getParserForType() - Method in class com.lightstep.tracer.grpc.Auth
 
getParserForType() - Method in class com.lightstep.tracer.grpc.Command
 
getParserForType() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
getParserForType() - Method in class com.lightstep.tracer.grpc.KeyValue
 
getParserForType() - Method in class com.lightstep.tracer.grpc.Log
 
getParserForType() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
getParserForType() - Method in class com.lightstep.tracer.grpc.Reference
 
getParserForType() - Method in class com.lightstep.tracer.grpc.Reporter
 
getParserForType() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
getParserForType() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
getParserForType() - Method in class com.lightstep.tracer.grpc.Span
 
getParserForType() - Method in class com.lightstep.tracer.grpc.SpanContext
 
getReceiveTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestamp() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestampBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp receive_timestamp = 2;
getReceiveTimestampOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp receive_timestamp = 2;
getReferences(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferences(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Reference references = 3;
getReferences(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Reference references = 3;
getReferencesBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesCount() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesCount() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Reference references = 3;
getReferencesCount() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Reference references = 3;
getReferencesList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Reference references = 3;
getReferencesList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.Reference references = 3;
getReferencesOrBuilderList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.Reference references = 3;
getRelationship() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.Reference.Relationship relationship = 1;
getRelationship() - Method in class com.lightstep.tracer.grpc.Reference
.lightstep.collector.Reference.Relationship relationship = 1;
getRelationship() - Method in interface com.lightstep.tracer.grpc.ReferenceOrBuilder
.lightstep.collector.Reference.Relationship relationship = 1;
getRelationshipValue() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.Reference.Relationship relationship = 1;
getRelationshipValue() - Method in class com.lightstep.tracer.grpc.Reference
.lightstep.collector.Reference.Relationship relationship = 1;
getRelationshipValue() - Method in interface com.lightstep.tracer.grpc.ReferenceOrBuilder
.lightstep.collector.Reference.Relationship relationship = 1;
getReporter() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
getReporter() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Reporter reporter = 1;
getReporter() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Reporter reporter = 1;
getReporterBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
getReporterId() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
uint64 reporter_id = 1;
getReporterId() - Method in class com.lightstep.tracer.grpc.Reporter
uint64 reporter_id = 1;
getReporterId() - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
uint64 reporter_id = 1;
getReporterOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
getReporterOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Reporter reporter = 1;
getReporterOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Reporter reporter = 1;
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Auth
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Command
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.KeyValue
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Log
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Reference
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Reporter
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.Span
 
getSerializedSize() - Method in class com.lightstep.tracer.grpc.SpanContext
 
getSpanContext() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
getSpanContext() - Method in class com.lightstep.tracer.grpc.Reference
.lightstep.collector.SpanContext span_context = 2;
getSpanContext() - Method in interface com.lightstep.tracer.grpc.ReferenceOrBuilder
.lightstep.collector.SpanContext span_context = 2;
getSpanContext() - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
getSpanContext() - Method in class com.lightstep.tracer.grpc.Span
.lightstep.collector.SpanContext span_context = 1;
getSpanContext() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.lightstep.collector.SpanContext span_context = 1;
getSpanContextBuilder() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
getSpanContextBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
getSpanContextOrBuilder() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
getSpanContextOrBuilder() - Method in class com.lightstep.tracer.grpc.Reference
.lightstep.collector.SpanContext span_context = 2;
getSpanContextOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReferenceOrBuilder
.lightstep.collector.SpanContext span_context = 2;
getSpanContextOrBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
getSpanContextOrBuilder() - Method in class com.lightstep.tracer.grpc.Span
.lightstep.collector.SpanContext span_context = 1;
getSpanContextOrBuilder() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.lightstep.collector.SpanContext span_context = 1;
getSpanId() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 span_id = 2;
getSpanId() - Method in class com.lightstep.tracer.grpc.SpanContext
uint64 span_id = 2;
getSpanId() - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
uint64 span_id = 2;
getSpanId() - Method in class com.lightstep.tracer.shared.SpanContext
 
getSpans(int) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpans(int) - Method in class com.lightstep.tracer.grpc.ReportRequest
repeated .lightstep.collector.Span spans = 3;
getSpans(int) - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
repeated .lightstep.collector.Span spans = 3;
getSpansBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansBuilderList() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansCount() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansCount() - Method in class com.lightstep.tracer.grpc.ReportRequest
repeated .lightstep.collector.Span spans = 3;
getSpansCount() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
repeated .lightstep.collector.Span spans = 3;
getSpansDropped() - Method in class com.lightstep.tracer.shared.Status
 
getSpansList() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansList() - Method in class com.lightstep.tracer.grpc.ReportRequest
repeated .lightstep.collector.Span spans = 3;
getSpansList() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilder(int) - Method in class com.lightstep.tracer.grpc.ReportRequest
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilderList() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilderList() - Method in class com.lightstep.tracer.grpc.ReportRequest
repeated .lightstep.collector.Span spans = 3;
getSpansOrBuilderList() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
repeated .lightstep.collector.Span spans = 3;
getStartTimestamp() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestamp() - Method in class com.lightstep.tracer.grpc.InternalMetrics
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestamp() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestamp() - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestamp() - Method in class com.lightstep.tracer.grpc.Span
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestamp() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestampBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestampBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestampOrBuilder() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
.google.protobuf.Timestamp start_timestamp = 1;
getStartTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.Span
.google.protobuf.Timestamp start_timestamp = 4;
getStartTimestampOrBuilder() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.google.protobuf.Timestamp start_timestamp = 4;
getStringValue() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getStringValue() - Method in class com.lightstep.tracer.grpc.KeyValue
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getStringValue() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getStringValueBytes() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getStringValueBytes() - Method in class com.lightstep.tracer.grpc.KeyValue
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getStringValueBytes() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
getTag(String) - Method in class com.lightstep.tracer.shared.Status
 
getTags(int) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTags(int) - Method in class com.lightstep.tracer.grpc.Reporter
repeated .lightstep.collector.KeyValue tags = 4;
getTags(int) - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
repeated .lightstep.collector.KeyValue tags = 4;
getTags(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTags(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.KeyValue tags = 6;
getTags(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsBuilder(int) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsBuilderList() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsCount() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsCount() - Method in class com.lightstep.tracer.grpc.Reporter
repeated .lightstep.collector.KeyValue tags = 4;
getTagsCount() - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsCount() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsCount() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.KeyValue tags = 6;
getTagsCount() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsList() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsList() - Method in class com.lightstep.tracer.grpc.Reporter
repeated .lightstep.collector.KeyValue tags = 4;
getTagsList() - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.KeyValue tags = 6;
getTagsList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Reporter
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilder(int) - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilder(int) - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Reporter
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.ReporterOrBuilder
repeated .lightstep.collector.KeyValue tags = 4;
getTagsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilderList() - Method in class com.lightstep.tracer.grpc.Span
repeated .lightstep.collector.KeyValue tags = 6;
getTagsOrBuilderList() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
repeated .lightstep.collector.KeyValue tags = 6;
getTimestamp() - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
getTimestamp() - Method in class com.lightstep.tracer.grpc.Log
.google.protobuf.Timestamp timestamp = 1;
getTimestamp() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
.google.protobuf.Timestamp timestamp = 1;
getTimestampBuilder() - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
getTimestampOffsetMicros() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
int64 timestamp_offset_micros = 5;
getTimestampOffsetMicros() - Method in class com.lightstep.tracer.grpc.ReportRequest
int64 timestamp_offset_micros = 5;
getTimestampOffsetMicros() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
int64 timestamp_offset_micros = 5;
getTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
getTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.Log
.google.protobuf.Timestamp timestamp = 1;
getTimestampOrBuilder() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
.google.protobuf.Timestamp timestamp = 1;
getTraceId() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 trace_id = 1;
getTraceId() - Method in class com.lightstep.tracer.grpc.SpanContext
uint64 trace_id = 1;
getTraceId() - Method in interface com.lightstep.tracer.grpc.SpanContextOrBuilder
uint64 trace_id = 1;
getTraceId() - Method in class com.lightstep.tracer.shared.SpanContext
 
getTracer() - Method in class com.lightstep.tracer.shared.Span
 
getTransmitTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestamp() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestampBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestampOrBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp transmit_timestamp = 3;
getTransmitTimestampOrBuilder() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp transmit_timestamp = 3;
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Auth
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Command
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.KeyValue
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Log
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Reference
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Reporter
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.Span
 
getUnknownFields() - Method in class com.lightstep.tracer.grpc.SpanContext
 
getValueCase() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
getValueCase() - Method in class com.lightstep.tracer.grpc.KeyValue
 
getValueCase() - Method in interface com.lightstep.tracer.grpc.KeyValueOrBuilder
 
getValueCase() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
getValueCase() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
getValueCase() - Method in interface com.lightstep.tracer.grpc.MetricsSampleOrBuilder
 
getValueDescriptor() - Method in enum com.lightstep.tracer.grpc.Reference.Relationship
 
getWarnings(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
getWarnings(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string warnings = 5;
getWarnings(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string warnings = 5;
getWarningsBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
getWarningsBytes(int) - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string warnings = 5;
getWarningsBytes(int) - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string warnings = 5;
getWarningsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
getWarningsCount() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string warnings = 5;
getWarningsCount() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string warnings = 5;
getWarningsList() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
getWarningsList() - Method in class com.lightstep.tracer.grpc.ReportResponse
repeated string warnings = 5;
getWarningsList() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
repeated string warnings = 5;
getWithTimeout(long) - Method in class com.lightstep.tracer.shared.SimpleFuture
 

H

hasAuth() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
hasAuth() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Auth auth = 2;
hasAuth() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Auth auth = 2;
hashCode() - Method in class com.lightstep.tracer.grpc.Auth
 
hashCode() - Method in class com.lightstep.tracer.grpc.Command
 
hashCode() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
hashCode() - Method in class com.lightstep.tracer.grpc.KeyValue
 
hashCode() - Method in class com.lightstep.tracer.grpc.Log
 
hashCode() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
hashCode() - Method in class com.lightstep.tracer.grpc.Reference
 
hashCode() - Method in class com.lightstep.tracer.grpc.Reporter
 
hashCode() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
hashCode() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
hashCode() - Method in class com.lightstep.tracer.grpc.Span
 
hashCode() - Method in class com.lightstep.tracer.grpc.SpanContext
 
hasInternalMetrics() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
hasInternalMetrics() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.InternalMetrics internal_metrics = 6;
hasInternalMetrics() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.InternalMetrics internal_metrics = 6;
hasReceiveTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
hasReceiveTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp receive_timestamp = 2;
hasReceiveTimestamp() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp receive_timestamp = 2;
hasReporter() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
hasReporter() - Method in class com.lightstep.tracer.grpc.ReportRequest
.lightstep.collector.Reporter reporter = 1;
hasReporter() - Method in interface com.lightstep.tracer.grpc.ReportRequestOrBuilder
.lightstep.collector.Reporter reporter = 1;
hasSpanContext() - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
hasSpanContext() - Method in class com.lightstep.tracer.grpc.Reference
.lightstep.collector.SpanContext span_context = 2;
hasSpanContext() - Method in interface com.lightstep.tracer.grpc.ReferenceOrBuilder
.lightstep.collector.SpanContext span_context = 2;
hasSpanContext() - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
hasSpanContext() - Method in class com.lightstep.tracer.grpc.Span
.lightstep.collector.SpanContext span_context = 1;
hasSpanContext() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.lightstep.collector.SpanContext span_context = 1;
hasStartTimestamp() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
hasStartTimestamp() - Method in class com.lightstep.tracer.grpc.InternalMetrics
.google.protobuf.Timestamp start_timestamp = 1;
hasStartTimestamp() - Method in interface com.lightstep.tracer.grpc.InternalMetricsOrBuilder
.google.protobuf.Timestamp start_timestamp = 1;
hasStartTimestamp() - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
hasStartTimestamp() - Method in class com.lightstep.tracer.grpc.Span
.google.protobuf.Timestamp start_timestamp = 4;
hasStartTimestamp() - Method in interface com.lightstep.tracer.grpc.SpanOrBuilder
.google.protobuf.Timestamp start_timestamp = 4;
hasTag(String) - Method in class com.lightstep.tracer.shared.Status
 
hasTimestamp() - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
hasTimestamp() - Method in class com.lightstep.tracer.grpc.Log
.google.protobuf.Timestamp timestamp = 1;
hasTimestamp() - Method in interface com.lightstep.tracer.grpc.LogOrBuilder
.google.protobuf.Timestamp timestamp = 1;
hasTransmitTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
hasTransmitTimestamp() - Method in class com.lightstep.tracer.grpc.ReportResponse
.google.protobuf.Timestamp transmit_timestamp = 3;
hasTransmitTimestamp() - Method in interface com.lightstep.tracer.grpc.ReportResponseOrBuilder
.google.protobuf.Timestamp transmit_timestamp = 3;

I

ignoreActiveSpan() - Method in class com.lightstep.tracer.shared.SpanBuilder
 
info(String) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
info(String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
INFO - com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
 
INFOS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 
inject(SpanContext, Format<C>, C) - Method in class com.lightstep.tracer.shared.AbstractTracer
 
INT_VALUE - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
INT_VALUE - com.lightstep.tracer.grpc.MetricsSample.ValueCase
 
INT_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 
INT_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.MetricsSample
 
INTERNAL_METRICS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportRequest
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Auth
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Command
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.KeyValue
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Log
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Reference
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Reporter
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.Span
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
internalGetFieldAccessorTable() - Method in class com.lightstep.tracer.grpc.SpanContext
 
internalGetMapField(int) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
internalGetMapField(int) - Method in class com.lightstep.tracer.grpc.SpanContext
 
internalGetMutableMapField(int) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
internalGetValueMap() - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
 
InternalMetrics - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.InternalMetrics
InternalMetrics.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.InternalMetrics
InternalMetricsOrBuilder - Interface in com.lightstep.tracer.grpc
 
isDisabled() - Method in class com.lightstep.tracer.shared.AbstractTracer
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Auth
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Command.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Command
 
isInitialized() - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
isInitialized() - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.KeyValue
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Log.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Log
 
isInitialized() - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Reference
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Reporter
 
isInitialized() - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
isInitialized() - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Span.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.Span
 
isInitialized() - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
isInitialized() - Method in class com.lightstep.tracer.grpc.SpanContext
 

J

JSON_VALUE - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
JSON_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 

K

KEY_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 
KeyValue - Class in com.lightstep.tracer.grpc
Represent both tags and log fields.
KeyValue.Builder - Class in com.lightstep.tracer.grpc
Represent both tags and log fields.
KeyValue.ValueCase - Enum in com.lightstep.tracer.grpc
 
KeyValueOrBuilder - Interface in com.lightstep.tracer.grpc
 

L

LIGHTSTEP_TRACER_PLATFORM_KEY - Static variable in class com.lightstep.tracer.shared.AbstractTracer
 
LIGHTSTEP_TRACER_PLATFORM_VERSION_KEY - Static variable in class com.lightstep.tracer.shared.AbstractTracer
 
LIGHTSTEP_TRACER_VERSION_KEY - Static variable in class com.lightstep.tracer.shared.AbstractTracer
 
log(long, String) - Method in class com.lightstep.tracer.shared.Span
 
log(long, Map<String, ?>) - Method in class com.lightstep.tracer.shared.Span
 
log(String) - Method in class com.lightstep.tracer.shared.Span
 
log(Map<String, ?>) - Method in class com.lightstep.tracer.shared.Span
 
Log - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Log
Log.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Log
LogOrBuilder - Interface in com.lightstep.tracer.grpc
 
LOGS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.InternalMetrics
 
LOGS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 

M

mergeAuth(Auth) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
mergeFrom(Message) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
mergeFrom(Auth) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
mergeFrom(Command) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
mergeFrom(InternalMetrics) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
mergeFrom(KeyValue) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
mergeFrom(Log) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
mergeFrom(MetricsSample) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
mergeFrom(Reference) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
mergeFrom(Reporter) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
mergeFrom(ReportRequest) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
mergeFrom(ReportResponse) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
mergeFrom(Span) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
mergeFrom(SpanContext) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
mergeInternalMetrics(InternalMetrics) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
mergeReceiveTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
mergeReporter(Reporter) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
mergeSpanContext(SpanContext) - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
mergeSpanContext(SpanContext) - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
mergeStartTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
mergeStartTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
mergeTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
mergeTransmitTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
MetricsSample - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.MetricsSample
MetricsSample.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.MetricsSample
MetricsSample.ValueCase - Enum in com.lightstep.tracer.grpc
 
MetricsSampleOrBuilder - Interface in com.lightstep.tracer.grpc
 
mutex - Variable in class com.lightstep.tracer.shared.AbstractTracer
 

N

NAME_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.MetricsSample
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Auth
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Command
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.KeyValue
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Log
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Reference
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Reporter
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.Span
 
newBuilder() - Static method in class com.lightstep.tracer.grpc.SpanContext
 
newBuilder(Auth) - Static method in class com.lightstep.tracer.grpc.Auth
 
newBuilder(Command) - Static method in class com.lightstep.tracer.grpc.Command
 
newBuilder(InternalMetrics) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
newBuilder(KeyValue) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
newBuilder(Log) - Static method in class com.lightstep.tracer.grpc.Log
 
newBuilder(MetricsSample) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
newBuilder(Reference) - Static method in class com.lightstep.tracer.grpc.Reference
 
newBuilder(Reporter) - Static method in class com.lightstep.tracer.grpc.Reporter
 
newBuilder(ReportRequest) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
newBuilder(ReportResponse) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
newBuilder(Span) - Static method in class com.lightstep.tracer.grpc.Span
 
newBuilder(SpanContext) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Auth
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Command
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.KeyValue
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Log
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Reference
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Reporter
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.Span
 
newBuilderForType() - Method in class com.lightstep.tracer.grpc.SpanContext
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Auth
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Command
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.KeyValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Log
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.MetricsSample
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Reference
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Reporter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.ReportRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.ReportResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.Span
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.lightstep.tracer.grpc.SpanContext
 

O

OPERATION_NAME_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 
Options - Class in com.lightstep.tracer.shared
Options control behaviors specific to the LightStep tracer.
Options.OptionsBuilder - Class in com.lightstep.tracer.shared
 
OptionsBuilder() - Constructor for class com.lightstep.tracer.shared.Options.OptionsBuilder
 
OptionsBuilder(Options) - Constructor for class com.lightstep.tracer.shared.Options.OptionsBuilder
 

P

parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Command
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Log
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Span
 
parseDelimitedFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(byte[]) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(ByteString) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(CodedInputStream) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(InputStream) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(ByteBuffer) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Auth
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Command
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Log
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Reporter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Span
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.SpanContext
 
parser() - Static method in class com.lightstep.tracer.grpc.Auth
 
parser() - Static method in class com.lightstep.tracer.grpc.Command
 
parser() - Static method in class com.lightstep.tracer.grpc.InternalMetrics
 
parser() - Static method in class com.lightstep.tracer.grpc.KeyValue
 
parser() - Static method in class com.lightstep.tracer.grpc.Log
 
parser() - Static method in class com.lightstep.tracer.grpc.MetricsSample
 
parser() - Static method in class com.lightstep.tracer.grpc.Reference
 
parser() - Static method in class com.lightstep.tracer.grpc.Reporter
 
parser() - Static method in class com.lightstep.tracer.grpc.ReportRequest
 
parser() - Static method in class com.lightstep.tracer.grpc.ReportResponse
 
parser() - Static method in class com.lightstep.tracer.grpc.Span
 
parser() - Static method in class com.lightstep.tracer.grpc.SpanContext
 
printLogToConsole(AbstractTracer.InternalLogLevel, String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
 
priority() - Method in class com.lightstep.tracer.shared.CollectorClientProvider
 
provider() - Static method in class com.lightstep.tracer.shared.CollectorClientProvider
 
ProviderNotFoundException(String) - Constructor for exception com.lightstep.tracer.shared.CollectorClientProvider.ProviderNotFoundException
 
putAllBaggage(Map<String, String>) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
putBaggage(String, String) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;

R

RECEIVE_TIMESTAMP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 
Reference - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Reference
Reference.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Reference
Reference.Relationship - Enum in com.lightstep.tracer.grpc
Protobuf enum lightstep.collector.Reference.Relationship
ReferenceOrBuilder - Interface in com.lightstep.tracer.grpc
 
REFERENCES_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.lightstep.tracer.grpc.Collector
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.lightstep.tracer.grpc.Collector
 
RELATIONSHIP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Reference
 
removeBaggage(String) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
map<string, string> baggage = 3;
removeCommands(int) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
removeCounts(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
removeFields(int) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
removeGauges(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
removeLogs(int) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
removeLogs(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
removeReferences(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
removeSpans(int) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
removeTags(int) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
removeTags(int) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
Reporter - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Reporter
REPORTER_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportRequest
 
REPORTER_ID_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Reporter
 
Reporter.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Reporter
ReporterOrBuilder - Interface in com.lightstep.tracer.grpc
 
ReportRequest - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.ReportRequest
ReportRequest.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.ReportRequest
ReportRequestOrBuilder - Interface in com.lightstep.tracer.grpc
 
ReportResponse - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.ReportResponse
ReportResponse.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.ReportResponse
ReportResponseOrBuilder - Interface in com.lightstep.tracer.grpc
 

S

scopeManager() - Method in class com.lightstep.tracer.shared.AbstractTracer
 
sendReport(boolean) - Method in class com.lightstep.tracer.shared.AbstractTracer
Does the work of a flush by sending spans to the collector.
set(T) - Method in class com.lightstep.tracer.shared.SimpleFuture
 
setAccessToken(String) - Method in class com.lightstep.tracer.grpc.Auth.Builder
string access_token = 1;
setAccessTokenBytes(ByteString) - Method in class com.lightstep.tracer.grpc.Auth.Builder
string access_token = 1;
setAuth(Auth) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
setAuth(Auth.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Auth auth = 2;
setBaggageItem(String, String) - Method in class com.lightstep.tracer.shared.Span
 
setBoolValue(boolean) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
bool bool_value = 5;
setCommands(int, Command) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
setCommands(int, Command.Builder) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated .lightstep.collector.Command commands = 1;
setCounts(int, MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
setCounts(int, MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample counts = 4;
setDefaultReportingIntervalMillis(int) - Method in class com.lightstep.tracer.shared.Options
If this instance of Options has an overridden maxReportingIntervalMillis, returns this instance of Options with that value.
setDisable(boolean) - Method in class com.lightstep.tracer.grpc.Command.Builder
bool disable = 1;
setDoubleValue(double) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
double double_value = 4;
setDoubleValue(double) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
double double_value = 3;
setDurationMicros(long) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
uint64 duration_micros = 2;
setDurationMicros(long) - Method in class com.lightstep.tracer.grpc.Span.Builder
uint64 duration_micros = 5;
setErrors(int, String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string errors = 4;
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
setFields(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
setFields(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Log.Builder
repeated .lightstep.collector.KeyValue fields = 2;
setGauges(int, MetricsSample) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
setGauges(int, MetricsSample.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.MetricsSample gauges = 5;
setInfos(int, String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string infos = 6;
setInternalMetrics(InternalMetrics) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
setInternalMetrics(InternalMetrics.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.InternalMetrics internal_metrics = 6;
setIntValue(long) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
int64 int_value = 3;
setIntValue(long) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
int64 int_value = 2;
setJsonValue(String) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Must be a well-formed JSON value.
setJsonValueBytes(ByteString) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Must be a well-formed JSON value.
setKey(String) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
string key = 1;
setLogs(int, Log) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
setLogs(int, Log) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
setLogs(int, Log.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
repeated .lightstep.collector.Log logs = 3;
setLogs(int, Log.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Log logs = 7;
setName(String) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
string name = 1;
setNameBytes(ByteString) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
string name = 1;
setOperationName(String) - Method in class com.lightstep.tracer.grpc.Span.Builder
string operation_name = 2;
setOperationName(String) - Method in class com.lightstep.tracer.shared.Span
 
setOperationNameBytes(ByteString) - Method in class com.lightstep.tracer.grpc.Span.Builder
string operation_name = 2;
setReceiveTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
setReceiveTimestamp(Timestamp.Builder) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp receive_timestamp = 2;
setReferences(int, Reference) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
setReferences(int, Reference.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.Reference references = 3;
setRelationship(Reference.Relationship) - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.Reference.Relationship relationship = 1;
setRelationshipValue(int) - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.Reference.Relationship relationship = 1;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
setReporter(Reporter) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
setReporter(Reporter.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
.lightstep.collector.Reporter reporter = 1;
setReporterId(long) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
uint64 reporter_id = 1;
setSpanContext(SpanContext) - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
setSpanContext(SpanContext) - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
setSpanContext(SpanContext.Builder) - Method in class com.lightstep.tracer.grpc.Reference.Builder
.lightstep.collector.SpanContext span_context = 2;
setSpanContext(SpanContext.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
.lightstep.collector.SpanContext span_context = 1;
setSpanId(long) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 span_id = 2;
setSpans(int, Span) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
setSpans(int, Span.Builder) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
repeated .lightstep.collector.Span spans = 3;
setStartTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
setStartTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
setStartTimestamp(Timestamp.Builder) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
.google.protobuf.Timestamp start_timestamp = 1;
setStartTimestamp(Timestamp.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
.google.protobuf.Timestamp start_timestamp = 4;
setStringValue(String) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
setStringValueBytes(ByteString) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
Holds arbitrary string data; well-formed JSON strings should go in json_value.
setTag(String, boolean) - Method in class com.lightstep.tracer.shared.Span
 
setTag(String, Number) - Method in class com.lightstep.tracer.shared.Span
 
setTag(String, String) - Method in class com.lightstep.tracer.shared.Span
 
setTags(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
setTags(int, KeyValue) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
setTags(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
repeated .lightstep.collector.KeyValue tags = 4;
setTags(int, KeyValue.Builder) - Method in class com.lightstep.tracer.grpc.Span.Builder
repeated .lightstep.collector.KeyValue tags = 6;
setTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
setTimestamp(Timestamp.Builder) - Method in class com.lightstep.tracer.grpc.Log.Builder
.google.protobuf.Timestamp timestamp = 1;
setTimestampOffsetMicros(long) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
int64 timestamp_offset_micros = 5;
setTraceId(long) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
uint64 trace_id = 1;
setTransmitTimestamp(Timestamp) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
setTransmitTimestamp(Timestamp.Builder) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
.google.protobuf.Timestamp transmit_timestamp = 3;
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Auth.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Command.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.InternalMetrics.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.KeyValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Log.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.MetricsSample.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Reference.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Reporter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.ReportRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.Span.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.lightstep.tracer.grpc.SpanContext.Builder
 
setWarnings(int, String) - Method in class com.lightstep.tracer.grpc.ReportResponse.Builder
repeated string warnings = 5;
SimpleFuture<T> - Class in com.lightstep.tracer.shared
Simple Future/Promise-like class.
SimpleFuture() - Constructor for class com.lightstep.tracer.shared.SimpleFuture
 
SimpleFuture(T) - Constructor for class com.lightstep.tracer.shared.SimpleFuture
 
Span - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Span
Span - Class in com.lightstep.tracer.shared
 
SPAN_CONTEXT_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Reference
 
SPAN_CONTEXT_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 
SPAN_ID_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.SpanContext
 
Span.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.Span
SpanBuilder - Class in com.lightstep.tracer.shared
 
SpanContext - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.SpanContext
SpanContext - Class in com.lightstep.tracer.shared
 
SpanContext() - Constructor for class com.lightstep.tracer.shared.SpanContext
 
SpanContext(long, long) - Constructor for class com.lightstep.tracer.shared.SpanContext
 
SpanContext.Builder - Class in com.lightstep.tracer.grpc
Protobuf type lightstep.collector.SpanContext
SpanContextOrBuilder - Interface in com.lightstep.tracer.grpc
 
SpanOrBuilder - Interface in com.lightstep.tracer.grpc
 
SPANS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportRequest
 
start() - Method in class com.lightstep.tracer.shared.SpanBuilder
 
START_TIMESTAMP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.InternalMetrics
 
START_TIMESTAMP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 
startActive(boolean) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
startManual() - Method in class com.lightstep.tracer.shared.SpanBuilder
 
status() - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal method used primarily for unit testing and debugging.
Status - Class in com.lightstep.tracer.shared
Internal class used primarily for unit testing and debugging.
STRING_VALUE - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.KeyValue
 

T

TAGS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Reporter
 
TAGS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Span
 
TIMESTAMP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.Log
 
TIMESTAMP_OFFSET_MICROS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportRequest
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Auth
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Command
 
toBuilder() - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
toBuilder() - Method in class com.lightstep.tracer.grpc.KeyValue
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Log
 
toBuilder() - Method in class com.lightstep.tracer.grpc.MetricsSample
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Reference
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Reporter
 
toBuilder() - Method in class com.lightstep.tracer.grpc.ReportRequest
 
toBuilder() - Method in class com.lightstep.tracer.grpc.ReportResponse
 
toBuilder() - Method in class com.lightstep.tracer.grpc.Span
 
toBuilder() - Method in class com.lightstep.tracer.grpc.SpanContext
 
TRACE_ID_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.SpanContext
 
TRANSMIT_TIMESTAMP_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 

U

UNRECOGNIZED - com.lightstep.tracer.grpc.Reference.Relationship
 

V

VALUE_NOT_SET - com.lightstep.tracer.grpc.KeyValue.ValueCase
 
VALUE_NOT_SET - com.lightstep.tracer.grpc.MetricsSample.ValueCase
 
valueOf(int) - Static method in enum com.lightstep.tracer.grpc.KeyValue.ValueCase
Deprecated.
valueOf(int) - Static method in enum com.lightstep.tracer.grpc.MetricsSample.ValueCase
Deprecated.
valueOf(int) - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lightstep.tracer.grpc.KeyValue.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lightstep.tracer.grpc.MetricsSample.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lightstep.tracer.grpc.KeyValue.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lightstep.tracer.grpc.MetricsSample.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lightstep.tracer.grpc.Reference.Relationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSITY_DEBUG - Static variable in class com.lightstep.tracer.shared.Options
all internal log statements, including debugging details
VERBOSITY_ERRORS_ONLY - Static variable in class com.lightstep.tracer.shared.Options
all errors are echoed locally
VERBOSITY_FIRST_ERROR_ONLY - Static variable in class com.lightstep.tracer.shared.Options
only the first error encountered will be echoed locally
VERBOSITY_INFO - Static variable in class com.lightstep.tracer.shared.Options
all errors, warnings, and info statements are echoed locally
VERBOSITY_NONE - Static variable in class com.lightstep.tracer.shared.Options
never produce local output

W

warn(String) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal logging.
warn(String, Object) - Method in class com.lightstep.tracer.shared.AbstractTracer
Internal warning.
WARN - com.lightstep.tracer.shared.AbstractTracer.InternalLogLevel
 
WARNINGS_FIELD_NUMBER - Static variable in class com.lightstep.tracer.grpc.ReportResponse
 
withAccessToken(String) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the unique identifier for this application.
withClockSkewCorrection(boolean) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
 
withCollectorHost(String) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the host to which the tracer will send data.
withCollectorPort(int) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the port to which the tracer will send data.
withCollectorProtocol(String) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the protocol which will be used when sending data to the tracer.
withComponentName(String) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the component name attribute.
withDisableReportingLoop(boolean) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
If true, the background reporting loop will be disabled.
withMaxBufferedSpans(int) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the maximum number of finished Spans buffered locally before flushing.
withMaxReportingIntervalMillis(int) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets the maximum interval between reports.
withResetClient(boolean) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
If true, the GRPC client connection will be reset at regular intevals Used to load balance on server side
withStartTimestamp(long) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
withTag(String, boolean) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
withTag(String, Number) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
withTag(String, Object) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Sets a user-defined key-value pair that should be associated with all of the data produced by this tracer.
withTag(String, String) - Method in class com.lightstep.tracer.shared.SpanBuilder
 
withTraceIdAndSpanId(long, long) - Method in class com.lightstep.tracer.shared.SpanBuilder
Sets the traceId and the spanId for the span being created.
withVerbosity(int) - Method in class com.lightstep.tracer.shared.Options.OptionsBuilder
Controls the amount of local output produced by the tracer.
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Auth
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Command
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.InternalMetrics
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.KeyValue
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Log
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.MetricsSample
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Reference
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Reporter
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.ReportRequest
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.ReportResponse
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.Span
 
writeTo(CodedOutputStream) - Method in class com.lightstep.tracer.grpc.SpanContext
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 LightStep. All rights reserved.