| Package | Description |
|---|---|
| org.apache.flink.mesos.runtime.clusterframework |
| Modifier and Type | Method and Description |
|---|---|
protected RegisteredMesosWorkerNode |
MesosResourceManager.workerStarted(org.apache.flink.runtime.clusterframework.types.ResourceID resourceID)
Callback when a worker was started.
|
protected RegisteredMesosWorkerNode |
MesosFlinkResourceManager.workerStarted(org.apache.flink.runtime.clusterframework.types.ResourceID resourceID)
Accept the given started worker into the internal state.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.resourcemanager.ResourceManager<RegisteredMesosWorkerNode> |
MesosResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.runtime.clusterframework.types.ResourceID resourceId,
org.apache.flink.runtime.rpc.RpcService rpcService,
org.apache.flink.runtime.highavailability.HighAvailabilityServices highAvailabilityServices,
org.apache.flink.runtime.heartbeat.HeartbeatServices heartbeatServices,
org.apache.flink.runtime.metrics.MetricRegistry metricRegistry,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
org.apache.flink.runtime.entrypoint.ClusterInformation clusterInformation,
String webInterfaceUrl,
org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup jobManagerMetricGroup) |
protected Collection<RegisteredMesosWorkerNode> |
MesosFlinkResourceManager.reacceptRegisteredWorkers(Collection<org.apache.flink.runtime.clusterframework.types.ResourceID> toConsolidate)
Accept the given registered workers into the internal state.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MesosFlinkResourceManager.releaseStartedWorker(RegisteredMesosWorkerNode worker)
Release the given started worker.
|
boolean |
MesosResourceManager.stopWorker(RegisteredMesosWorkerNode workerNode) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.