@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"}) public final class TimelineServiceHelper extends Object
Modifier and Type | Method and Description |
---|---|
static long |
invertLong(long key)
Inverts the given key.
|
static <E,V> HashMap<E,V> |
mapCastToHashMap(Map<E,V> originalMap)
Cast map to HashMap for generic type.
|
public static <E,V> HashMap<E,V> mapCastToHashMap(Map<E,V> originalMap)
E
- key typeV
- value typeoriginalMap
- the map need to be castedpublic static long invertLong(long key)
key
- value to be inverted .Copyright © 2008–2021 Apache Software Foundation. All rights reserved.