Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Field and Description |
---|---|
static EngineProperty<String> |
PMMLVersion.PROPERTY
Property controlling PMML version to use when writing PMML
|
Modifier and Type | Field and Description |
---|---|
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
Property specifying the default value for
ioBufferSize . |
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
Property specifying the default value for
sortBufferSize . |
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.
|
Modifier and Type | Method and Description |
---|---|
static <T> EngineProperty<T> |
EngineProperty.defineProperty(String propertyName,
String description,
Class<T> propertyClass,
T defaultValue)
Creates a new engine property
|
static EngineProperty<?> |
EngineProperty.discoverProperty(Class<?> clazz,
String name)
Looks up engine properties by their property file keys.
|
Modifier and Type | Method and Description |
---|---|
static List<EngineProperty<?>> |
EngineProperty.discoverProperties(Class<?> clazz)
Finds all
public static final EngineProperty declarations
of the given class and its inner classes. |
Modifier and Type | Method and Description |
---|---|
<T> T |
EngineConfig.getProperty(EngineProperty<T> property)
Returns the value of an arbitrary property
|
<T> EngineConfig |
EngineConfig.property(EngineProperty<T> property,
T value)
Constructs a new configuration overriding the specified setting
All other settings are left unchanged.
|
Copyright © 2020 Actian Corporation. All rights reserved.