Uses of Class
io.envoyproxy.envoy.config.cluster.v3.OutlierDetection
Packages that use OutlierDetection
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of OutlierDetection in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as OutlierDetectionModifier and TypeFieldDescriptionprivate static final OutlierDetection
OutlierDetection.DEFAULT_INSTANCE
private OutlierDetection
Cluster.Builder.outlierDetection_
private OutlierDetection
Cluster.outlierDetection_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type OutlierDetectionModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<OutlierDetection, OutlierDetection.Builder, OutlierDetectionOrBuilder> Cluster.Builder.outlierDetectionBuilder_
private static final com.google.protobuf.Parser
<OutlierDetection> OutlierDetection.PARSER
Methods in io.envoyproxy.envoy.config.cluster.v3 that return OutlierDetectionModifier and TypeMethodDescriptionOutlierDetection.Builder.build()
OutlierDetection.Builder.buildPartial()
static OutlierDetection
OutlierDetection.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 OutlierDetection
OutlierDetection.parseDelimitedFrom
(InputStream input) static OutlierDetection
OutlierDetection.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetection
OutlierDetection.parseFrom
(byte[] data) static OutlierDetection
OutlierDetection.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetection
OutlierDetection.parseFrom
(com.google.protobuf.ByteString data) static OutlierDetection
OutlierDetection.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetection
OutlierDetection.parseFrom
(com.google.protobuf.CodedInputStream input) static OutlierDetection
OutlierDetection.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetection
OutlierDetection.parseFrom
(InputStream input) static OutlierDetection
OutlierDetection.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OutlierDetection
OutlierDetection.parseFrom
(ByteBuffer data) static OutlierDetection
OutlierDetection.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()
private com.google.protobuf.SingleFieldBuilder
<OutlierDetection, OutlierDetection.Builder, OutlierDetectionOrBuilder> Cluster.Builder.internalGetOutlierDetectionFieldBuilder()
If specified, outlier detection will be enabled for this upstream cluster.static com.google.protobuf.Parser
<OutlierDetection> OutlierDetection.parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type OutlierDetectionModifier and TypeMethodDescriptionprivate void
OutlierDetection.Builder.buildPartial0
(OutlierDetection result) private void
OutlierDetection.Builder.buildPartialRepeatedFields
(OutlierDetection result) OutlierDetection.Builder.mergeFrom
(OutlierDetection other) Cluster.Builder.mergeOutlierDetection
(OutlierDetection value) If specified, outlier detection will be enabled for this upstream cluster.static OutlierDetection.Builder
OutlierDetection.newBuilder
(OutlierDetection prototype) Cluster.Builder.setOutlierDetection
(OutlierDetection value) If specified, outlier detection will be enabled for this upstream cluster. -
Uses of OutlierDetection in io.grpc.xds
Methods in io.grpc.xds that return OutlierDetectionModifier and TypeMethodDescription(package private) static OutlierDetection
XdsClusterResource.validateOutlierDetection
(OutlierDetection outlierDetection) Methods in io.grpc.xds with parameters of type OutlierDetectionModifier and TypeMethodDescription(package private) static EnvoyServerProtoData.OutlierDetection
EnvoyServerProtoData.OutlierDetection.fromEnvoyOutlierDetection
(OutlierDetection envoyOutlierDetection) (package private) static OutlierDetection
XdsClusterResource.validateOutlierDetection
(OutlierDetection outlierDetection)