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