Uses of Enum Class
org.apache.sysds.conf.CompilerConfig.ConfigType
Packages that use CompilerConfig.ConfigType
-
Uses of CompilerConfig.ConfigType in org.apache.sysds.api.jmlc
Methods in org.apache.sysds.api.jmlc with parameters of type CompilerConfig.ConfigTypeModifier and TypeMethodDescriptionvoidConnection.setConfigTypes(boolean activate, CompilerConfig.ConfigType... cconfigs) Sets compiler configs.Constructors in org.apache.sysds.api.jmlc with parameters of type CompilerConfig.ConfigTypeModifierConstructorDescriptionConnection(CompilerConfig.ConfigType... cconfigs) Connection constructor, the starting point for any other JMLC API calls.Connection(DMLConfig dmlconfig, CompilerConfig.ConfigType... cconfigs) Connection constructor, the starting point for any other JMLC API calls. -
Uses of CompilerConfig.ConfigType in org.apache.sysds.conf
Methods in org.apache.sysds.conf that return CompilerConfig.ConfigTypeModifier and TypeMethodDescriptionstatic CompilerConfig.ConfigTypeReturns the enum constant of this class with the specified name.static CompilerConfig.ConfigType[]CompilerConfig.ConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.conf with parameters of type CompilerConfig.ConfigTypeModifier and TypeMethodDescriptionbooleanCompilerConfig.getBool(CompilerConfig.ConfigType key) static booleanConfigurationManager.getCompilerConfigFlag(CompilerConfig.ConfigType key) Get a boolean compiler config in a robust manner, returning false if config not existing.intCompilerConfig.getInt(CompilerConfig.ConfigType key) voidCompilerConfig.set(CompilerConfig.ConfigType key, boolean value) voidCompilerConfig.set(CompilerConfig.ConfigType key, int value)