@FunctionalInterface
public interface RequestAllocator
Modifier and Type | Method and Description |
---|---|
long |
allocateRequests(long requestCount,
java.util.List<Observation> observations) |
static RequestAllocator |
balanced() |
static RequestAllocator |
sequential() |
static RequestAllocator |
spread() |
long allocateRequests(long requestCount, java.util.List<Observation> observations)
static RequestAllocator balanced()
static RequestAllocator sequential()
static RequestAllocator spread()