public static interface Databricks.RateLimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getMaxBurst()
The maximum burst of API requests allowed for a single endpoint.
|
long |
getMaxSustainedPerSecond()
The maximum sustained request per second limit for a single endpoint.
|
boolean |
hasMaxBurst()
The maximum burst of API requests allowed for a single endpoint.
|
boolean |
hasMaxSustainedPerSecond()
The maximum sustained request per second limit for a single endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMaxBurst()
The maximum burst of API requests allowed for a single endpoint. In the context of the token bucket algorithm, this constant represents the total capacity of the token bucket.
optional int64 max_burst = 1;
long getMaxBurst()
The maximum burst of API requests allowed for a single endpoint. In the context of the token bucket algorithm, this constant represents the total capacity of the token bucket.
optional int64 max_burst = 1;
boolean hasMaxSustainedPerSecond()
The maximum sustained request per second limit for a single endpoint. In the context of the, token bucket algorithm, this constant represents the rate at which the token bucket fills.
optional int64 max_sustained_per_second = 2;
long getMaxSustainedPerSecond()
The maximum sustained request per second limit for a single endpoint. In the context of the, token bucket algorithm, this constant represents the rate at which the token bucket fills.
optional int64 max_sustained_per_second = 2;
Copyright © 2018. All rights reserved.