Class that represents a processing element. More...

Detailed Description

Class that represents a processing element.

Member Function Documentation

◆ hasDataDirectory()

Determines if a data directory was specified at compile or submission time.

◆ getDataDirectory()

Returns the path to the data directory of the SPL application.

◆ getCheckpointDirectory()

Returns the path to the checkpointing directory of the PE.

◆ getApplicationScope()

Returns the application scope for the job the PE is running in.

◆ getApplicationDirectory()

Returns the path to the SPL application directory.

◆ getOutputDirectory()

Returns the path to the SPL application output directory.

◆ getPEId()

Returns the runtime identifier for this PE.

◆ getJobId()

Returns the runtime identifier for the job containing this PE.

◆ getRelaunchCount()

Returns the number of times this PE has been relaunched.

For the first. execution, the value will be 0.

◆ getNumberOfInputPorts()

Returns the number of inputs for this PE.

◆ getNumberOfOutputPorts()

Returns the number of outputs for this PE.

◆ isStandalone()

Checks if the PE is running in standalone mode.

◆ isOptimized()

Checks if the PE is running under optimized mode.

◆ isInFusedMode()

Checks if the PE is running under fused mode.

◆ isInDebugMode()

Checks if the PE is running under debug mode.

◆ getShutdownRequested()

Checks if shutdown was requested.

◆ getInstanceID()

Returns the instance ID for the current processing element.

◆ getDomainID()

Returns the domain ID for the current processing element.

◆ getApplicationName()

Returns the name of the SPL application the PE is running.

◆ getJobGroup()

Returns the name of the job group for the job the processing element is running in.

◆ getJobName()

Returns the name of the job the processing element is running in.

◆ getToolkitDirectory()

Returns the absolute path of the toolkit containing the operator for this PE.

◆ blockUntilShutdownRequest()

Blocks until shutdown is requested.

◆ getMetrics()

Returns the PE metrics.

◆ getOutputPortCongestionFactor()

◆ getOperatorRelativeCost()


The documentation for this class was generated from the following file: