ResourceReservingPartitionedQueue
class ResourceReservingPartitionedQueue<T>(val reservationManager: ReservationManager, val ratioOfTotalMemoryToReserve: Double, val numConsumers: Int, val numProducers: Int, val expectedResourceUsagePerUnit: Long) : PartitionedQueue<T>
Constructors
Link copied to clipboard
constructor(reservationManager: ReservationManager, ratioOfTotalMemoryToReserve: Double, numConsumers: Int, numProducers: Int, expectedResourceUsagePerUnit: Long)