public static class HierarchicalAllocator.Factory extends Object implements RequestAllocator.Factory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Request<T>> |
createRequestAllocator(RequestAllocatorConfig<T> cofiguration)
Create a
RequestAllocator with the input prioritizer and ResourceEstimator. |
public <T extends Request<T>> RequestAllocator<T> createRequestAllocator(RequestAllocatorConfig<T> cofiguration)
RequestAllocator.FactoryRequestAllocator with the input prioritizer and ResourceEstimator.createRequestAllocator in interface RequestAllocator.Factory