Uses of Class
org.apache.hadoop.hbase.types.StructBuilder

Packages that use StructBuilder
org.apache.hadoop.hbase.types This package provides the definition and implementation of HBase's extensible data type API. 
 

Uses of StructBuilder in org.apache.hadoop.hbase.types
 

Methods in org.apache.hadoop.hbase.types that return StructBuilder
 StructBuilder StructBuilder.add(DataType<?> field)
          Append field to the sequence of accumulated fields.
 StructBuilder StructBuilder.reset()
          Reset the sequence of accumulated fields.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.