|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XServletException | |
---|---|
org.apache.oozie.servlet |
Uses of XServletException in org.apache.oozie.servlet |
---|
Methods in org.apache.oozie.servlet that throw XServletException | |
---|---|
protected void |
V1JobServlet.changeJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
protected method to change a coordinator job |
protected void |
V0JobServlet.changeJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected JsonBean |
V1JobServlet.getJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected JsonBean |
V0JobServlet.getJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected String |
V1JobServlet.getJobDefinition(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected String |
V0JobServlet.getJobDefinition(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected org.json.simple.JSONObject |
V1JobsServlet.getJobIdForExternalId(javax.servlet.http.HttpServletRequest request,
String externalId)
v1 service implementation to get a JSONObject representation of a job from its external ID |
protected org.json.simple.JSONObject |
V0JobsServlet.getJobIdForExternalId(javax.servlet.http.HttpServletRequest request,
String externalId)
v0 service implementation to get a JSONObject representation of a job from its external ID |
protected org.json.simple.JSONObject |
V1JobsServlet.getJobs(javax.servlet.http.HttpServletRequest request)
v1 service implementation to get a list of workflows, coordinators, or bundles, with filtering or interested windows embedded in the request object |
protected org.json.simple.JSONObject |
V0JobsServlet.getJobs(javax.servlet.http.HttpServletRequest request)
v0 service implementation to get a list of workflows, with filtering or interested windows embedded in the request object |
protected void |
V1AdminServlet.getQueueDump(org.json.simple.JSONObject json)
Get a json array of queue dump and a json array of unique map dump |
protected void |
V0AdminServlet.getQueueDump(org.json.simple.JSONObject json)
|
protected abstract void |
BaseAdminServlet.getQueueDump(org.json.simple.JSONObject json)
|
protected void |
V1JobServlet.killJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.killJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected org.json.simple.JSONObject |
V1JobServlet.reRunJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.hadoop.conf.Configuration conf)
|
protected org.json.simple.JSONObject |
V0JobServlet.reRunJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.hadoop.conf.Configuration conf)
|
protected void |
V1JobServlet.resumeJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.resumeJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V1AdminServlet.setOozieMode(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String resourceName)
|
protected void |
V0AdminServlet.setOozieMode(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String resourceName)
|
protected abstract void |
BaseAdminServlet.setOozieMode(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String resourceName)
|
protected void |
V1JobServlet.startJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.startJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V1JobServlet.streamJobGraph(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.streamJobGraph(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V1JobServlet.streamJobLog(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.streamJobLog(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected org.json.simple.JSONObject |
V1JobsServlet.submitJob(javax.servlet.http.HttpServletRequest request,
org.apache.hadoop.conf.Configuration conf)
v1 service implementation to submit a job, either workflow or coordinator |
protected org.json.simple.JSONObject |
V0JobsServlet.submitJob(javax.servlet.http.HttpServletRequest request,
org.apache.hadoop.conf.Configuration conf)
v0 service implementation to submit a workflow job |
protected void |
V1JobServlet.suspendJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
V0JobServlet.suspendJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected static void |
ServletUtilities.ValidateAppPath(String wfPath,
String coordPath)
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist |
protected static void |
ServletUtilities.ValidateAppPath(String wfPath,
String coordPath,
String bundlePath)
accessory static method to check the app path parameter for the request used only for job-related request and only one of them should exist bundle appPath is also checked |
protected String |
JsonRestServlet.validateContentType(javax.servlet.http.HttpServletRequest request,
String expected)
Validate and return the content type of the request. |
protected static void |
ServletUtilities.ValidateLibPath(String libPath)
accessory static method to check the lib path parameter for the request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |