Package org.apache.hadoop.hbase.util
Interface JSONBean.Writer
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- JSONBean
Use dumping out mbeans as JSON.
-
Method Summary
Modifier and TypeMethodDescriptionvoidflush()voiddefault intwrite(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description) intwrite(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description, ObjectName excluded)
-
Method Details
-
write
- Throws:
IOException
-
write
default int write(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description) throws IOException - Throws:
IOException
-
write
int write(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description, ObjectName excluded) throws IOException - Throws:
IOException
-
flush
- Throws:
IOException
-