Uses of Class
io.envoyproxy.envoy.config.cluster.v3.OutlierDetection
Packages that use OutlierDetection
-
Uses of OutlierDetection in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return OutlierDetectionModifier and TypeMethodDescriptionOutlierDetection.Builder.build()OutlierDetection.Builder.buildPartial()static OutlierDetectionOutlierDetection.getDefaultInstance()OutlierDetection.Builder.getDefaultInstanceForType()OutlierDetection.getDefaultInstanceForType()Cluster.Builder.getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.Cluster.getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.ClusterOrBuilder.getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.static OutlierDetectionOutlierDetection.parseDelimitedFrom(InputStream input) static OutlierDetectionOutlierDetection.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetectionOutlierDetection.parseFrom(byte[] data) static OutlierDetectionOutlierDetection.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetectionOutlierDetection.parseFrom(com.google.protobuf.ByteString data) static OutlierDetectionOutlierDetection.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetectionOutlierDetection.parseFrom(com.google.protobuf.CodedInputStream input) static OutlierDetectionOutlierDetection.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetectionOutlierDetection.parseFrom(InputStream input) static OutlierDetectionOutlierDetection.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetectionOutlierDetection.parseFrom(ByteBuffer data) static OutlierDetectionOutlierDetection.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type OutlierDetectionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OutlierDetection> OutlierDetection.getParserForType()static com.google.protobuf.Parser<OutlierDetection> OutlierDetection.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type OutlierDetectionModifier and TypeMethodDescriptionOutlierDetection.Builder.mergeFrom(OutlierDetection other) Cluster.Builder.mergeOutlierDetection(OutlierDetection value) If specified, outlier detection will be enabled for this upstream cluster.static OutlierDetection.BuilderOutlierDetection.newBuilder(OutlierDetection prototype) Cluster.Builder.setOutlierDetection(OutlierDetection value) If specified, outlier detection will be enabled for this upstream cluster.