Package | Description |
---|---|
org.apache.flink.configuration | |
org.apache.flink.runtime.scheduler.adaptivebatch |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<JobManagerOptions.HybridPartitionDataConsumeConstraint> |
JobManagerOptions.HYBRID_PARTITION_DATA_CONSUME_CONSTRAINT |
Modifier and Type | Method and Description |
---|---|
static JobManagerOptions.HybridPartitionDataConsumeConstraint |
JobManagerOptions.HybridPartitionDataConsumeConstraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobManagerOptions.HybridPartitionDataConsumeConstraint[] |
JobManagerOptions.HybridPartitionDataConsumeConstraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JobManagerOptions.HybridPartitionDataConsumeConstraint |
AdaptiveBatchSchedulerFactory.getOrDecideHybridPartitionDataConsumeConstraint(Configuration configuration,
boolean enableSpeculativeExecution) |
Modifier and Type | Method and Description |
---|---|
static InputConsumableDecider.Factory |
AdaptiveBatchSchedulerFactory.loadInputConsumableDeciderFactory(JobManagerOptions.HybridPartitionDataConsumeConstraint hybridPartitionDataConsumeConstraint) |
Constructor and Description |
---|
AdaptiveBatchScheduler(org.slf4j.Logger log,
JobGraph jobGraph,
Executor ioExecutor,
Configuration jobMasterConfiguration,
Consumer<ComponentMainThreadExecutor> startUpAction,
ScheduledExecutor delayExecutor,
ClassLoader userCodeLoader,
CheckpointsCleaner checkpointsCleaner,
CheckpointRecoveryFactory checkpointRecoveryFactory,
JobManagerJobMetricGroup jobManagerJobMetricGroup,
SchedulingStrategyFactory schedulingStrategyFactory,
FailoverStrategy.Factory failoverStrategyFactory,
RestartBackoffTimeStrategy restartBackoffTimeStrategy,
ExecutionOperations executionOperations,
ExecutionVertexVersioner executionVertexVersioner,
ExecutionSlotAllocatorFactory executionSlotAllocatorFactory,
long initializationTimestamp,
ComponentMainThreadExecutor mainThreadExecutor,
JobStatusListener jobStatusListener,
Collection<FailureEnricher> failureEnrichers,
ExecutionGraphFactory executionGraphFactory,
ShuffleMaster<?> shuffleMaster,
Time rpcTimeout,
VertexParallelismAndInputInfosDecider vertexParallelismAndInputInfosDecider,
int defaultMaxParallelism,
BlocklistOperations blocklistOperations,
JobManagerOptions.HybridPartitionDataConsumeConstraint hybridPartitionDataConsumeConstraint,
Map<JobVertexID,ForwardGroup> forwardGroupsByJobVertexId,
BatchJobRecoveryHandler jobRecoveryHandler) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.