public abstract class ExecutionCachedEngine<T extends Executor> extends ExecutionEngine
| Constructor and Description |
|---|
ExecutionCachedEngine() |
| Modifier and Type | Method and Description |
|---|---|
T |
allocateExecutor(Set<String> dependencies) |
protected abstract T |
createNewExecutor(Set<String> filePaths) |
protected abstract int |
getCacheSize() |
protected abstract DependencyService |
getDependencyService() |
protected void |
releaseExecutor(T executor) |
generatedDependenciesKeyprotected void releaseExecutor(T executor)
protected abstract DependencyService getDependencyService()
protected abstract int getCacheSize()
Copyright © 2016. All Rights Reserved.