Class DashboardConfiguration.Features
java.lang.Object
org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
- Enclosing class:
- DashboardConfiguration
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
-
hashCode
public int hashCode()
-