Uses of Class
org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
Packages that use VertexParallelism
Package
Description
-
Uses of VertexParallelism in org.apache.flink.runtime.jobgraph.jsonplan
Methods in org.apache.flink.runtime.jobgraph.jsonplan with parameters of type VertexParallelismModifier and TypeMethodDescriptionstatic StringJsonPlanGenerator.generatePlan(org.apache.flink.api.common.JobID jobID, String jobName, JobType jobType, Iterable<JobVertex> vertices, VertexParallelism vertexParallelism) -
Uses of VertexParallelism in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return VertexParallelismMethods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type VertexParallelismMethods in org.apache.flink.runtime.scheduler.adaptive with parameters of type VertexParallelismModifier and TypeMethodDescriptionvoidAdaptiveScheduler.goToRestarting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Duration backoffTime, VertexParallelism restartWithParallelism, List<ExceptionHistoryEntry> failureCollection) voidStateTransitions.ToRestarting.goToRestarting(ExecutionGraph executionGraph, ExecutionGraphHandler executionGraphHandler, OperatorCoordinatorHandler operatorCoordinatorHandler, Duration backoffTime, VertexParallelism restartWithParallelism, List<ExceptionHistoryEntry> failureCollection) Transitions into theRestartingstate.Constructors in org.apache.flink.runtime.scheduler.adaptive with parameters of type VertexParallelismModifierConstructorDescriptionJobSchedulingPlan(VertexParallelism vertexParallelism, Collection<JobSchedulingPlan.SlotAssignment> slotAssignments) -
Uses of VertexParallelism in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return VertexParallelismMethods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type VertexParallelismModifier and TypeMethodDescriptionSlotAllocator.determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> slots) Determines the parallelism at which the vertices could be scheduled given the collection of slots.SlotSharingSlotAllocator.determineParallelism(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots) Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type VertexParallelismModifier and TypeMethodDescriptionDefaultSlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) SlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations) StateLocalitySlotAssigner.assignSlots(JobInformation jobInformation, Collection<? extends SlotInfo> freeSlots, VertexParallelism vertexParallelism, JobAllocationsInformation previousAllocations)