storm.trident.state.map
Class NonTransactionalMap<T>
java.lang.Object
storm.trident.state.map.NonTransactionalMap<T>
- All Implemented Interfaces:
- MapState<T>, ReadOnlyMapState<T>, State
public class NonTransactionalMap<T>
- extends Object
- implements MapState<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonTransactionalMap
protected NonTransactionalMap(IBackingMap<T> backing)
build
public static <T> MapState<T> build(IBackingMap<T> backing)
multiGet
public List<T> multiGet(List<List<Object>> keys)
- Specified by:
multiGet in interface ReadOnlyMapState<T>
multiUpdate
public List<T> multiUpdate(List<List<Object>> keys,
List<ValueUpdater> updaters)
- Specified by:
multiUpdate in interface MapState<T>
multiPut
public void multiPut(List<List<Object>> keys,
List<T> vals)
- Specified by:
multiPut in interface MapState<T>
beginCommit
public void beginCommit(Long txid)
- Specified by:
beginCommit in interface State
commit
public void commit(Long txid)
- Specified by:
commit in interface State
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.