storm.trident.state.map
Interface ReadOnlyMapState<T>

All Superinterfaces:
State
All Known Subinterfaces:
MapState<T>
All Known Implementing Classes:
LRUMemoryMapState, MemoryMapState, NonTransactionalMap, OpaqueMap, SnapshottableMap, TransactionalMap

public interface ReadOnlyMapState<T>
extends State


Method Summary
 List<T> multiGet(List<List<Object>> keys)
           
 
Methods inherited from interface storm.trident.state.State
beginCommit, commit
 

Method Detail

multiGet

List<T> multiGet(List<List<Object>> keys)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.