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 OutlierDetectionOutlierDetection. DEFAULT_INSTANCEprivate OutlierDetectionCluster.Builder. outlierDetection_private OutlierDetectionCluster. 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. PARSERMethods in io.envoyproxy.envoy.config.cluster.v3 that return OutlierDetection Modifier and Type Method Description OutlierDetectionOutlierDetection.Builder. build()OutlierDetectionOutlierDetection.Builder. buildPartial()static OutlierDetectionOutlierDetection. getDefaultInstance()OutlierDetectionOutlierDetection.Builder. getDefaultInstanceForType()OutlierDetectionOutlierDetection. getDefaultInstanceForType()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.static OutlierDetectionOutlierDetection. parseDelimitedFrom(java.io.InputStream input)static OutlierDetectionOutlierDetection. parseDelimitedFrom(java.io.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(java.io.InputStream input)static OutlierDetectionOutlierDetection. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OutlierDetectionOutlierDetection. parseFrom(java.nio.ByteBuffer data)static OutlierDetectionOutlierDetection. 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 voidOutlierDetection.Builder. buildPartial0(OutlierDetection result)private voidOutlierDetection.Builder. buildPartialRepeatedFields(OutlierDetection result)OutlierDetection.BuilderOutlierDetection.Builder. mergeFrom(OutlierDetection other)Cluster.BuilderCluster.Builder. mergeOutlierDetection(OutlierDetection value)If specified, outlier detection will be enabled for this upstream cluster.static OutlierDetection.BuilderOutlierDetection. newBuilder(OutlierDetection prototype)Cluster.BuilderCluster.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 OutlierDetectionXdsClusterResource. validateOutlierDetection(OutlierDetection outlierDetection)Methods in io.grpc.xds with parameters of type OutlierDetection Modifier and Type Method Description (package private) static EnvoyServerProtoData.OutlierDetectionEnvoyServerProtoData.OutlierDetection. fromEnvoyOutlierDetection(OutlierDetection envoyOutlierDetection)(package private) static OutlierDetectionXdsClusterResource. validateOutlierDetection(OutlierDetection outlierDetection)
-