Class State
- java.lang.Object
-
- org.apache.sling.distribution.journal.impl.discovery.State
-
@Immutable @ParametersAreNonnullByDefault public class State extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Indicates whether some other State is "equal to" this one.int
getMaxRetries()
long
getOffset()
String
getPubAgentName()
int
getRetries()
String
getSubAgentId()
long
getTimestamp()
int
hashCode()
boolean
isEditable()
String
toString()
-
-
-
Method Detail
-
getPubAgentName
public String getPubAgentName()
-
getSubAgentId
public String getSubAgentId()
-
getOffset
public long getOffset()
-
getRetries
public int getRetries()
-
getMaxRetries
public int getMaxRetries()
-
getTimestamp
public long getTimestamp()
-
isEditable
public boolean isEditable()
-
equals
public boolean equals(Object o)
Indicates whether some other State is "equal to" this one. Equality compares all members except the #timestamp.
-
-