public class ActionGraphFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ActionGraphFactory |
create(BuckEventBus eventBus,
CellProvider cellProvider,
com.google.common.collect.ImmutableMap<ExecutorPool,com.google.common.util.concurrent.ListeningExecutorService> executorSupplier,
CloseableMemoizedSupplier<DepsAwareExecutor<? super ComputeResult,?>> depsAwareExecutor,
BuckConfig buckConfig) |
ActionGraphAndBuilder |
createActionGraph(TargetNodeToBuildRuleTransformer transformer,
TargetGraph targetGraph,
IncrementalActionGraphMode incrementalActionGraphMode,
com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory.ActionGraphCreationLifecycleListener actionGraphCreationLifecycleListener) |
public static ActionGraphFactory create(BuckEventBus eventBus, CellProvider cellProvider, com.google.common.collect.ImmutableMap<ExecutorPool,com.google.common.util.concurrent.ListeningExecutorService> executorSupplier, CloseableMemoizedSupplier<DepsAwareExecutor<? super ComputeResult,?>> depsAwareExecutor, BuckConfig buckConfig)
public ActionGraphAndBuilder createActionGraph(TargetNodeToBuildRuleTransformer transformer, TargetGraph targetGraph, IncrementalActionGraphMode incrementalActionGraphMode, com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory.ActionGraphCreationLifecycleListener actionGraphCreationLifecycleListener)