@Immutable @ParametersAreNonnullByDefault public class State extends Object
Constructor and Description |
---|
State(String pubAgentName,
String subAgentId,
long timestamp,
long offset,
int retries,
int maxRetries,
boolean editable) |
Modifier and Type | Method and 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() |
public String getPubAgentName()
public String getSubAgentId()
public long getOffset()
public int getRetries()
public int getMaxRetries()
public long getTimestamp()
public boolean isEditable()
public boolean equals(Object o)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.