public interface DDPPatternActor extends Actor
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
_commonKeyValueTypes
Some common key value types for inputs and outputs.
|
COMPLETED, NOT_READY, STOP_ITERATING
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone(Workspace workspace)
Clone the actor into a workspace.
|
void |
exportMoML(java.io.Writer writer)
Write a MoML description of this object using the specified Writer.
|
Attribute |
getAttribute(java.lang.String string)
Get the attribute with the given name.
|
int |
getDegreeOfParallelism()
Get the number of parallel instances to execute.
|
java.lang.String |
getDisplayRedirectDir()
Get the dir to redirect display related actors.
|
java.lang.String |
getExecutionClassName()
Get the name of the execution class.
|
java.lang.String |
getExecutionCode()
Get the execution code.
|
java.lang.String |
getExecutionCodeType()
Get the execution code type.
|
java.lang.String |
getJars()
Get a comma-separated list of jars to use with this actor.
|
java.util.Map<java.lang.String,java.lang.String> |
getParaImplNames(java.lang.String engineName)
Get a set of (kepler name, implementation name) pairs of input/output format parameters for the execution engine.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Get a set of name-value pairs of input/output format parameters for the execution engine.
|
Port |
getPort(java.lang.String string)
Get the port with the given name.
|
boolean |
getPrintExeInfo()
Get whether print execution summary when running workflow inside of Hadoop/Stratosphere job.
|
boolean |
isOpaque()
Returns true if the actor is atomic, or is composite and contains a director.
|
java.util.List |
portList()
Get a list of ports.
|
createReceivers, getCausalityInterface, getDirector, getExecutiveDirector, getManager, inputPortList, newReceiver, outputPortList
fire, isFireFunctional, isStrict, iterate, postfire, prefire, stop, stopFire, terminate
addInitializable, initialize, preinitialize, removeInitializable, wrapup
description, getContainer, getDisplayName, getFullName, getName, getName, setName
static final java.lang.String[] _commonKeyValueTypes
java.util.List portList()
boolean isOpaque()
void exportMoML(java.io.Writer writer) throws java.io.IOException
java.io.IOException
java.lang.Object clone(Workspace workspace) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
Attribute getAttribute(java.lang.String string)
int getDegreeOfParallelism() throws IllegalActionException
IllegalActionException
java.lang.String getDisplayRedirectDir() throws IllegalActionException
IllegalActionException
java.util.Map<java.lang.String,java.lang.String> getParameters() throws IllegalActionException
IllegalActionException
java.util.Map<java.lang.String,java.lang.String> getParaImplNames(java.lang.String engineName) throws IllegalActionException
IllegalActionException
java.lang.String getExecutionClassName() throws IllegalActionException
IllegalActionException
java.lang.String getJars() throws IllegalActionException
IllegalActionException
boolean getPrintExeInfo() throws IllegalActionException
IllegalActionException
java.lang.String getExecutionCodeType() throws IllegalActionException
IllegalActionException
java.lang.String getExecutionCode() throws IllegalActionException
IllegalActionException