Uses of Class
org.apache.hadoop.hbase.types.StructBuilder
Packages that use org.apache.hadoop.hbase.types.StructBuilder
Package
Description
This package provides the definition and implementation of HBase's
extensible data type API.
-
Uses of org.apache.hadoop.hbase.types.StructBuilder in org.apache.hadoop.hbase.types
Methods in org.apache.hadoop.hbase.types that return org.apache.hadoop.hbase.types.StructBuilder in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.types.StructBuilderStructBuilder.add(org.apache.hadoop.hbase.types.DataType<?> field) Appendfieldto the sequence of accumulated fields.org.apache.hadoop.hbase.types.StructBuilderStructBuilder.reset()Reset the sequence of accumulated fields.