Package | Description |
---|---|
org.apache.flink.runtime.jobgraph.tasks | |
org.apache.flink.runtime.state | |
org.apache.flink.runtime.state.filesystem | |
org.apache.flink.runtime.taskmanager |
Modifier and Type | Method and Description |
---|---|
Environment |
AbstractInvokable.getEnvironment()
Returns the environment of this task.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInvokable.setEnvironment(Environment environment)
Sets the environment of this task.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStateBackend.initializeForJob(Environment env,
String operatorIdentifier,
TypeSerializer<?> keySerializer)
This method is called by the task upon deployment to initialize the state backend for
data for a specific job.
|
Modifier and Type | Method and Description |
---|---|
void |
FsStateBackend.initializeForJob(Environment env,
String operatorIdentifier,
TypeSerializer<?> keySerializer) |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeEnvironment
In implementation of the
Environment . |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.