Package org.apache.storm.kafka.migration
Class MapUtil
java.lang.Object
org.apache.storm.kafka.migration.MapUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TgetOrError(Map<String, Object> conf, String key) Get value for key.
- 
Constructor Details- 
MapUtilpublic MapUtil()
 
- 
- 
Method Details- 
getOrErrorGet value for key. Error if value is null or not the expected type.
 
-