| Package | Description |
|---|---|
| com.lightstep.tracer.grpc |
| Modifier and Type | Method | Description |
|---|---|---|
KeyValue |
KeyValue.Builder.build() |
|
KeyValue |
KeyValue.Builder.buildPartial() |
|
static KeyValue |
KeyValue.getDefaultInstance() |
|
KeyValue |
KeyValue.Builder.getDefaultInstanceForType() |
|
KeyValue |
KeyValue.getDefaultInstanceForType() |
|
KeyValue |
Log.Builder.getFields(int index) |
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue |
Log.getFields(int index) |
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue |
LogOrBuilder.getFields(int index) |
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue |
Reporter.Builder.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue |
Reporter.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue |
ReporterOrBuilder.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue |
Span.Builder.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue |
Span.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue |
SpanOrBuilder.getTags(int index) |
repeated .lightstep.collector.KeyValue tags = 6; |
static KeyValue |
KeyValue.parseDelimitedFrom(java.io.InputStream input) |
|
static KeyValue |
KeyValue.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static KeyValue |
KeyValue.parseFrom(byte[] data) |
|
static KeyValue |
KeyValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data) |
|
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input) |
|
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static KeyValue |
KeyValue.parseFrom(java.io.InputStream input) |
|
static KeyValue |
KeyValue.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static KeyValue |
KeyValue.parseFrom(java.nio.ByteBuffer data) |
|
static KeyValue |
KeyValue.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<KeyValue> |
Log.Builder.getFieldsList() |
repeated .lightstep.collector.KeyValue fields = 2; |
java.util.List<KeyValue> |
Log.getFieldsList() |
repeated .lightstep.collector.KeyValue fields = 2; |
java.util.List<KeyValue> |
LogOrBuilder.getFieldsList() |
repeated .lightstep.collector.KeyValue fields = 2; |
com.google.protobuf.Parser<KeyValue> |
KeyValue.getParserForType() |
|
java.util.List<KeyValue> |
Reporter.Builder.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 4; |
java.util.List<KeyValue> |
Reporter.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 4; |
java.util.List<KeyValue> |
ReporterOrBuilder.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 4; |
java.util.List<KeyValue> |
Span.Builder.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 6; |
java.util.List<KeyValue> |
Span.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 6; |
java.util.List<KeyValue> |
SpanOrBuilder.getTagsList() |
repeated .lightstep.collector.KeyValue tags = 6; |
static com.google.protobuf.Parser<KeyValue> |
KeyValue.parser() |
| Modifier and Type | Method | Description |
|---|---|---|
Log.Builder |
Log.Builder.addFields(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue fields = 2; |
Log.Builder |
Log.Builder.addFields(KeyValue value) |
repeated .lightstep.collector.KeyValue fields = 2; |
Reporter.Builder |
Reporter.Builder.addTags(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 4; |
Reporter.Builder |
Reporter.Builder.addTags(KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 4; |
Span.Builder |
Span.Builder.addTags(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 6; |
Span.Builder |
Span.Builder.addTags(KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue.Builder |
KeyValue.Builder.mergeFrom(KeyValue other) |
|
static KeyValue.Builder |
KeyValue.newBuilder(KeyValue prototype) |
|
Log.Builder |
Log.Builder.setFields(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue fields = 2; |
Reporter.Builder |
Reporter.Builder.setTags(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 4; |
Span.Builder |
Span.Builder.setTags(int index,
KeyValue value) |
repeated .lightstep.collector.KeyValue tags = 6; |
| Modifier and Type | Method | Description |
|---|---|---|
Log.Builder |
Log.Builder.addAllFields(java.lang.Iterable<? extends KeyValue> values) |
repeated .lightstep.collector.KeyValue fields = 2; |
Reporter.Builder |
Reporter.Builder.addAllTags(java.lang.Iterable<? extends KeyValue> values) |
repeated .lightstep.collector.KeyValue tags = 4; |
Span.Builder |
Span.Builder.addAllTags(java.lang.Iterable<? extends KeyValue> values) |
repeated .lightstep.collector.KeyValue tags = 6; |
Copyright © 2018 LightStep. All rights reserved.