org.apache.hadoop.hbase.rest
Class RowHandler
java.lang.Object
org.apache.hadoop.hbase.rest.GenericHandler
org.apache.hadoop.hbase.rest.RowHandler
public class RowHandler
- extends GenericHandler
Fields inherited from class org.apache.hadoop.hbase.rest.GenericHandler |
ACCEPT, admin, COLUMN, conf, CONTENT_TYPE, END_ROW, LOG, REGIONS, ROW, START_ROW, TIMESTAMP |
Method Summary |
void |
doDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
|
void |
doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
|
Methods inherited from class org.apache.hadoop.hbase.rest.GenericHandler |
doElement, doMethodNotAllowed, doNotAcceptable, doNotAcceptable, doNotFound, doNotFound, getTable, getTableName, getXMLOutputter, outputColumnsXml, setResponseHeader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowHandler
public RowHandler(HBaseConfiguration conf,
HBaseAdmin admin)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doPut
public void doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doDelete
public void doDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String[] pathSegments)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2008 The Apache Software Foundation