Class HiveMetastoreRecording.Pair<K,V>

java.lang.Object
io.trino.plugin.hive.metastore.recording.HiveMetastoreRecording.Pair<K,V>
Enclosing class:
HiveMetastoreRecording

@Immutable public static class HiveMetastoreRecording.Pair<K,V> extends Object
  • Constructor Details

    • Pair

      public Pair(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()