public class EvenClusterLoadStateRecord extends Object
Constructor and Description |
---|
EvenClusterLoadStateRecord(EvenClusterLoadStateMachine.EvenClusterLoadState currentState,
Long currentStateCreatedAt,
Long currentStateLastUpdatedAt,
Exception currentStateException,
EvenClusterLoadStateMachine.EvenClusterLoadState previousState,
Long previousStateCreatedAt,
Long previousStateLastUpdatedAt,
Exception previousStateException) |
Modifier and Type | Method and Description |
---|---|
EvenClusterLoadStateMachine.EvenClusterLoadState |
currentState() |
long |
currentStateCreatedAt() |
Exception |
currentStateException() |
long |
currentStateLastUpdatedAt() |
boolean |
equals(Object o) |
int |
hashCode() |
EvenClusterLoadStateMachine.EvenClusterLoadState |
previousState() |
long |
previousStateCreatedAt() |
Exception |
previousStateException() |
long |
previousStateLastUpdatedAt() |
kafka.common.EvenClusterLoadStatusDescriptionInternal |
toEvenClusterLoadDescriptionInternal(boolean anyUnevenLoadEnabled) |
String |
toString() |
public EvenClusterLoadStateRecord(EvenClusterLoadStateMachine.EvenClusterLoadState currentState, Long currentStateCreatedAt, Long currentStateLastUpdatedAt, Exception currentStateException, EvenClusterLoadStateMachine.EvenClusterLoadState previousState, Long previousStateCreatedAt, Long previousStateLastUpdatedAt, Exception previousStateException)
public EvenClusterLoadStateMachine.EvenClusterLoadState currentState()
public long currentStateCreatedAt()
public long currentStateLastUpdatedAt()
public Exception currentStateException()
public EvenClusterLoadStateMachine.EvenClusterLoadState previousState()
public long previousStateCreatedAt()
public long previousStateLastUpdatedAt()
public Exception previousStateException()
public kafka.common.EvenClusterLoadStatusDescriptionInternal toEvenClusterLoadDescriptionInternal(boolean anyUnevenLoadEnabled)