| Package | Description |
|---|---|
| org.apache.flink.runtime.entrypoint | |
| org.apache.flink.runtime.resourcemanager |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceManager<?> |
StandaloneSessionClusterEntrypoint.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl) |
protected abstract ResourceManager<?> |
ClusterEntrypoint.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.