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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.types.StructBuilder
    StructBuilder.add(org.apache.hadoop.hbase.types.DataType<?> field)
    Append field to the sequence of accumulated fields.
    org.apache.hadoop.hbase.types.StructBuilder
    StructBuilder.reset()
    Reset the sequence of accumulated fields.