Modifier and Type | Class and Description |
---|---|
class |
BundleActionBean |
class |
BundleJobBean |
class |
CoordinatorActionBean |
class |
CoordinatorJobBean |
class |
SLAEventBean
Deprecated.
|
class |
WorkflowActionBean
Bean that contains all the information to start an action for a workflow node.
|
class |
WorkflowJobBean |
Modifier and Type | Class and Description |
---|---|
class |
BulkResponseImpl
Server-side implementation class of the client interface BulkResponse
Declares all the bulk request specific user parameters and handling as JSON object
|
class |
JMSConnectionInfoBean
JMS connection info bean representing the JMS related information for a job
|
class |
JsonBundleJob |
class |
JsonCoordinatorAction |
class |
JsonCoordinatorJob |
class |
JsonSLAEvent
Deprecated.
|
class |
JsonWorkflowAction
Json Bean that represents an Oozie workflow node.
|
class |
JsonWorkflowJob
Json Bean that represents an Oozie workflow job.
|
Modifier and Type | Field and Description |
---|---|
protected List<JsonBean> |
TransitionXCommand.insertList |
protected List<JsonBean> |
TransitionXCommand.updateList |
Modifier and Type | Method and Description |
---|---|
static void |
SuspendXCommand.suspendJob(JPAService jpaService,
WorkflowJobBean workflow,
String id,
String actionId,
List<JsonBean> updateList)
Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or
END_RETRY or END_MANUAL
|
Modifier and Type | Method and Description |
---|---|
void |
BulkUpdateDeleteJPAExecutor.setDeleteList(Collection<JsonBean> deleteList)
Sets the delete list for JSON bean
|
void |
BulkUpdateInsertForCoordActionStartJPAExecutor.setInsertList(Collection<JsonBean> insertList)
Sets the insert list for JSON bean
|
void |
BulkUpdateInsertJPAExecutor.setInsertList(Collection<JsonBean> insertList)
Sets the insert list for JSON bean
|
void |
BulkUpdateInsertForCoordActionStatusJPAExecutor.setInsertList(Collection<JsonBean> insertList)
Sets the insert list for JSON bean
|
void |
BulkUpdateInsertForCoordActionStartJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
Sets the update list for JSON bean
|
void |
BulkUpdateInsertJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
Sets the update list for JSON bean
|
void |
BulkUpdateDeleteJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
Sets the update list for JSON bean
|
void |
BulkUpdateInsertForCoordActionStatusJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
Sets the update list for JSON bean
|
Constructor and Description |
---|
BulkUpdateDeleteJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> deleteList,
boolean forRerun)
Initialize the JPAExecutor using the update and delete list of JSON beans
|
BulkUpdateDeleteJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> deleteList,
boolean forRerun)
Initialize the JPAExecutor using the update and delete list of JSON beans
|
BulkUpdateInsertForCoordActionStartJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the update and insert list of JSON beans
|
BulkUpdateInsertForCoordActionStartJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the update and insert list of JSON beans
|
BulkUpdateInsertForCoordActionStatusJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the update and insert list of JSON beans
|
BulkUpdateInsertForCoordActionStatusJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the update and insert list of JSON beans
|
BulkUpdateInsertJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the insert and update list of JSON beans
|
BulkUpdateInsertJPAExecutor(Collection<JsonBean> updateList,
Collection<JsonBean> insertList)
Initialize the JPAExecutor using the insert and update list of JSON beans
|
Modifier and Type | Method and Description |
---|---|
void |
SLACalculationInsertUpdateJPAExecutor.setInsertList(Collection<JsonBean> insertList)
Sets the list of beans to insert
|
void |
SLACalculationInsertUpdateJPAExecutor.setUpdateList(Collection<JsonBean> updateList)
Sets the list of beans to update
|
Constructor and Description |
---|
SLACalculationInsertUpdateJPAExecutor(Collection<JsonBean> insertList,
Collection<JsonBean> updateList) |
SLACalculationInsertUpdateJPAExecutor(Collection<JsonBean> insertList,
Collection<JsonBean> updateList) |
Modifier and Type | Method and Description |
---|---|
protected JsonBean |
V1JobServlet.getCoordinatorJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get coord job info
|
protected JsonBean |
V2AdminServlet.getJMSConnectionInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected JsonBean |
V0AdminServlet.getJMSConnectionInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected JsonBean |
V1AdminServlet.getJMSConnectionInfo(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 JsonBean |
V2JobServlet.getWorkflowAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected JsonBean |
V1JobServlet.getWorkflowAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get wf action info
|
protected JsonBean |
V1JobServlet.getWorkflowActionBean(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected JsonBean |
V2JobServlet.getWorkflowJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected JsonBean |
V1JobServlet.getWorkflowJob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get workflow job
|
protected JsonBean |
V1JobServlet.getWorkflowJobBean(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get workflow job
|
Modifier and Type | Method and Description |
---|---|
protected void |
JsonRestServlet.sendJsonResponse(javax.servlet.http.HttpServletResponse response,
int statusCode,
JsonBean bean,
String timeZoneId)
Sends a JSON response.
|
Modifier and Type | Class and Description |
---|---|
class |
SLARegistrationBean |
class |
SLASummaryBean |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.