Package org.apache.hadoop.hbase
Interface TagBuilder
- All Known Implementing Classes:
TagBuilderImpl
Builder implementation to create
Tag
Call setTagValue(byte[]) method to create
ArrayBackedTag
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the tag.setTagType
(byte tagType) Set type of the tag.setTagValue
(byte[] tagBytes) Set the value of the tag.
-
Method Details
-
setTagType
Set type of the tag.- Parameters:
tagType
- type of the tag- Returns:
TagBuilder
-
setTagValue
Set the value of the tag.- Parameters:
tagBytes
- tag bytes.- Returns:
TagBuilder
-
build
Build the tag.- Returns:
Tag
-