Class WorkerStateGateway.WorkerState

java.lang.Object
de.hybris.platform.task.impl.gateways.WorkerStateGateway.WorkerState
Enclosing interface:
WorkerStateGateway

public static class WorkerStateGateway.WorkerState extends Object
  • Constructor Details

    • WorkerState

      public WorkerState(int nodeId, Duration timeFromHealthCheck, boolean exclusiveMode, Set<String> nodeGroups)
  • Method Details

    • getNodeId

      public int getNodeId()
    • getTimeFromHealthCheck

      public Duration getTimeFromHealthCheck()
    • isExclusiveMode

      public boolean isExclusiveMode()
    • getNodeGroups

      public Set<String> getNodeGroups()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object