public class GraphEngineFactory extends Object
GraphTransformationEngine for given parameters| Modifier and Type | Method and Description | 
|---|---|
static GraphTransformationEngine | 
create(Cells cells,
      Cell cell,
      com.google.common.io.Closer closer,
      CommandRunnerParams params)
Create new Graph Engine instance. 
 | 
public static GraphTransformationEngine create(Cells cells, Cell cell, com.google.common.io.Closer closer, CommandRunnerParams params)
GraphTransformationEngine.compute(ComputeKey) or GraphTransformationEngine.computeUnchecked(ComputeKey) to start a transformation and obtain
 the result.cell - Cell for which to create Graph Engine instance. Each cell has to be processed
     separately because potentially each cell has its own configuration.closer - Register closeable resources with this object. User is expected to call Closer.close() after computations are done to release resources.params - All other parameters used to run the command.