Class StateRequestBuffer<K>

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

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