com.nhncorp.neptune.master
Class JspHelper
java.lang.Object
com.nhncorp.neptune.master.JspHelper
public class JspHelper
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspHelper
public JspHelper()
throws java.io.IOException
- Throws:
java.io.IOException
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