Class RecordingHiveMetastore.Pair<K,​V>

    • Constructor Detail

      • Pair

        public Pair​(K key,
                    V value)
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()