Interface DnsCacheCircuitBreakersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DnsCacheCircuitBreakers,DnsCacheCircuitBreakers.Builder
public interface DnsCacheCircuitBreakersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.UInt32ValuegetMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the resolver.com.google.protobuf.UInt32ValueOrBuildergetMaxPendingRequestsOrBuilder()The maximum number of pending requests that Envoy will allow to the resolver.booleanhasMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the resolver.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxPendingRequests
boolean hasMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;- Returns:
- Whether the maxPendingRequests field is set.
-
getMaxPendingRequests
com.google.protobuf.UInt32Value getMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;- Returns:
- The maxPendingRequests.
-
getMaxPendingRequestsOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getMaxPendingRequestsOrBuilder()
The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;
-
-