Uses of Interface
org.apache.hadoop.hbase.util.JSONBean.Writer
-
Uses of JSONBean.Writer in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionJSONBean.open
(PrintWriter writer) Notice that, closing the returnJSONBean.Writer
will not close thewriter
passed in, you still need to close thewriter
by yourself.