static EngineProperty<Integer> |
EngineConfig.Ports.BATCH_SIZE |
Property specifying the size of token batches in queues.
|
static EngineProperty<ClasspathSpecifier> |
EngineConfig.CLASSPATH_SPECIFIER |
Property controlling classpath that is used for launching remote jobs
|
static EngineProperty<ClusterSpecifier> |
EngineConfig.CLUSTER |
Property controls which cluster to run on
|
static EngineProperty<String> |
EngineConfig.DUMPFILE_PATH |
Defines the directory in which where low-level statistics and plan dumps are to be placed
|
static EngineProperty<Boolean> |
EngineConfig.RemoteMonitoring.ENABLED |
Property that controls whether remote monitoring is enabled
|
static EngineProperty<Boolean> |
EngineConfig.RemoteMonitoring.EPHEMERAL_PORT |
Property that controls whether monitoring is done via an ephemeral port.
|
static EngineProperty<String> |
EngineConfig.EXTENSION_PATHS |
Defines a list of directories in shared storage containing user extensions
|
static EngineProperty<FileMetaConfiguration> |
EngineConfig.FILE_CONFIGURATION |
Property controlling authorization for file access within the graph.
|
static EngineProperty<Long> |
EngineConfig.Sort.IO_BUFFER |
|
static EngineProperty<Integer> |
EngineConfig.Sort.MAX_MERGE |
Property specifying the default value for maxMerge .
|
static EngineProperty<Integer> |
EngineConfig.MAX_RETRIES |
Maximum number of retry attempts.
|
static EngineProperty<Integer> |
EngineConfig.MIN_PARALLELISM |
Property controlling the default parallelism used in graph.
|
static EngineProperty<ModuleConfiguration> |
EngineConfig.MODULE_CONFIGURATION |
Property controlling classpath that is used for launching remote jobs
|
static EngineProperty<Boolean> |
EngineConfig.MONITOR |
Property controlling the collection of execution statistics.
|
static EngineProperty<NetworkConfiguration> |
EngineConfig.NETWORK_CONFIGURATION |
Property controlling the socket provider to be used for communication between the client and cluster manager
|
static EngineProperty<Integer> |
EngineConfig.PARALLELISM |
Property controlling the default parallelism used in graph.
|
static EngineProperty<Integer> |
EngineConfig.RemoteMonitoring.PORT |
Property that controls the port to use for remote monitoring
|
static EngineProperty<String> |
EngineConfig.SCHEDULER_QUEUE |
Defines the scheduler queue used for executing jobs
|
static EngineProperty<Boolean> |
EngineConfig.Ports.SIZE_BY_READERS |
Property controlling whether queues are initially sized based on the number of readers.
|
static EngineProperty<Long> |
EngineConfig.Sort.SORT_BUFFER |
|
static EngineProperty<Integer> |
EngineConfig.Ports.SPOOL_THRESHOLD |
Property specifying the number of unread batches which triggers spooling mode for the queue.
|
static EngineProperty<Path> |
EngineConfig.STORAGE_MANAGEMENT_PATH |
Property that controls a base path to use for intermediate storage.
|
static EngineProperty<Integer> |
EngineConfig.SUBGRAPH_HISTORY_SIZE |
Property controlling the maximum number of subgraphs to retain
when tracking execution history.
|
static EngineProperty<Integer> |
EngineConfig.Ports.WRITEAHEAD |
Property specifying the amount unread data which can be held in queues.
|