|
Liferay 7.0-ce-b8 portal-service | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.concurrent.BatchablePipe<K,V>
public class BatchablePipe<K,V>
| Nested Class Summary | |
|---|---|
protected static class |
BatchablePipe.IncreasableEntryWrapper<K,V>
|
| Field Summary | |
|---|---|
protected ConcurrentMap<K,BatchablePipe.IncreasableEntryWrapper<K,V>> |
concurrentMap
|
protected Queue<IncreasableEntry<K,V>> |
queue
|
| 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 |
| Field Detail |
|---|
protected final ConcurrentMap<K,BatchablePipe.IncreasableEntryWrapper<K,V>> concurrentMap
protected final Queue<IncreasableEntry<K,V>> queue
| Constructor Detail |
|---|
public BatchablePipe()
| Method Detail |
|---|
public boolean put(IncreasableEntry<K,V> increasableEntry)
public IncreasableEntry<K,V> take()
|
Liferay 7.0-ce-b8 portal-service | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||