@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) |
int |
getMaxRetries() |
long |
getOffset() |
String |
getPubAgentName() |
int |
getRetries() |
String |
getSubAgentId() |
long |
getTimestamp() |
int |
hashCode() |
boolean |
isEditable() |
String |
toString() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.