| Package | Description |
|---|---|
| com.liferay.portal.internal.increment |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedIncreasableEntry<K,T> |
| 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 |
|---|
IncreasableEntryWrapper(IncreasableEntry<K,V> increasableEntry) |