|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.KNIMEConstants
public final class KNIMEConstants
Class that hold static values about the KNIME platform. This includes, among others, the welcome message and an icon.
| Field Summary | |
|---|---|
static boolean |
ASSERTIONS_ENABLED
Global flag indicating whether assertions are enabled or disabled. |
static String |
BUILD
KNIME's build id. |
static String |
BUILD_DATE
The build date, is set automatically by the build scripts. |
static ThreadPool |
GLOBAL_THREAD_POOL
The global thread pool from which all threads should be taken. |
static String |
KNIME_DATABASE_FETCHSIZE
Deprecated. Use #PROPERTY_DATABASE_FETCHSIZE instead. |
static String |
KNIME_DATABASE_LOGIN_TIMEOUT
Deprecated. Use #PROPERTY_DATABASE_LOGIN_TIMEOUT instead. |
static String |
KNIME_HOME_PROPERTYNAME
Deprecated. Use PROPERTY_KNIME_HOME instead. |
static ImageIcon |
KNIME16X16
Icon 16 times 16 pixel. |
static int |
MAJOR
KNIME's major release number. |
static int |
MINOR
KNIME's minor release number. |
static String |
PROPERTY_ASYNC_WRITE_CACHE_SIZE
Java property to customize the write cache for asynchronous table writing. |
static String |
PROPERTY_DATABASE_FETCHSIZE
Java property used to adjust the fetch size for retrieving data from a database. |
static String |
PROPERTY_DATABASE_LOGIN_TIMEOUT
Java property used to set the timeout in seconds trying to establish a connection to a database. |
static String |
PROPERTY_DISABLE_ROWID_DUPLICATE_CHECK
Java property to enable/disable row ID duplicate checks on tables. |
static String |
PROPERTY_DISABLE_VM_FILE_LOCK
Java property to enable/disable workflow locks. |
static String |
PROPERTY_ENABLE_FAST_LOADING
Java property to enable/disable loading the node repository asynchronously. |
static String |
PROPERTY_EXPERT_MODE
Java property name that is used to identify whether KNIME is started in expert mode or not. |
static String |
PROPERTY_KNIME_HOME
The name of the system property whose value is - if set - used as knime home directory. |
static String |
PROPERTY_LICENSE_DIRECTORY
Java property for the location of the license directory. |
static String |
PROPERTY_MAX_LOGFILESIZE
Java property, which allows one to change the default log file size. |
static String |
PROPERTY_MAX_THREAD_COUNT
Java property name to specify the default max thread count variable (can be set via preference page). |
static String |
PROPERTY_REPOSITORY_NON_INSTANT_SEARCH
Java property that allows to disable the live update in the node repository search. |
static String |
PROPERTY_SHOW_METANODE_LOCK_ACTION
Java property to add a context menu entry on meta nodes to allow the user to lock the workflow. |
static String |
PROPERTY_SYNCHRONOUS_IO
Java property to disable the asynchronous writing of KNIME tables. |
static String |
PROPERTY_TABLE_GZIP_COMPRESSION
Java property to enable/disable table stream compression. |
static String |
PROPERTY_TEMP_DIR
Java property name to specify the default temp directory for KNIME temp files (such as data files). |
static int |
REV
KNIME's revision number. |
static String |
VERSION
Workflow file version. |
static String |
WELCOME_MESSAGE
Welcome to KNIME Konstanz Information Miner. |
| Method Summary | |
|---|---|
static String |
getHostname()
Returns the hostname or null, if it couldn't be determined. |
static String |
getKNIMEHomeDir()
The directory where knime will put log files and configuration files. |
static String |
getKNIMETempDir()
Location for KNIME related temp files such as data container files. |
static void |
setKNIMETempDir(File dir)
Set a new location for the KNIME temp directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAJOR
public static final int MINOR
public static final int REV
public static final String BUILD
public static final String VERSION
public static final String BUILD_DATE
public static final String PROPERTY_EXPERT_MODE
Values of this field must be either "true" or "false".
public static final String PROPERTY_MAX_THREAD_COUNT
public static final String PROPERTY_TEMP_DIR
public static final String PROPERTY_SYNCHRONOUS_IO
public static final String PROPERTY_ASYNC_WRITE_CACHE_SIZE
The default value is . This
property has no effect if tables are written synchronously
(see PROPERTY_SYNCHRONOUS_IO).
public static final String PROPERTY_TABLE_GZIP_COMPRESSION
Warning: Changing this property will result in KNIME not being able to read workflows written previously (with a different compression property).
public static final String PROPERTY_DISABLE_ROWID_DUPLICATE_CHECK
Warning: This property should not be changed by the user.
public static final String PROPERTY_DISABLE_VM_FILE_LOCK
Warning: This property should not be changed by the user.
public static final String PROPERTY_ENABLE_FAST_LOADING
public static final String PROPERTY_SHOW_METANODE_LOCK_ACTION
public static final String PROPERTY_KNIME_HOME
@Deprecated public static final String KNIME_HOME_PROPERTYNAME
PROPERTY_KNIME_HOME instead.public static final String PROPERTY_DATABASE_LOGIN_TIMEOUT
@Deprecated public static final String KNIME_DATABASE_LOGIN_TIMEOUT
public static final String PROPERTY_DATABASE_FETCHSIZE
@Deprecated public static final String KNIME_DATABASE_FETCHSIZE
public static final String PROPERTY_MAX_LOGFILESIZE
public static final String PROPERTY_REPOSITORY_NON_INSTANT_SEARCH
public static final String PROPERTY_LICENSE_DIRECTORY
public static final String WELCOME_MESSAGE
public static final ImageIcon KNIME16X16
public static final ThreadPool GLOBAL_THREAD_POOL
public static final boolean ASSERTIONS_ENABLED
| Method Detail |
|---|
public static final String getKNIMEHomeDir()
public static final String getKNIMETempDir()
public static final void setKNIMETempDir(File dir)
dir - the new location to set
NullPointerException - If the argument is null
IllegalArgumentException - If the argument is not a directory
or not writable.public static final String getHostname()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||