Package org.apache.bookkeeper.metastore
Class MetastoreTableItem
- java.lang.Object
- 
- org.apache.bookkeeper.metastore.MetastoreTableItem
 
- 
 public class MetastoreTableItem extends java.lang.ObjectIdentify an item in a metastore table.
- 
- 
Constructor SummaryConstructors Constructor Description MetastoreTableItem(java.lang.String key, Versioned<Value> value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Get the key of the table item.Versioned<Value>getValue()Get the value of the item.voidsetKey(java.lang.String key)Set the key of the item.voidsetValue(Versioned<Value> value)Set the value of the item.
 
-