Uses of Class
adams.core.io.FlowFile
-
Packages that use FlowFile Package Description adams.flow.control.flowrestart.operation adams.flow.control.postflowexecution adams.flow.core adams.flow.setup adams.flow.standalone adams.scripting.command.flow weka.filters -
-
Uses of FlowFile in adams.flow.control.flowrestart.operation
Fields in adams.flow.control.flowrestart.operation declared as FlowFile Modifier and Type Field Description protected FlowFileFlowFile. m_FlowFilethe command to start.Methods in adams.flow.control.flowrestart.operation that return FlowFile Modifier and Type Method Description FlowFileFlowFile. getFlowFile()Returns the flow to start.Methods in adams.flow.control.flowrestart.operation with parameters of type FlowFile Modifier and Type Method Description voidFlowFile. setFlowFile(FlowFile value)Sets the flow to start. -
Uses of FlowFile in adams.flow.control.postflowexecution
Fields in adams.flow.control.postflowexecution declared as FlowFile Modifier and Type Field Description protected FlowFileFromFile. m_FlowFilethe flow to load and configure.Methods in adams.flow.control.postflowexecution that return FlowFile Modifier and Type Method Description FlowFileFromFile. getFlowFile()Returns the external flow to execute in case the flow finishes with an error.Methods in adams.flow.control.postflowexecution with parameters of type FlowFile Modifier and Type Method Description voidFromFile. setFlowFile(FlowFile value)Sets the external flow to execute in case the flow finishes with an error. -
Uses of FlowFile in adams.flow.core
Fields in adams.flow.core declared as FlowFile Modifier and Type Field Description protected FlowFileAbstractBaseExternalActor. m_ActorFilethe file the external actor is stored in.Methods in adams.flow.core that return FlowFile Modifier and Type Method Description FlowFileAbstractBaseExternalActor. getActorFile()Returns the file containing the external actor.FlowFileExternalActorFileHandler. getActorFile()Returns the file containing the external actor.Methods in adams.flow.core with parameters of type FlowFile Modifier and Type Method Description voidAbstractBaseExternalActor. setActorFile(FlowFile value)Sets the file containing the external actor.voidExternalActorFileHandler. setActorFile(FlowFile value)Sets the file containing the external actor. -
Uses of FlowFile in adams.flow.setup
Fields in adams.flow.setup declared as FlowFile Modifier and Type Field Description protected FlowFileFlowSetup. m_Filethe flow file.Methods in adams.flow.setup that return FlowFile Modifier and Type Method Description FlowFileFlowSetup. getFile()Returns the current flow file.Methods in adams.flow.setup with parameters of type FlowFile Modifier and Type Method Description voidFlowSetup. setFile(FlowFile value)Sets the flow file. -
Uses of FlowFile in adams.flow.standalone
Fields in adams.flow.standalone declared as FlowFile Modifier and Type Field Description protected FlowFileExternalFlow. m_ActorFilethe file the external flow is stored in.Methods in adams.flow.standalone that return FlowFile Modifier and Type Method Description FlowFileExternalFlow. getActorFile()Returns the file containing the external flow.Methods in adams.flow.standalone with parameters of type FlowFile Modifier and Type Method Description voidExternalFlow. setActorFile(FlowFile value)Sets the file containing the external actor. -
Uses of FlowFile in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as FlowFile Modifier and Type Field Description protected FlowFileRemoteFlowExecution. m_Flowthe flow to execute remotely.Methods in adams.scripting.command.flow that return FlowFile Modifier and Type Method Description FlowFileRemoteFlowExecution. getFlow()Returns the flow to execute remotely.Methods in adams.scripting.command.flow with parameters of type FlowFile Modifier and Type Method Description voidRemoteFlowExecution. setFlow(FlowFile value)Sets the flow to execute remotely. -
Uses of FlowFile in weka.filters
Fields in weka.filters declared as FlowFile Modifier and Type Field Description protected FlowFileFlowFilter. m_FlowFilethe flow file to process the data with.Methods in weka.filters that return FlowFile Modifier and Type Method Description FlowFileFlowFilter. getFlowFile()Returns the flow to process the data with.Methods in weka.filters with parameters of type FlowFile Modifier and Type Method Description voidFlowFilter. setFlowFile(FlowFile value)Sets the flow to process the data with.
-