Uses of Class
io.envoyproxy.envoy.config.cluster.v3.OutlierDetection
-
Packages that use OutlierDetection Package Description io.envoyproxy.envoy.config.cluster.v3 io.grpc.xds 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 OutlierDetection Modifier and Type Field Description private static 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 OutlierDetection Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<OutlierDetection,OutlierDetection.Builder,OutlierDetectionOrBuilder>
Cluster.Builder. outlierDetectionBuilder_
private static com.google.protobuf.Parser<OutlierDetection>
OutlierDetection. PARSER
Methods in io.envoyproxy.envoy.config.cluster.v3 that return OutlierDetection Modifier and Type Method Description OutlierDetection
OutlierDetection.Builder. build()
OutlierDetection
OutlierDetection.Builder. buildPartial()
static OutlierDetection
OutlierDetection. getDefaultInstance()
OutlierDetection
OutlierDetection.Builder. getDefaultInstanceForType()
OutlierDetection
OutlierDetection. getDefaultInstanceForType()
OutlierDetection
Cluster.Builder. getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.OutlierDetection
Cluster. getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.OutlierDetection
ClusterOrBuilder. getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.static OutlierDetection
OutlierDetection. parseDelimitedFrom(java.io.InputStream input)
static OutlierDetection
OutlierDetection. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static OutlierDetection
OutlierDetection. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(java.nio.ByteBuffer data)
static OutlierDetection
OutlierDetection. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type OutlierDetection Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<OutlierDetection,OutlierDetection.Builder,OutlierDetectionOrBuilder>
Cluster.Builder. getOutlierDetectionFieldBuilder()
If specified, outlier detection will be enabled for this upstream cluster.com.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 OutlierDetection Modifier and Type Method Description private void
OutlierDetection.Builder. buildPartial0(OutlierDetection result)
private void
OutlierDetection.Builder. buildPartialRepeatedFields(OutlierDetection result)
OutlierDetection.Builder
OutlierDetection.Builder. mergeFrom(OutlierDetection other)
Cluster.Builder
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
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 OutlierDetection Modifier and Type Method Description (package private) static OutlierDetection
XdsClusterResource. validateOutlierDetection(OutlierDetection outlierDetection)
Methods in io.grpc.xds with parameters of type OutlierDetection Modifier and Type Method Description (package private) static EnvoyServerProtoData.OutlierDetection
EnvoyServerProtoData.OutlierDetection. fromEnvoyOutlierDetection(OutlierDetection envoyOutlierDetection)
(package private) static OutlierDetection
XdsClusterResource. validateOutlierDetection(OutlierDetection outlierDetection)
-