com.nhncorp.neptune.master
Class JspHelper

java.lang.Object
  extended by com.nhncorp.neptune.master.JspHelper

public class JspHelper
extends java.lang.Object


Constructor Summary
JspHelper()
           
 
Method Summary
 void getClusterInfo(java.io.Writer out)
           
 java.lang.String getMasterHostName()
           
 void getTableInfo(java.io.Writer out, java.lang.String tableName, int page)
           
 void getTables(java.io.Writer out)
           
 void getTabletDetailInfo(java.io.Writer out, java.lang.String tabletName, java.lang.String tabletServerHost)
           
 void getTabletServerDetailInfos(java.io.Writer out, java.lang.String tabletServerHost)
           
 void getTabletServers(java.io.Writer out)
           
 Row runQuery(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspHelper

public JspHelper()
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getMasterHostName

public java.lang.String getMasterHostName()
                                   throws java.io.IOException
Throws:
java.io.IOException

getClusterInfo

public void getClusterInfo(java.io.Writer out)
                    throws java.io.IOException
Throws:
java.io.IOException

getTabletServers

public void getTabletServers(java.io.Writer out)
                      throws java.io.IOException
Throws:
java.io.IOException

getTables

public void getTables(java.io.Writer out)
               throws java.io.IOException
Throws:
java.io.IOException

getTabletDetailInfo

public void getTabletDetailInfo(java.io.Writer out,
                                java.lang.String tabletName,
                                java.lang.String tabletServerHost)
                         throws java.io.IOException
Throws:
java.io.IOException

getTabletServerDetailInfos

public void getTabletServerDetailInfos(java.io.Writer out,
                                       java.lang.String tabletServerHost)
                                throws java.io.IOException
Throws:
java.io.IOException

getTableInfo

public void getTableInfo(java.io.Writer out,
                         java.lang.String tableName,
                         int page)
                  throws java.io.IOException
Throws:
java.io.IOException

runQuery

public Row runQuery(java.lang.String query)
             throws java.lang.Exception
Throws:
java.lang.Exception