Class CachedMap<T>
java.lang.Object
org.apache.storm.trident.state.map.CachedMap<T>
- All Implemented Interfaces:
- IBackingMap<T>
Useful to layer over a map that communicates with a database. you generally layer opaque map over this over your database store.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CachedMap
 
- 
- 
Method Details- 
multiGet- Specified by:
- multiGetin interface- IBackingMap<T>
 
- 
multiPut- Specified by:
- multiPutin interface- IBackingMap<T>
 
 
-