Class DashboardConfiguration.Features

java.lang.Object
org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
Enclosing class:
DashboardConfiguration

public static final class DashboardConfiguration.Features extends Object
Collection of features that are enabled/disabled.
  • Constructor Details

    • Features

      public Features(boolean webSubmitEnabled, boolean webCancelEnabled, boolean webRescaleEnabled, boolean isHistoryServer)
  • Method Details

    • isWebSubmitEnabled

      public boolean isWebSubmitEnabled()
    • isWebCancelEnabled

      public boolean isWebCancelEnabled()
    • isWebRescaleEnabled

      public boolean isWebRescaleEnabled()
    • isHistoryServer

      public boolean isHistoryServer()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object