Uses of Class
org.apache.skywalking.apm.network.servicemesh.v3.TCPServiceMeshMetric
Packages that use TCPServiceMeshMetric
-
Uses of TCPServiceMeshMetric in org.apache.skywalking.apm.network.servicemesh.v3
Methods in org.apache.skywalking.apm.network.servicemesh.v3 that return TCPServiceMeshMetricModifier and TypeMethodDescriptionTCPServiceMeshMetric.Builder.build()TCPServiceMeshMetric.Builder.buildPartial()static TCPServiceMeshMetricTCPServiceMeshMetric.getDefaultInstance()TCPServiceMeshMetric.Builder.getDefaultInstanceForType()TCPServiceMeshMetric.getDefaultInstanceForType()TCPServiceMeshMetrics.Builder.getMetrics(int index) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetrics.getMetrics(int index) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetricsOrBuilder.getMetrics(int index) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;static TCPServiceMeshMetricTCPServiceMeshMetric.parseDelimitedFrom(InputStream input) static TCPServiceMeshMetricTCPServiceMeshMetric.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(byte[] data) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(com.google.protobuf.ByteString data) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(com.google.protobuf.CodedInputStream input) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(InputStream input) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(ByteBuffer data) static TCPServiceMeshMetricTCPServiceMeshMetric.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.servicemesh.v3 that return types with arguments of type TCPServiceMeshMetricModifier and TypeMethodDescriptionTCPServiceMeshMetrics.Builder.getMetricsList()repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetrics.getMetricsList()repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetricsOrBuilder.getMetricsList()repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;com.google.protobuf.Parser<TCPServiceMeshMetric>TCPServiceMeshMetric.getParserForType()static com.google.protobuf.Parser<TCPServiceMeshMetric>TCPServiceMeshMetric.parser()Methods in org.apache.skywalking.apm.network.servicemesh.v3 with parameters of type TCPServiceMeshMetricModifier and TypeMethodDescriptionTCPServiceMeshMetrics.Builder.addMetrics(int index, TCPServiceMeshMetric value) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetrics.Builder.addMetrics(TCPServiceMeshMetric value) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;TCPServiceMeshMetric.Builder.mergeFrom(TCPServiceMeshMetric other) static TCPServiceMeshMetric.BuilderTCPServiceMeshMetric.newBuilder(TCPServiceMeshMetric prototype) TCPServiceMeshMetrics.Builder.setMetrics(int index, TCPServiceMeshMetric value) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;Method parameters in org.apache.skywalking.apm.network.servicemesh.v3 with type arguments of type TCPServiceMeshMetricModifier and TypeMethodDescriptionTCPServiceMeshMetrics.Builder.addAllMetrics(Iterable<? extends TCPServiceMeshMetric> values) repeated .skywalking.v3.TCPServiceMeshMetric metrics = 1;