|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SLAEventBean | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.command.coord | |
| org.apache.oozie.store | |
| Uses of SLAEventBean in org.apache.oozie |
|---|
| Method parameters in org.apache.oozie with type arguments of type SLAEventBean | |
|---|---|
static org.json.simple.JSONArray |
SLAEventBean.toJSONArray(java.util.List<? extends SLAEventBean> events)
Convert a SLAEvent list into a JSONArray. |
| Uses of SLAEventBean in org.apache.oozie.command.coord |
|---|
| Methods in org.apache.oozie.command.coord that return types with arguments of type SLAEventBean | |
|---|---|
protected java.util.List<SLAEventBean> |
SLAEventsCommand.call(SLAStore store)
|
| Uses of SLAEventBean in org.apache.oozie.store |
|---|
| Methods in org.apache.oozie.store that return types with arguments of type SLAEventBean | |
|---|---|
java.util.List<SLAEventBean> |
SLAStore.getSLAEventListNewerSeqLimited(long seqId,
int limitLen,
long[] lastSeqId)
Get a list of SLA Events newer than a specific sequence with limit clause. |
| Methods in org.apache.oozie.store with parameters of type SLAEventBean | |
|---|---|
void |
SLAStore.insertSLAEvent(SLAEventBean slaEvent)
Create a CoordJobBean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||