public static class HivePageSinkMetadata.JsonSerializableEntry<K,V> extends Object
| Constructor and Description |
|---|
JsonSerializableEntry(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> List<HivePageSinkMetadata.JsonSerializableEntry<K,V>> |
fromMap(Map<K,V> map) |
K |
getKey() |
V |
getValue() |
static <K,V> Map<K,V> |
toMap(List<HivePageSinkMetadata.JsonSerializableEntry<K,V>> list) |
public K getKey()
public V getValue()
public static <K,V> List<HivePageSinkMetadata.JsonSerializableEntry<K,V>> fromMap(Map<K,V> map)
public static <K,V> Map<K,V> toMap(List<HivePageSinkMetadata.JsonSerializableEntry<K,V>> list)
Copyright © 2012-2017. All Rights Reserved.