@InterfaceAudience.Public public interface LogicalIOProcessorFrameworkInterface extends ProcessorFrameworkInterface
LogicalInputs and produces
 LogicalOutputs.
 Users are expected to implements AbstractLogicalIOProcessor| Modifier and Type | Method and Description | 
|---|---|
void | 
run(Map<String,LogicalInput> inputs,
   Map<String,LogicalOutput> outputs)
Runs the  
Processor | 
close, handleEvents, initializevoid run(Map<String,LogicalInput> inputs, Map<String,LogicalOutput> outputs) throws Exception
Processorinputs - a map of the source vertex name to LogicalInput - one per
          incoming edge.outputs - a map of the destination vertex name to LogicalOutput -
          one per outgoing edgeException - TODOCopyright © 2015 Apache Software Foundation. All rights reserved.