Uses of Interface
org.apache.hadoop.hbase.util.JSONBean.Writer

Packages that use org.apache.hadoop.hbase.util.JSONBean.Writer
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.JSONBean.Writer in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.JSONBean.Writer in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.JSONBean.Writer
    JSONBean.open(PrintWriter writer)
    Notice that, closing the return JSONBean.Writer will not close the writer passed in, you still need to close the writer by yourself.