Uses of Class
io.envoyproxy.envoy.api.v2.Cluster.RefreshRate
-
Packages that use Cluster.RefreshRate Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha -
-
Uses of Cluster.RefreshRate in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Cluster.RefreshRate Modifier and Type Method Description Cluster.RefreshRateCluster.RefreshRate.Builder. build()Cluster.RefreshRateCluster.RefreshRate.Builder. buildPartial()static Cluster.RefreshRateCluster.RefreshRate. getDefaultInstance()Cluster.RefreshRateCluster.RefreshRate.Builder. getDefaultInstanceForType()Cluster.RefreshRateCluster.RefreshRate. getDefaultInstanceForType()Cluster.RefreshRateCluster.Builder. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this is used as the cluster’s DNS refresh rate when requests are failing.Cluster.RefreshRateCluster. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this is used as the cluster’s DNS refresh rate when requests are failing.Cluster.RefreshRateClusterOrBuilder. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this is used as the cluster’s DNS refresh rate when requests are failing.static Cluster.RefreshRateCluster.RefreshRate. parseDelimitedFrom(InputStream input)static Cluster.RefreshRateCluster.RefreshRate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(byte[] data)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(com.google.protobuf.ByteString data)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(com.google.protobuf.CodedInputStream input)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(InputStream input)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(ByteBuffer data)static Cluster.RefreshRateCluster.RefreshRate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type Cluster.RefreshRate Modifier and Type Method Description com.google.protobuf.Parser<Cluster.RefreshRate>Cluster.RefreshRate. getParserForType()static com.google.protobuf.Parser<Cluster.RefreshRate>Cluster.RefreshRate. parser()Methods in io.envoyproxy.envoy.api.v2 with parameters of type Cluster.RefreshRate Modifier and Type Method Description Cluster.BuilderCluster.Builder. mergeDnsFailureRefreshRate(Cluster.RefreshRate value)If the DNS failure refresh rate is specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this is used as the cluster’s DNS refresh rate when requests are failing.Cluster.RefreshRate.BuilderCluster.RefreshRate.Builder. mergeFrom(Cluster.RefreshRate other)static Cluster.RefreshRate.BuilderCluster.RefreshRate. newBuilder(Cluster.RefreshRate prototype)Cluster.BuilderCluster.Builder. setDnsFailureRefreshRate(Cluster.RefreshRate value)If the DNS failure refresh rate is specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this is used as the cluster’s DNS refresh rate when requests are failing. -
Uses of Cluster.RefreshRate in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha
Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha that return Cluster.RefreshRate Modifier and Type Method Description Cluster.RefreshRateDnsCacheConfig.Builder. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified, this is used as the cache's DNS refresh rate when DNS requests are failing.Cluster.RefreshRateDnsCacheConfig. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified, this is used as the cache's DNS refresh rate when DNS requests are failing.Cluster.RefreshRateDnsCacheConfigOrBuilder. getDnsFailureRefreshRate()If the DNS failure refresh rate is specified, this is used as the cache's DNS refresh rate when DNS requests are failing.Methods in io.envoyproxy.envoy.config.common.dynamic_forward_proxy.v2alpha with parameters of type Cluster.RefreshRate Modifier and Type Method Description DnsCacheConfig.BuilderDnsCacheConfig.Builder. mergeDnsFailureRefreshRate(Cluster.RefreshRate value)If the DNS failure refresh rate is specified, this is used as the cache's DNS refresh rate when DNS requests are failing.DnsCacheConfig.BuilderDnsCacheConfig.Builder. setDnsFailureRefreshRate(Cluster.RefreshRate value)If the DNS failure refresh rate is specified, this is used as the cache's DNS refresh rate when DNS requests are failing.
-