Class State
java.lang.Object
org.apache.sling.distribution.journal.impl.discovery.State
@Immutable @ParametersAreNonnullByDefault public class State extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)Indicates whether some other State is "equal to" this one.intgetMaxRetries()longgetOffset()StringgetPubAgentName()intgetRetries()StringgetSubAgentId()longgetTimestamp()inthashCode()booleanisEditable()StringtoString()
-
Constructor Details
-
Method Details
-
getPubAgentName
-
getSubAgentId
-
getOffset
public long getOffset() -
getRetries
public int getRetries() -
getMaxRetries
public int getMaxRetries() -
getTimestamp
public long getTimestamp() -
isEditable
public boolean isEditable() -
equals
Indicates whether some other State is "equal to" this one. Equality compares all members except the #timestamp. -
hashCode
public int hashCode() -
toString
-