Uses of Enum
org.apache.skywalking.apm.network.common.v3.DetectPoint
Packages that use DetectPoint
Package
Description
-
Uses of DetectPoint in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return DetectPointModifier and TypeMethodDescriptionstatic DetectPointDetectPoint.forNumber(int value) static DetectPointDetectPoint.valueOf(int value) Deprecated.static DetectPointDetectPoint.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DetectPointReturns the enum constant of this type with the specified name.static DetectPoint[]DetectPoint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.skywalking.apm.network.common.v3 that return types with arguments of type DetectPointModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DetectPoint>DetectPoint.internalGetValueMap() -
Uses of DetectPoint in org.apache.skywalking.apm.network.servicemesh.v3
Methods in org.apache.skywalking.apm.network.servicemesh.v3 that return DetectPointModifier and TypeMethodDescriptionHTTPServiceMeshMetric.Builder.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 12;HTTPServiceMeshMetric.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 12;HTTPServiceMeshMetricOrBuilder.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 12;TCPServiceMeshMetric.Builder.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 7;TCPServiceMeshMetric.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 7;TCPServiceMeshMetricOrBuilder.getDetectPoint().skywalking.v3.DetectPoint detectPoint = 7;Methods in org.apache.skywalking.apm.network.servicemesh.v3 with parameters of type DetectPointModifier and TypeMethodDescriptionHTTPServiceMeshMetric.Builder.setDetectPoint(DetectPoint value) .skywalking.v3.DetectPoint detectPoint = 12;TCPServiceMeshMetric.Builder.setDetectPoint(DetectPoint value) .skywalking.v3.DetectPoint detectPoint = 7;