| Package | Description | 
|---|---|
| net.sourceforge.seqware.pipeline.workflowV2.engine.oozie.object | 
 Implementation of workflow steps for Oozie. 
 | 
| Constructor and Description | 
|---|
BatchedOozieBashJob(AbstractJob job,
                   String name,
                   String oozie_working_dir,
                   boolean useSge,
                   File seqwareJar,
                   String threadsSgeParamFormat,
                   String maxMemorySgeParamFormat,
                   StringTruncator truncator)  | 
BatchedOozieProvisionFileJob(AbstractJob job,
                            String name,
                            String oozie_working_dir,
                            boolean useSge,
                            File seqwareJar,
                            String threadsSgeParamFormat,
                            String maxMemorySgeParamFormat,
                            StringTruncator truncator)  | 
OozieBashJob(AbstractJob job,
            String name,
            String oozie_working_dir,
            boolean useSge,
            File seqwareJar,
            String threadsSgeParamFormat,
            String maxMemorySgeParamFormat,
            StringTruncator truncator)  | 
OozieJob(AbstractJob job,
        String longName,
        String oozie_working_dir,
        boolean useSge,
        File seqwareJar,
        String threadsSgeParamFormat,
        String maxMemorySgeParamFormat,
        StringTruncator truncator)  | 
OozieProvisionFileJob(AbstractJob job,
                     SqwFile file,
                     String name,
                     String oozie_working_dir,
                     boolean useSge,
                     File seqwareJar,
                     String slotsSgeParamFormat,
                     String maxMemorySgeParamFormat,
                     StringTruncator truncator)  | 
Copyright © 2015 SeqWare. All rights reserved.