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