public class EmbeddedESStartupServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
ES_EMBEDDED_ENABLED_PROPERTY_NAME |
protected org.elasticsearch.node.Node |
node |
| Constructor and Description |
|---|
EmbeddedESStartupServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String ES_EMBEDDED_ENABLED_PROPERTY_NAME
protected org.elasticsearch.node.Node node
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2003–2016 eXo Platform SAS. All rights reserved.