Uses of Interface
org.apache.hadoop.hbase.util.JSONBean.Writer
Packages that use org.apache.hadoop.hbase.util.JSONBean.Writer
-
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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.JSONBean.Writer
JSONBean.open
(PrintWriter writer) Notice that, closing the returnJSONBean.Writer
will not close thewriter
passed in, you still need to close thewriter
by yourself.