Package org.apache.sysds.conf
Class CompilerConfig
java.lang.Object
org.apache.sysds.conf.CompilerConfig
Basic wrapper for all compiler configurations that are configured
dynamically on a per script invocation basis. This allows us to
provide thread-local compiler configurations to prevent side-effects
between multiple scripts running in the same JVM process.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanintvoidset(CompilerConfig.ConfigType key, boolean value) voidset(CompilerConfig.ConfigType key, int value)
-
Field Details
-
FLAG_DYN_RECOMPILE
public static boolean FLAG_DYN_RECOMPILE -
FLAG_PARREADWRITE_TEXT
public static boolean FLAG_PARREADWRITE_TEXT -
FLAG_PARREADWRITE_BINARY
public static boolean FLAG_PARREADWRITE_BINARY
-
-
Constructor Details
-
CompilerConfig
public CompilerConfig() -
CompilerConfig
-
-
Method Details
-
set
-
set
-
getBool
-
getInt
-
clone
-