storm.trident.state.map
Class MicroBatchIBackingMap<T>
java.lang.Object
storm.trident.state.map.MicroBatchIBackingMap<T>
- All Implemented Interfaces:
- IBackingMap<T>
public class MicroBatchIBackingMap<T>
- extends Object
- implements IBackingMap<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MicroBatchIBackingMap
public MicroBatchIBackingMap(MicroBatchIBackingMap.Options options,
IBackingMap<T> delegate)
multiPut
public void multiPut(List<List<Object>> keys,
List<T> values)
- Specified by:
multiPut in interface IBackingMap<T>
multiGet
public List<T> multiGet(List<List<Object>> keys)
- Specified by:
multiGet in interface IBackingMap<T>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.