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.WriterJSONBean.open(PrintWriter writer) Notice that, closing the returnJSONBean.Writerwill not close thewriterpassed in, you still need to close thewriterby yourself.