public static class WorkerStateGateway.WorkerState
extends java.lang.Object
| Constructor and Description |
|---|
WorkerState(int nodeId,
java.time.Duration timeFromHealthCheck,
boolean exclusiveMode,
java.util.Set<java.lang.String> nodeGroups) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<java.lang.String> |
getNodeGroups() |
int |
getNodeId() |
java.time.Duration |
getTimeFromHealthCheck() |
int |
hashCode() |
boolean |
isExclusiveMode() |
public WorkerState(int nodeId,
java.time.Duration timeFromHealthCheck,
boolean exclusiveMode,
java.util.Set<java.lang.String> nodeGroups)
public int getNodeId()
public java.time.Duration getTimeFromHealthCheck()
public boolean isExclusiveMode()
public java.util.Set<java.lang.String> getNodeGroups()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.