cascading.flow
Class Flows

java.lang.Object
  extended by cascading.flow.Flows

public class Flows
extends Object

Flows is a utility helper class.


Method Summary
static Map<String,cascading.flow.planner.FlowStepJob> getJobsMap(Flow flow)
           
static cascading.flow.planner.ElementGraph getPipeGraphFrom(Flow flow)
           
static cascading.flow.planner.FlowStepGraph getStepGraphFrom(Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobsMap

public static Map<String,cascading.flow.planner.FlowStepJob> getJobsMap(Flow flow)

getPipeGraphFrom

public static cascading.flow.planner.ElementGraph getPipeGraphFrom(Flow flow)

getStepGraphFrom

public static cascading.flow.planner.FlowStepGraph getStepGraphFrom(Flow flow)


Copyright © 2007-2012 Concurrent, Inc. All Rights Reserved.