|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.store.Store
org.apache.oozie.store.SLAStore
public class SLAStore
Constructor Summary | |
---|---|
SLAStore()
|
|
SLAStore(Store store)
|
Method Summary | |
---|---|
java.util.List<SLAEventBean> |
getSLAEventListNewerSeqLimited(long seqId,
int limitLen,
long[] lastSeqId)
Get a list of SLA Events newer than a specific sequence with limit clause. |
void |
insertSLAEvent(SLAEventBean slaEvent)
Create a CoordJobBean. |
Methods inherited from class org.apache.oozie.store.Store |
---|
beginTrx, closeTrx, commitTrx, contains, getConnection, getEntityManager, getFlushMode, isActive, isClosed, isDetached, rollbackTrx |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLAStore() throws StoreException
StoreException
public SLAStore(Store store) throws StoreException
StoreException
Method Detail |
---|
public void insertSLAEvent(SLAEventBean slaEvent) throws StoreException
workflow
- workflow bean
StoreException
public java.util.List<SLAEventBean> getSLAEventListNewerSeqLimited(long seqId, int limitLen, long[] lastSeqId) throws StoreException
seqId
- sequence id
StoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |