Skip navigation links
C E F G H M O P R S 

C

clone() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
 
clone() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
 
clone() - Method in class org.apache.gobblin.restli.throttling.Policy
 
copy() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
 
copy() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
 
copy() - Method in class org.apache.gobblin.restli.throttling.Policy
 

E

expiration() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation.Fields
Expiration time in Unix timestamp of the allocated permits.

F

fields() - Static method in class org.apache.gobblin.restli.throttling.PermitAllocation
 
Fields(List<String>, String) - Constructor for class org.apache.gobblin.restli.throttling.PermitAllocation.Fields
 
Fields() - Constructor for class org.apache.gobblin.restli.throttling.PermitAllocation.Fields
 
fields() - Static method in class org.apache.gobblin.restli.throttling.PermitRequest
 
Fields(List<String>, String) - Constructor for class org.apache.gobblin.restli.throttling.PermitRequest.Fields
 
Fields() - Constructor for class org.apache.gobblin.restli.throttling.PermitRequest.Fields
 
fields() - Static method in class org.apache.gobblin.restli.throttling.Policy
 
Fields(List<String>, String) - Constructor for class org.apache.gobblin.restli.throttling.Policy.Fields
 
Fields() - Constructor for class org.apache.gobblin.restli.throttling.Policy.Fields
 

G

getExpiration(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for expiration
getExpiration() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for expiration
getMetrics(GetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for metrics
getMetrics() - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for metrics
getMinPermits(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for minPermits
getMinPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for minPermits
getMinRetryDelayMillis(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for minRetryDelayMillis
getMinRetryDelayMillis() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for minRetryDelayMillis
getParameters(GetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for parameters
getParameters() - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for parameters
getPermits(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for permits
getPermits() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Getter for permits
getPermits(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for permits
getPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for permits
getPolicyDetails(GetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for policyDetails
getPolicyDetails() - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for policyDetails
getPolicyName(GetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for policyName
getPolicyName() - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for policyName
getRequestorIdentifier(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for requestorIdentifier
getRequestorIdentifier() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for requestorIdentifier
getResource(GetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for resource
getResource() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Getter for resource
getResource(GetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for resource
getResource() - Method in class org.apache.gobblin.restli.throttling.Policy
Getter for resource

H

hasExpiration() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Existence checker for expiration
hasMetrics() - Method in class org.apache.gobblin.restli.throttling.Policy
Existence checker for metrics
hasMinPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Existence checker for minPermits
hasMinRetryDelayMillis() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Existence checker for minRetryDelayMillis
hasParameters() - Method in class org.apache.gobblin.restli.throttling.Policy
Existence checker for parameters
hasPermits() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Existence checker for permits
hasPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Existence checker for permits
hasPolicyDetails() - Method in class org.apache.gobblin.restli.throttling.Policy
Existence checker for policyDetails
hasPolicyName() - Method in class org.apache.gobblin.restli.throttling.Policy
Existence checker for policyName
hasRequestorIdentifier() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Existence checker for requestorIdentifier
hasResource() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Existence checker for resource
hasResource() - Method in class org.apache.gobblin.restli.throttling.Policy
Existence checker for resource

M

metrics() - Method in class org.apache.gobblin.restli.throttling.Policy.Fields
Metrics for this policy.
minPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest.Fields
Minimum number of useful permits.
minRetryDelayMillis() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation.Fields
Client should not try to acquire permits before this delay has passed.

O

org.apache.gobblin.restli.throttling - package org.apache.gobblin.restli.throttling
 

P

parameters() - Method in class org.apache.gobblin.restli.throttling.Policy.Fields
Parameters for this policy.
PermitAllocation - Class in org.apache.gobblin.restli.throttling
Used by gobblin-throttling-service to allocate permits to a client.
PermitAllocation() - Constructor for class org.apache.gobblin.restli.throttling.PermitAllocation
 
PermitAllocation(DataMap) - Constructor for class org.apache.gobblin.restli.throttling.PermitAllocation
 
PermitAllocation.Fields - Class in org.apache.gobblin.restli.throttling
 
PermitRequest - Class in org.apache.gobblin.restli.throttling
Used to request permits from a gobblin-throttling-service.
PermitRequest() - Constructor for class org.apache.gobblin.restli.throttling.PermitRequest
 
PermitRequest(DataMap) - Constructor for class org.apache.gobblin.restli.throttling.PermitRequest
 
PermitRequest.Fields - Class in org.apache.gobblin.restli.throttling
 
permits() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation.Fields
Number of permits allocated.
permits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest.Fields
Number of permits needed.
Policy - Class in org.apache.gobblin.restli.throttling
A throttling policy for Gobblin throttling service.
Policy() - Constructor for class org.apache.gobblin.restli.throttling.Policy
 
Policy(DataMap) - Constructor for class org.apache.gobblin.restli.throttling.Policy
 
Policy.Fields - Class in org.apache.gobblin.restli.throttling
 
policyDetails() - Method in class org.apache.gobblin.restli.throttling.Policy.Fields
Human readable policy details.
policyName() - Method in class org.apache.gobblin.restli.throttling.Policy.Fields
The name of the policy.

R

removeExpiration() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Remover for expiration
removeMetrics() - Method in class org.apache.gobblin.restli.throttling.Policy
Remover for metrics
removeMinPermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Remover for minPermits
removeMinRetryDelayMillis() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Remover for minRetryDelayMillis
removeParameters() - Method in class org.apache.gobblin.restli.throttling.Policy
Remover for parameters
removePermits() - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Remover for permits
removePermits() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Remover for permits
removePolicyDetails() - Method in class org.apache.gobblin.restli.throttling.Policy
Remover for policyDetails
removePolicyName() - Method in class org.apache.gobblin.restli.throttling.Policy
Remover for policyName
removeRequestorIdentifier() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Remover for requestorIdentifier
removeResource() - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Remover for resource
removeResource() - Method in class org.apache.gobblin.restli.throttling.Policy
Remover for resource
requestorIdentifier() - Method in class org.apache.gobblin.restli.throttling.PermitRequest.Fields
Identifier of the service requesting the permits.
resource() - Method in class org.apache.gobblin.restli.throttling.PermitRequest.Fields
Resource for which permits are needed.
resource() - Method in class org.apache.gobblin.restli.throttling.Policy.Fields
Resource for which this policy applied.

S

setExpiration(Long, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for expiration
setExpiration(Long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for expiration
setExpiration(long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for expiration
setMetrics(StringMap, SetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for metrics
setMetrics(StringMap) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for metrics
setMinPermits(Long, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for minPermits
setMinPermits(Long) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for minPermits
setMinPermits(long) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for minPermits
setMinRetryDelayMillis(Long, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for minRetryDelayMillis
setMinRetryDelayMillis(Long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for minRetryDelayMillis
setMinRetryDelayMillis(long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for minRetryDelayMillis
setParameters(StringMap, SetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for parameters
setParameters(StringMap) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for parameters
setPermits(Long, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for permits
setPermits(Long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for permits
setPermits(long) - Method in class org.apache.gobblin.restli.throttling.PermitAllocation
Setter for permits
setPermits(Long, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for permits
setPermits(Long) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for permits
setPermits(long) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for permits
setPolicyDetails(String, SetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for policyDetails
setPolicyDetails(String) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for policyDetails
setPolicyName(String, SetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for policyName
setPolicyName(String) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for policyName
setRequestorIdentifier(String, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for requestorIdentifier
setRequestorIdentifier(String) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for requestorIdentifier
setResource(String, SetMode) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for resource
setResource(String) - Method in class org.apache.gobblin.restli.throttling.PermitRequest
Setter for resource
setResource(String, SetMode) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for resource
setResource(String) - Method in class org.apache.gobblin.restli.throttling.Policy
Setter for resource
C E F G H M O P R S 
Skip navigation links