Uses of Class
io.envoyproxy.envoy.api.v2.cluster.OutlierDetection
-
Packages that use OutlierDetection Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.cluster -
-
Uses of OutlierDetection in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return OutlierDetection Modifier and Type Method Description OutlierDetectionCluster.Builder. getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionCluster. getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.OutlierDetectionClusterOrBuilder. getOutlierDetection()If specified, outlier detection will be enabled for this upstream cluster.Methods in io.envoyproxy.envoy.api.v2 with parameters of type OutlierDetection Modifier and Type Method Description Cluster.BuilderCluster.Builder. mergeOutlierDetection(OutlierDetection value)If specified, outlier detection will be enabled for this upstream cluster.Cluster.BuilderCluster.Builder. setOutlierDetection(OutlierDetection value)If specified, outlier detection will be enabled for this upstream cluster. -
Uses of OutlierDetection in io.envoyproxy.envoy.api.v2.cluster
Methods in io.envoyproxy.envoy.api.v2.cluster that return OutlierDetection Modifier and Type Method Description OutlierDetectionOutlierDetection.Builder. build()OutlierDetectionOutlierDetection.Builder. buildPartial()static OutlierDetectionOutlierDetection. getDefaultInstance()OutlierDetectionOutlierDetection.Builder. getDefaultInstanceForType()OutlierDetectionOutlierDetection. getDefaultInstanceForType()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.api.v2.cluster that return types with arguments of type OutlierDetection Modifier and Type Method Description com.google.protobuf.Parser<OutlierDetection>OutlierDetection. getParserForType()static com.google.protobuf.Parser<OutlierDetection>OutlierDetection. parser()Methods in io.envoyproxy.envoy.api.v2.cluster with parameters of type OutlierDetection Modifier and Type Method Description OutlierDetection.BuilderOutlierDetection.Builder. mergeFrom(OutlierDetection other)static OutlierDetection.BuilderOutlierDetection. newBuilder(OutlierDetection prototype)
-