| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.checkpoint.savepoint | |
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
| org.apache.flink.runtime.clusterframework.standalone | |
| org.apache.flink.runtime.testutils |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointCoordinatorDeActivator
This actor listens to changes in the JobStatus and activates or deactivates the periodic
checkpoint scheduler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SavepointCoordinatorDeActivator
This actor listens to changes in the JobStatus and deactivates the
savepoint scheduler and discards all pending checkpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobClientActor
Actor which constitutes the bridge between the non-actor code and the JobManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlinkResourceManager<WorkerType extends ResourceIDRetrievable>
Worker allocation steps
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestingResourceManager
A testing resource manager which may alter the default standalone resource master's behavior.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.