Interface IBandwidthThrottler


  • public interface IBandwidthThrottler
    • Method Detail

      • getByteAllocation

        long getByteAllocation​(long request)
        Requests bytes from the bandwidth throttler interface. Return value is the number of bytes allocated
        Parameters:
        request - request number of bytes
        Returns:
        allocated number of bytes