| Package | Description |
|---|---|
| com.liferay.portal.kernel.concurrent |
| Modifier and Type | Field and Description |
|---|---|
protected IncreasableEntry<K,V> |
BatchablePipe.IncreasableEntryWrapper.increasableEntry |
| Modifier and Type | Field and Description |
|---|---|
protected Queue<IncreasableEntry<K,V>> |
BatchablePipe.queue |
| Modifier and Type | Method and Description |
|---|---|
abstract IncreasableEntry<K,V> |
IncreasableEntry.increase(V deltaValue) |
IncreasableEntry<K,V> |
BatchablePipe.take() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchablePipe.put(IncreasableEntry<K,V> increasableEntry) |
| Constructor and Description |
|---|
BatchablePipe.IncreasableEntryWrapper(IncreasableEntry<K,V> increasableEntry) |