Class QueueState
- java.lang.Object
-
- org.apache.sling.distribution.journal.queue.QueueState
-
public class QueueState extends Object
-
-
Constructor Summary
Constructors Constructor Description QueueState(long lastProcessedOffset, int headRetries, int maxRetries, ClearCallback clearCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearCallback
getClearCallback()
int
getHeadRetries()
long
getLastProcessedOffset()
int
getMaxRetries()
-
-
-
Constructor Detail
-
QueueState
public QueueState(long lastProcessedOffset, int headRetries, int maxRetries, ClearCallback clearCallback)
-
-
Method Detail
-
getLastProcessedOffset
public long getLastProcessedOffset()
-
getHeadRetries
public int getHeadRetries()
-
getMaxRetries
public int getMaxRetries()
-
getClearCallback
public ClearCallback getClearCallback()
-
-