| Package | Description |
|---|---|
| com.lightstep.tracer.grpc |
| Modifier and Type | Method and Description |
|---|---|
MetricPoint |
MetricPoint.Builder.build() |
MetricPoint |
MetricPoint.Builder.buildPartial() |
static MetricPoint |
MetricPoint.getDefaultInstance() |
MetricPoint |
MetricPoint.getDefaultInstanceForType() |
MetricPoint |
MetricPoint.Builder.getDefaultInstanceForType() |
MetricPoint |
IngestRequestOrBuilder.getPoints(int index)
Points contain the individual updates.
|
MetricPoint |
IngestRequest.getPoints(int index)
Points contain the individual updates.
|
MetricPoint |
IngestRequest.Builder.getPoints(int index)
Points contain the individual updates.
|
static MetricPoint |
MetricPoint.parseDelimitedFrom(InputStream input) |
static MetricPoint |
MetricPoint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricPoint |
MetricPoint.parseFrom(byte[] data) |
static MetricPoint |
MetricPoint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricPoint |
MetricPoint.parseFrom(ByteBuffer data) |
static MetricPoint |
MetricPoint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricPoint |
MetricPoint.parseFrom(com.google.protobuf.ByteString data) |
static MetricPoint |
MetricPoint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricPoint |
MetricPoint.parseFrom(com.google.protobuf.CodedInputStream input) |
static MetricPoint |
MetricPoint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetricPoint |
MetricPoint.parseFrom(InputStream input) |
static MetricPoint |
MetricPoint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MetricPoint> |
MetricPoint.getParserForType() |
List<MetricPoint> |
IngestRequestOrBuilder.getPointsList()
Points contain the individual updates.
|
List<MetricPoint> |
IngestRequest.getPointsList()
Points contain the individual updates.
|
List<MetricPoint> |
IngestRequest.Builder.getPointsList()
Points contain the individual updates.
|
static com.google.protobuf.Parser<MetricPoint> |
MetricPoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
IngestRequest.Builder |
IngestRequest.Builder.addPoints(int index,
MetricPoint value)
Points contain the individual updates.
|
IngestRequest.Builder |
IngestRequest.Builder.addPoints(MetricPoint value)
Points contain the individual updates.
|
MetricPoint.Builder |
MetricPoint.Builder.mergeFrom(MetricPoint other) |
static MetricPoint.Builder |
MetricPoint.newBuilder(MetricPoint prototype) |
IngestRequest.Builder |
IngestRequest.Builder.setPoints(int index,
MetricPoint value)
Points contain the individual updates.
|
| Modifier and Type | Method and Description |
|---|---|
IngestRequest.Builder |
IngestRequest.Builder.addAllPoints(Iterable<? extends MetricPoint> values)
Points contain the individual updates.
|
Copyright © 2020 LightStep. All rights reserved.