Package org.apache.bookkeeper.metastore
Class MetastoreTableItem
java.lang.Object
org.apache.bookkeeper.metastore.MetastoreTableItem
Identify an item in a metastore table.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetastoreTableItem
-
-
Method Details
-
getKey
Get the key of the table item.- Returns:
- key of table item.
-
setKey
Set the key of the item.- Parameters:
key- Key
-
getValue
Get the value of the item.- Returns:
- value of the item.
-
setValue
Set the value of the item.- Parameters:
value- of the item.
-