public class InstrumentedVersionedTargetGraphCache extends Object
Constructor and Description |
---|
InstrumentedVersionedTargetGraphCache(VersionedTargetGraphCache cache,
CacheStatsTracker statsTracker) |
Modifier and Type | Method and Description |
---|---|
CacheStats |
getCacheStats() |
com.facebook.buck.versions.VersionedTargetGraphCache.VersionedTargetGraphCacheResult |
getVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult,?> depsAwareExecutor,
TypeCoercerFactory typeCoercerFactory,
UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory,
TargetGraphCreationResult targetGraphCreationResult,
com.google.common.collect.ImmutableMap<String,VersionUniverse> versionUniverses,
Cells cells) |
TargetGraphCreationResult |
toVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult,?> depsAwareExecutor,
BuckConfig buckConfig,
TypeCoercerFactory typeCoercerFactory,
UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory,
TargetGraphCreationResult targetGraphCreationResult,
Optional<TargetConfiguration> targetConfiguration,
BuckEventBus eventBus,
Cells cells) |
public InstrumentedVersionedTargetGraphCache(VersionedTargetGraphCache cache, CacheStatsTracker statsTracker)
public com.facebook.buck.versions.VersionedTargetGraphCache.VersionedTargetGraphCacheResult getVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult,?> depsAwareExecutor, TypeCoercerFactory typeCoercerFactory, UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory, TargetGraphCreationResult targetGraphCreationResult, com.google.common.collect.ImmutableMap<String,VersionUniverse> versionUniverses, Cells cells) throws VersionException, InterruptedException, TimeoutException
VersionException
InterruptedException
TimeoutException
public TargetGraphCreationResult toVersionedTargetGraph(DepsAwareExecutor<? super ComputeResult,?> depsAwareExecutor, BuckConfig buckConfig, TypeCoercerFactory typeCoercerFactory, UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory, TargetGraphCreationResult targetGraphCreationResult, Optional<TargetConfiguration> targetConfiguration, BuckEventBus eventBus, Cells cells) throws VersionException, InterruptedException
VersionException
InterruptedException
public CacheStats getCacheStats()