Class QueueState
java.lang.Object
org.apache.sling.distribution.journal.queue.QueueState
-
Constructor Summary
ConstructorsConstructorDescriptionQueueState
(long lastProcessedOffset, int headRetries, int maxRetries, ClearCallback clearCallback) -
Method Summary
Modifier and TypeMethodDescriptionint
long
int
-
Constructor Details
-
QueueState
public QueueState(long lastProcessedOffset, int headRetries, int maxRetries, ClearCallback clearCallback)
-
-
Method Details
-
getLastProcessedOffset
public long getLastProcessedOffset() -
getHeadRetries
public int getHeadRetries() -
getMaxRetries
public int getMaxRetries() -
getClearCallback
-