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 Summary
Constructors Constructor Description Features(boolean webSubmitEnabled, boolean webCancelEnabled, boolean webRescaleEnabled, boolean isHistoryServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanisHistoryServer()booleanisWebCancelEnabled()booleanisWebRescaleEnabled()booleanisWebSubmitEnabled()
-