Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.concurrent
Class BatchablePipe<K,V>

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.BatchablePipe<K,V>

public class BatchablePipe<K,V>
extends Object


Constructor Summary
BatchablePipe()
           
 
Method Summary
 boolean put(IncreasableEntry<K,V> increasableEntry)
           
 IncreasableEntry<K,V> take()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchablePipe

public BatchablePipe()
Method Detail

put

public boolean put(IncreasableEntry<K,V> increasableEntry)

take

public IncreasableEntry<K,V> take()

Liferay 6.1.2-ce-ga3