Package org.apache.bookkeeper.metastore
Class MetastoreTableItem
- java.lang.Object
-
- org.apache.bookkeeper.metastore.MetastoreTableItem
-
public class MetastoreTableItem extends java.lang.Object
Identify an item in a metastore table.
-
-
Constructor Summary
Constructors Constructor Description MetastoreTableItem(java.lang.String key, Versioned<Value> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Get the key of the table item.Versioned<Value>
getValue()
Get the value of the item.void
setKey(java.lang.String key)
Set the key of the item.void
setValue(Versioned<Value> value)
Set the value of the item.
-