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