Class MetastoreTableItem

java.lang.Object
org.apache.bookkeeper.metastore.MetastoreTableItem

public class MetastoreTableItem extends Object
Identify an item in a metastore table.
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Get the key of the table item.
      Returns:
      key of table item.
    • setKey

      public void setKey(String key)
      Set the key of the item.
      Parameters:
      key - Key
    • getValue

      public Versioned<Value> getValue()
      Get the value of the item.
      Returns:
      value of the item.
    • setValue

      public void setValue(Versioned<Value> value)
      Set the value of the item.
      Parameters:
      value - of the item.