public class AnalyticsIndexProcessor
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
AnalyticsIndexProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelete(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
This focuses on deleting the index data for the given table.
|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Re-index the records in the given timestamp period.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
This focuses on changing the wait time for indexing for the given table.
|
doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletreq - HttpRequest which has the required parameters to do the operation.resp - HttpResponse which returns the result of the intended operation.javax.servlet.ServletExceptionIOExceptionprotected void doDelete(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doDelete in class javax.servlet.http.HttpServletreq - HttpRequest which has the required parameters to do the operation.resp - HttpResponse which returns the result of the intended operation.javax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletreq - HttpRequest which has the required parameters to do the operation.resp - HttpResponse which returns the result of the intended operation.javax.servlet.ServletExceptionIOExceptionCopyright © 2016 WSO2. All rights reserved.