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, outputPortListfire, isFireFunctional, isStrict, iterate, postfire, prefire, stop, stopFire, terminateaddInitializable, initialize, preinitialize, removeInitializable, wrapupdescription, getContainer, getDisplayName, getFullName, getName, getName, setNamestatic final java.lang.String[] _commonKeyValueTypes
java.util.List portList()
boolean isOpaque()
void exportMoML(java.io.Writer writer) throws java.io.IOException
java.io.IOExceptionjava.lang.Object clone(Workspace workspace) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionAttribute getAttribute(java.lang.String string)
int getDegreeOfParallelism() throws IllegalActionException
IllegalActionExceptionjava.lang.String getDisplayRedirectDir() throws IllegalActionException
IllegalActionExceptionjava.util.Map<java.lang.String,java.lang.String> getParameters() throws IllegalActionException
IllegalActionExceptionjava.util.Map<java.lang.String,java.lang.String> getParaImplNames(java.lang.String engineName) throws IllegalActionException
IllegalActionExceptionjava.lang.String getExecutionClassName() throws IllegalActionException
IllegalActionExceptionjava.lang.String getJars() throws IllegalActionException
IllegalActionExceptionboolean getPrintExeInfo() throws IllegalActionException
IllegalActionExceptionjava.lang.String getExecutionCodeType() throws IllegalActionException
IllegalActionExceptionjava.lang.String getExecutionCode() throws IllegalActionException
IllegalActionException