@Deprecated
public class CoalescedPipe<E>
extends Object
Constructor and Description |
---|
CoalescedPipe()
Deprecated.
|
CoalescedPipe(Comparator<E> comparator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
coalescedCount()
Deprecated.
|
int |
pendingCount()
Deprecated.
|
void |
put(E e)
Deprecated.
|
E |
take()
Deprecated.
|
Object[] |
takeSnapshot()
Deprecated.
|
public CoalescedPipe()
public CoalescedPipe(Comparator<E> comparator)
public long coalescedCount()
public int pendingCount()
public void put(E e) throws InterruptedException
InterruptedException
public E take() throws InterruptedException
InterruptedException
public Object[] takeSnapshot()