Class ServerData
java.lang.Object
com.denodo.scheduler.client.server.ServerData
- All Implemented Interfaces:
Serializable
Encapsulates some information about the Scheduler server:
- The Denodo Update installed
- Information about the license installed in the Server
- The mode in which the Scheduler is running: STANDALONE or AWS
- The list of supported features in the server (added after Denodo 9.0)
- Since:
- 8.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forServerDatainstances. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSupportedFeature(String feature) booleangetMode()booleanisFeatureSupported(String feature)
-
Method Details
-
getMode
-
getLicense
-
getUpdateName
-
getBetaUpdate
public boolean getBetaUpdate() -
getSupportedFeatures
-
addSupportedFeature
-
isFeatureSupported
-