Package org.apache.storm.hdfs.common
Class HdfsUtils.Pair<K,V>
- java.lang.Object
-
- org.apache.storm.hdfs.common.HdfsUtils.Pair<K,V>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
static <K,V>
HdfsUtils.Pairof(K key, V value)
-
-
-
Method Detail
-
of
public static <K,V> HdfsUtils.Pair of(K key, V value)
-
getKey
public K getKey()
-
getValue
public V getValue()
-
-