storm.trident.testing
Class MemoryBackingMap

java.lang.Object
  extended by storm.trident.testing.MemoryBackingMap
All Implemented Interfaces:
IBackingMap<Object>

public class MemoryBackingMap
extends Object
implements IBackingMap<Object>


Constructor Summary
MemoryBackingMap()
           
 
Method Summary
 List<Object> multiGet(List<List<Object>> keys)
           
 void multiPut(List<List<Object>> keys, List<Object> vals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryBackingMap

public MemoryBackingMap()
Method Detail

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.