| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.servicemesh.v3 |
| Modifier and Type | Method and Description |
|---|---|
TCPInfo |
TCPInfo.Builder.build() |
TCPInfo |
TCPInfo.Builder.buildPartial() |
static TCPInfo |
TCPInfo.getDefaultInstance() |
TCPInfo |
TCPInfo.getDefaultInstanceForType() |
TCPInfo |
TCPInfo.Builder.getDefaultInstanceForType() |
TCPInfo |
ServiceMeshMetric.getTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
TCPInfo |
ServiceMeshMetric.Builder.getTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
TCPInfo |
ServiceMeshMetricOrBuilder.getTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
static TCPInfo |
TCPInfo.parseDelimitedFrom(InputStream input) |
static TCPInfo |
TCPInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TCPInfo |
TCPInfo.parseFrom(byte[] data) |
static TCPInfo |
TCPInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TCPInfo |
TCPInfo.parseFrom(ByteBuffer data) |
static TCPInfo |
TCPInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TCPInfo |
TCPInfo.parseFrom(com.google.protobuf.ByteString data) |
static TCPInfo |
TCPInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TCPInfo |
TCPInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static TCPInfo |
TCPInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TCPInfo |
TCPInfo.parseFrom(InputStream input) |
static TCPInfo |
TCPInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TCPInfo> |
TCPInfo.getParserForType() |
static com.google.protobuf.Parser<TCPInfo> |
TCPInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
TCPInfo.Builder |
TCPInfo.Builder.mergeFrom(TCPInfo other) |
ServiceMeshMetric.Builder |
ServiceMeshMetric.Builder.mergeTcp(TCPInfo value)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
static TCPInfo.Builder |
TCPInfo.newBuilder(TCPInfo prototype) |
ServiceMeshMetric.Builder |
ServiceMeshMetric.Builder.setTcp(TCPInfo value)
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.