| 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
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IncreasableEntry<K,V> |
IncreasableEntry.increase(V deltaValue)
Deprecated.
|
IncreasableEntry<K,V> |
BatchablePipe.take()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchablePipe.put(IncreasableEntry<K,V> increasableEntry)
Deprecated.
|
| Constructor and Description |
|---|
IncreasableEntryWrapper(IncreasableEntry<K,V> increasableEntry) |