Skip navigation links
Hortonworks Data Platform 2.6.3
org.apache.hadoop.hbase.http.jmx

Class JMXJsonServlet

    • Constructor Summary

      Constructors 
      Constructor and Description
      JMXJsonServlet() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doGet(HttpServletRequest request, HttpServletResponse response)
      Process a GET request for the specified resource.
      void init()
      Initialize this servlet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mBeanServer

        protected transient javax.management.MBeanServer mBeanServer
        MBean server.
      • jsonBeanWriter

        protected transient JSONBean jsonBeanWriter
    • Constructor Detail

      • JMXJsonServlet

        public JMXJsonServlet()
    • Method Detail

      • init

        public void init()
                  throws ServletException
        Initialize this servlet.
        Throws:
        ServletException
      • doGet

        public void doGet(HttpServletRequest request,
                          HttpServletResponse response)
                   throws java.io.IOException
        Process a GET request for the specified resource.
        Parameters:
        request - The servlet request we are processing
        response - The servlet response we are creating
        Throws:
        java.io.IOException
Hortonworks Data Platform 2.6.3