Uses of Interface
storm.trident.state.map.ReadOnlyMapState

Packages that use ReadOnlyMapState
storm.trident.operation.builtin   
storm.trident.state.map   
storm.trident.testing   
 

Uses of ReadOnlyMapState in storm.trident.operation.builtin
 

Methods in storm.trident.operation.builtin with parameters of type ReadOnlyMapState
 List<Object> MapGet.batchRetrieve(ReadOnlyMapState map, List<TridentTuple> keys)
           
 

Uses of ReadOnlyMapState in storm.trident.state.map
 

Subinterfaces of ReadOnlyMapState in storm.trident.state.map
 interface MapState<T>
           
 

Classes in storm.trident.state.map that implement ReadOnlyMapState
 class NonTransactionalMap<T>
           
 class OpaqueMap<T>
           
 class SnapshottableMap<T>
           
 class TransactionalMap<T>
           
 

Uses of ReadOnlyMapState in storm.trident.testing
 

Classes in storm.trident.testing that implement ReadOnlyMapState
 class LRUMemoryMapState<T>
           
 class MemoryMapState<T>
           
 



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