Package | Description |
---|---|
org.apache.flink.runtime.minicluster | |
org.apache.flink.runtime.taskexecutor |
Modifier and Type | Method and Description |
---|---|
protected TaskExecutor[] |
MiniCluster.startTaskManagers(Configuration configuration,
HighAvailabilityServices haServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
BlobCacheService blobCacheService,
int numTaskManagers,
RpcService[] taskManagerRpcServices) |
Modifier and Type | Method and Description |
---|---|
static TaskExecutor |
TaskManagerRunner.startTaskManager(Configuration configuration,
ResourceID resourceID,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
BlobCacheService blobCacheService,
boolean localCommunicationOnly,
FatalErrorHandler fatalErrorHandler) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.