public static interface RequestAllocator.Factory
| Modifier and Type | Method and Description |
|---|---|
<T extends Request<T>> |
createRequestAllocator(RequestAllocatorConfig<T> configuration)
Create a
RequestAllocator with the input prioritizer and ResourceEstimator. |
<T extends Request<T>> RequestAllocator<T> createRequestAllocator(RequestAllocatorConfig<T> configuration)
RequestAllocator with the input prioritizer and ResourceEstimator.