| Package | Description |
|---|---|
| org.apache.flink.runtime.execution.librarycache | |
| org.apache.flink.runtime.taskexecutor | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
LibraryCacheManager |
JobManagerConnection.getLibraryCacheManager() |
| Constructor and Description |
|---|
JobManagerConnection(JobID jobID,
ResourceID resourceID,
JobMasterGateway jobMasterGateway,
UUID leaderId,
TaskManagerActions taskManagerActions,
CheckpointResponder checkpointResponder,
LibraryCacheManager libraryCacheManager,
ResultPartitionConsumableNotifier resultPartitionConsumableNotifier,
PartitionProducerStateChecker partitionStateChecker) |
| Constructor and Description |
|---|
Task(JobInformation jobInformation,
TaskInformation taskInformation,
ExecutionAttemptID executionAttemptID,
AllocationID slotAllocationId,
int subtaskIndex,
int attemptNumber,
Collection<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors,
Collection<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors,
int targetSlotNumber,
TaskStateHandles taskStateHandles,
MemoryManager memManager,
IOManager ioManager,
NetworkEnvironment networkEnvironment,
BroadcastVariableManager bcVarManager,
TaskManagerActions taskManagerActions,
InputSplitProvider inputSplitProvider,
CheckpointResponder checkpointResponder,
LibraryCacheManager libraryCache,
FileCache fileCache,
TaskManagerRuntimeInfo taskManagerConfig,
TaskMetricGroup metricGroup,
ResultPartitionConsumableNotifier resultPartitionConsumableNotifier,
PartitionProducerStateChecker partitionProducerStateChecker,
Executor executor)
IMPORTANT: This constructor may not start any work that would need to
be undone in the case of a failing task deployment.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.