| Package | Description |
|---|---|
| org.apache.flink.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
KeyedBudgetManager.AcquisitionResult<K> |
KeyedBudgetManager.acquirePagedBudget(Iterable<K> keys,
long numberOfPages)
Tries to acquire budget for given keys which equals to the number of pages times default page size.
|
static <K> KeyedBudgetManager.AcquisitionResult<K> |
KeyedBudgetManager.AcquisitionResult.failure(long totalAvailableBudgetForAllQueriedKeys) |
static <K> KeyedBudgetManager.AcquisitionResult<K> |
KeyedBudgetManager.AcquisitionResult.success(Map<K,Long> acquiredBudgetPerKey) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.