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

Packages that use IBackingMap
storm.trident.state.map   
storm.trident.testing   
 

Uses of IBackingMap in storm.trident.state.map
 

Classes in storm.trident.state.map that implement IBackingMap
 class CachedMap<T>
          Useful to layer over a map that communicates with a database.
 class MicroBatchIBackingMap<T>
           
 

Fields in storm.trident.state.map declared as IBackingMap
 IBackingMap<T> CachedBatchReadsMap._delegate
           
 

Methods in storm.trident.state.map with parameters of type IBackingMap
static
<T> MapState<T>
OpaqueMap.build(IBackingMap<OpaqueValue> backing)
           
static
<T> MapState<T>
NonTransactionalMap.build(IBackingMap<T> backing)
           
static
<T> MapState<T>
TransactionalMap.build(IBackingMap<TransactionalValue> backing)
           
 

Constructors in storm.trident.state.map with parameters of type IBackingMap
CachedBatchReadsMap(IBackingMap<T> delegate)
           
CachedMap(IBackingMap<T> delegate, int cacheSize)
           
MicroBatchIBackingMap(MicroBatchIBackingMap.Options options, IBackingMap<T> delegate)
           
NonTransactionalMap(IBackingMap<T> backing)
           
OpaqueMap(IBackingMap<OpaqueValue> backing)
           
TransactionalMap(IBackingMap<TransactionalValue> backing)
           
 

Uses of IBackingMap in storm.trident.testing
 

Classes in storm.trident.testing that implement IBackingMap
 class MemoryBackingMap
           
 



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