public interface RemoteExecutionStrategyConfig
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<PathMatcher> |
getIgnorePaths() |
int |
getMaxConcurrentActionComputations() |
int |
getMaxConcurrentExecutions() |
int |
getMaxConcurrentPendingUploads() |
int |
getMaxConcurrentResultHandling() |
int |
getOutputMaterializationThreads() |
int |
getThreads() |
String |
getWorkerRequirementsFilename() |
boolean |
isLocalFallbackDisabledOnCorruptedArtifacts() |
boolean |
isLocalFallbackEnabled() |
boolean |
isLocalFallbackEnabledForCompletedAction() |
OptionalLong |
largeBlobSizeBytes() |
OptionalLong |
maxInputSizeBytes() |
boolean |
tryLargerWorkerOnOom() |
int getThreads()
int getMaxConcurrentActionComputations()
int getMaxConcurrentExecutions()
int getMaxConcurrentResultHandling()
int getOutputMaterializationThreads()
int getMaxConcurrentPendingUploads()
boolean isLocalFallbackEnabled()
boolean isLocalFallbackDisabledOnCorruptedArtifacts()
boolean isLocalFallbackEnabledForCompletedAction()
OptionalLong maxInputSizeBytes()
OptionalLong largeBlobSizeBytes()
String getWorkerRequirementsFilename()
boolean tryLargerWorkerOnOom()
com.google.common.collect.ImmutableSet<PathMatcher> getIgnorePaths()