| 程序包 | 说明 |
|---|---|
| org.apache.flink.kubernetes.kubeclient.decorators |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExternalServiceDecorator
Creates an external Service to expose the rest port of the Flink JobManager(s).
|
class |
FlinkConfMountDecorator
Mounts the log4j.properties, logback.xml, and flink-conf.yaml configuration on the JobManager or TaskManager pod.
|
class |
HadoopConfMountDecorator
Mount the custom Hadoop Configuration to the JobManager(s)/TaskManagers.
|
class |
InitJobManagerDecorator
An initializer for the JobManager
FlinkPod. |
class |
InitTaskManagerDecorator
An initializer for the TaskManager
FlinkPod. |
class |
InternalServiceDecorator
Creates an internal Service which forwards the requests from the TaskManager(s) to the
active JobManager.
|
class |
JavaCmdJobManagerDecorator
Attach the jvm command and args to the main container for running the JobManager code.
|
class |
JavaCmdTaskManagerDecorator
Attach the jvm command and args to the main container for running the TaskManager code.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.