public static class PermitAllocation.Fields
extends com.linkedin.data.schema.PathSpec
| Constructor and Description |
|---|
Fields() |
Fields(java.util.List<java.lang.String> path,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.data.schema.PathSpec |
expiration()
Expiration time in Unix timestamp of the allocated permits.
|
com.linkedin.data.schema.PathSpec |
minRetryDelayMillis()
Client should not try to acquire permits before this delay has passed.
|
com.linkedin.data.schema.PathSpec |
permits()
Number of permits allocated.
|
public Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public Fields()
public com.linkedin.data.schema.PathSpec permits()
public com.linkedin.data.schema.PathSpec expiration()
public com.linkedin.data.schema.PathSpec minRetryDelayMillis()