public interface MapState<T> extends ReadOnlyMapState<T>
Modifier and Type | Method and Description |
---|---|
void |
multiPut(List<List<Object>> keys,
List<T> vals) |
List<T> |
multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters) |
multiGet
beginCommit, commit
Copyright © 2022 The Apache Software Foundation. All rights reserved.