This project has retired. For details please refer to its
Attic page .
SLAStore (Apache Oozie Core 4.0.0 API)
org.apache.oozie.store
Class SLAStore
java.lang.Object
org.apache.oozie.store.Store
org.apache.oozie.store.SLAStore
Deprecated.
@Deprecated
public class SLAStore extends Store
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
SLAStore
public SLAStore ()
throws StoreException
Deprecated.
Throws:
StoreException
SLAStore
public SLAStore (Store store)
throws StoreException
Deprecated.
Throws:
StoreException
insertSLAEvent
public void insertSLAEvent (SLAEventBean slaEvent)
throws StoreException
Deprecated. Create a CoordJobBean. It also creates the process instance for the job.
Parameters: workflow
- workflow bean
Throws:
StoreException
getSLAEventListNewerSeqLimited
public List <SLAEventBean > getSLAEventListNewerSeqLimited (long seqId,
int limitLen,
long[] lastSeqId)
throws StoreException
Deprecated. Get a list of SLA Events newer than a specific sequence with limit
clause.
Parameters: seqId
- sequence id
Returns: List of SLA Events
Throws:
StoreException
Copyright © 2013 Apache Software Foundation . All Rights Reserved.