@LimitedPrivate({"MapReduce","YARN"})
public final class TimelineServiceHelper
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static long |
invertLong(long key) |
Inverts the given key.
|
static <E,V> |
mapCastToHashMap(java.util.Map<E,V> originalMap) |
Cast map to HashMap for generic type.
|
public static <E,V> java.util.HashMap<E,V> mapCastToHashMap(java.util.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–2025 Apache Software Foundation. All rights reserved.