public class ParallelActionGraphFactory extends Object implements ActionGraphFactoryDelegate
ActionGraphFactoryDelegate.ActionGraphBuilderDecorator
Constructor and Description |
---|
ParallelActionGraphFactory(java.util.function.Supplier<com.google.common.util.concurrent.ListeningExecutorService> executorSupplier,
CellProvider cellProvider) |
Modifier and Type | Method and Description |
---|---|
ActionGraphAndBuilder |
create(TargetNodeToBuildRuleTransformer transformer,
TargetGraph targetGraph,
com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory.ActionGraphCreationLifecycleListener actionGraphCreationLifecycleListener,
ActionGraphFactoryDelegate.ActionGraphBuilderDecorator actionGraphBuilderDecorator) |
public ParallelActionGraphFactory(java.util.function.Supplier<com.google.common.util.concurrent.ListeningExecutorService> executorSupplier, CellProvider cellProvider)
public ActionGraphAndBuilder create(TargetNodeToBuildRuleTransformer transformer, TargetGraph targetGraph, com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory.ActionGraphCreationLifecycleListener actionGraphCreationLifecycleListener, ActionGraphFactoryDelegate.ActionGraphBuilderDecorator actionGraphBuilderDecorator)
create
in interface ActionGraphFactoryDelegate