Modifier and Type | Method and Description |
---|---|
List<T> |
DebugMemoryMapState.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
Modifier and Type | Class and Description |
---|---|
class |
CombinerValueUpdater |
class |
ReducerValueUpdater |
Modifier and Type | Method and Description |
---|---|
T |
SnapshottableMap.update(ValueUpdater updater) |
Modifier and Type | Method and Description |
---|---|
List<T> |
TransactionalMap.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
List<T> |
MapState.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
List<T> |
OpaqueMap.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
List<T> |
NonTransactionalMap.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
List<T> |
SnapshottableMap.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
Modifier and Type | Method and Description |
---|---|
T |
Snapshottable.update(ValueUpdater updater) |
Modifier and Type | Method and Description |
---|---|
T |
MemoryMapState.update(ValueUpdater updater) |
T |
LRUMemoryMapState.update(ValueUpdater updater) |
Modifier and Type | Method and Description |
---|---|
List<T> |
MemoryMapState.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
List<T> |
LRUMemoryMapState.multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.