| Package | Description |
|---|---|
| org.apache.flink.runtime.execution.librarycache | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobLibraryCacheManager
For each job graph that is submitted to the system the library cache manager maintains
a set of libraries (typically JAR files) which the job requires to run.
|
class |
FallbackLibraryCacheManager |
| Constructor and Description |
|---|
Task(TaskDeploymentDescriptor tdd,
MemoryManager memManager,
IOManager ioManager,
NetworkEnvironment networkEnvironment,
BroadcastVariableManager bcVarManager,
ActorGateway taskManagerActor,
ActorGateway jobManagerActor,
scala.concurrent.duration.FiniteDuration actorAskTimeout,
LibraryCacheManager libraryCache,
FileCache fileCache,
TaskManagerRuntimeInfo taskManagerConfig,
TaskMetricGroup metricGroup)
IMPORTANT: This constructor may not start any work that would need to
be undone in the case of a failing task deployment.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.