protected static class AbstractAsynchronousCache.FetchRequest extends Object
Modifier | Constructor and Description |
---|---|
protected |
FetchRequest(BuildTarget target,
RuleKey ruleKey,
LazyPath output,
com.google.common.util.concurrent.SettableFuture<CacheResult> future) |
Modifier and Type | Method and Description |
---|---|
BuildTarget |
getBuildTarget() |
LazyPath |
getOutput() |
RuleKey |
getRuleKey() |
protected FetchRequest(@Nullable BuildTarget target, RuleKey ruleKey, LazyPath output, com.google.common.util.concurrent.SettableFuture<CacheResult> future)
@Nullable public BuildTarget getBuildTarget()
public RuleKey getRuleKey()
public LazyPath getOutput()