| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.servicemesh.v3 |
| Modifier and Type | Method and Description |
|---|---|
TCPInfo.Builder |
TCPInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TCPInfo.Builder |
TCPInfo.Builder.clear() |
TCPInfo.Builder |
TCPInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TCPInfo.Builder |
TCPInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TCPInfo.Builder |
TCPInfo.Builder.clearReceivedBytes()
The received data in bytes
|
TCPInfo.Builder |
TCPInfo.Builder.clearSentBytes()
The sent data in bytes
|
TCPInfo.Builder |
TCPInfo.Builder.clone() |
TCPInfo.Builder |
ServiceMeshMetric.Builder.getTcpBuilder()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
TCPInfo.Builder |
TCPInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TCPInfo.Builder |
TCPInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
TCPInfo.Builder |
TCPInfo.Builder.mergeFrom(TCPInfo other) |
TCPInfo.Builder |
TCPInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TCPInfo.Builder |
TCPInfo.newBuilder() |
static TCPInfo.Builder |
TCPInfo.newBuilder(TCPInfo prototype) |
TCPInfo.Builder |
TCPInfo.newBuilderForType() |
protected TCPInfo.Builder |
TCPInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TCPInfo.Builder |
TCPInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TCPInfo.Builder |
TCPInfo.Builder.setReceivedBytes(long value)
The received data in bytes
|
TCPInfo.Builder |
TCPInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TCPInfo.Builder |
TCPInfo.Builder.setSentBytes(long value)
The sent data in bytes
|
TCPInfo.Builder |
TCPInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TCPInfo.Builder |
TCPInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceMeshMetric.Builder |
ServiceMeshMetric.Builder.setTcp(TCPInfo.Builder builderForValue)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.