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 TypeMethodDescriptionvoid
flush()
void
default int
write
(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description) int
write
(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
-