Class AsyncRequestBuffer<K>

  • Type Parameters:
    K - the type of the key
    All Implemented Interfaces:
    Closeable, AutoCloseable

    @NotThreadSafe
    public class AsyncRequestBuffer<K>
    extends Object
    implements Closeable
    A buffer to hold async requests to execute async requests in batch, which can only be manipulated within task thread.