Package org.apache.hadoop.hbase.types
Class StructBuilder
java.lang.Object
org.apache.hadoop.hbase.types.StructBuilder
A helper for building
Struct
instances.-
Field Details
-
fields
-
-
Constructor Details
-
StructBuilder
public StructBuilder()Create an emptyStructBuilder
.
-
-
Method Details
-
add
Appendfield
to the sequence of accumulated fields. -
toStruct
Retrieve theStruct
represented bythis
. -
reset
Reset the sequence of accumulated fields.
-