storm.trident.state.map
Class MicroBatchIBackingMap<T>

java.lang.Object
  extended by storm.trident.state.map.MicroBatchIBackingMap<T>
All Implemented Interfaces:
IBackingMap<T>

public class MicroBatchIBackingMap<T>
extends Object
implements IBackingMap<T>


Nested Class Summary
static class MicroBatchIBackingMap.Options
           
 
Constructor Summary
MicroBatchIBackingMap(MicroBatchIBackingMap.Options options, IBackingMap<T> delegate)
           
 
Method Summary
 List<T> multiGet(List<List<Object>> keys)
           
 void multiPut(List<List<Object>> keys, List<T> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroBatchIBackingMap

public MicroBatchIBackingMap(MicroBatchIBackingMap.Options options,
                             IBackingMap<T> delegate)
Method Detail

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.