Package riffle.process.scheduler

Examples of riffle.process.scheduler.ProcessWrapper


  @ConstructorProperties({"properties", "name", "process", "flowDescriptor"})
  public ProcessFlow( Map<Object, Object> properties, String name, P process, Map<String, String> flowDescriptor )
    {
    super( HadoopUtil.getPlatformInfo(), properties, null, name, flowDescriptor );
    this.process = process;
    this.processWrapper = new ProcessWrapper( this.process );

    setName( name );
    setTapFromProcess();
    }
View Full Code Here

TOP

Related Classes of riffle.process.scheduler.ProcessWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.