Package com.google.appengine.tools.mapreduce.impl.pipeline

Examples of com.google.appengine.tools.mapreduce.impl.pipeline.DeletePipelineJob


          getChildJobParams(), createShardsJob(startOffset, endOffset));
      waitFor[i] = new JobSetting.WaitForSetting(child);
      startOffset = endOffset;
    }
    // TODO(user): should not be needed once b/9940384 or b/14966450 are fixed.
    return futureCall(new DeletePipelineJob(getPipelineKey().getName()), waitFor);
  }
View Full Code Here

TOP

Related Classes of com.google.appengine.tools.mapreduce.impl.pipeline.DeletePipelineJob

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.