Uses of Interface
org.apache.hadoop.hbase.util.JSONBean.Writer
Packages that use JSONBean.Writer
-
Uses of JSONBean.Writer in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return JSONBean.WriterModifier and TypeMethodDescriptionJSONBean.open(PrintWriter writer) Notice that, closing the returnJSONBean.Writerwill not close thewriterpassed in, you still need to close thewriterby yourself.