public interface Batcher<T> extends Closeable
boolean add(T item)
boolean add(T item, long timeout, TimeUnit unit) throws InterruptedException
InterruptedExceptionboolean addOrWait(T item) throws InterruptedException
InterruptedExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2015 Calrissian. All rights reserved.