Uses of Class
org.apache.flink.runtime.jobgraph.JobVertexID
Packages that use JobVertexID
Package
Description
-
Uses of JobVertexID in org.apache.flink.runtime.broadcast
Methods in org.apache.flink.runtime.broadcast that return JobVertexIDConstructors in org.apache.flink.runtime.broadcast with parameters of type JobVertexIDModifierConstructorDescriptionBroadcastVariableKey(JobVertexID vertexId, String name, int superstep) -
Uses of JobVertexID in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return JobVertexIDModifier and TypeMethodDescriptionTaskStateStats.getJobVertexId()TaskState.getJobVertexID()Deprecated.Methods in org.apache.flink.runtime.checkpoint with parameters of type JobVertexIDModifier and TypeMethodDescriptionAbstractCheckpointStats.getTaskStateStats(JobVertexID jobVertexId) Returns the task state stats for the given job vertex ID ornullif no task with such an ID is available.Method parameters in org.apache.flink.runtime.checkpoint with type arguments of type JobVertexIDModifier and TypeMethodDescriptionstatic CompletedCheckpointCheckpoints.loadAndValidateCheckpoint(org.apache.flink.api.common.JobID jobId, Map<JobVertexID, ExecutionJobVertex> tasks, CompletedCheckpointStorageLocation location, ClassLoader classLoader, boolean allowNonRestoredState, CheckpointProperties checkpointProperties) CheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) Creates a new pending checkpoint tracker.DefaultCheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) NoOpCheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) booleanCheckpointCoordinator.restoreSavepoint(SavepointRestoreSettings restoreSettings, Map<JobVertexID, ExecutionJobVertex> tasks, ClassLoader userClassLoader) Restore the state with given savepoint.Constructors in org.apache.flink.runtime.checkpoint with parameters of type JobVertexIDModifierConstructorDescriptionTaskState(JobVertexID jobVertexID, int parallelism, int maxParallelism, int chainLength) Deprecated. -
Uses of JobVertexID in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel with parameters of type JobVertexIDModifier and TypeMethodDescriptionorg.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorChannelStateWriteRequestExecutorFactory.getOrCreateExecutor(JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView, ? extends IOException> checkpointStorageWorkerViewSupplier, int maxSubtasksPerChannelStateFile) Constructors in org.apache.flink.runtime.checkpoint.channel with parameters of type JobVertexIDModifierConstructorDescriptionChannelStateWriterImpl(JobVertexID jobVertexID, String taskName, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView, ? extends IOException> checkpointStorageWorkerViewSupplier, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, int maxSubtasksPerChannelStateFile) Creates aChannelStateWriterImplwithChannelStateWriterImpl.DEFAULT_MAX_CHECKPOINTSasChannelStateWriterImpl.maxCheckpoints. -
Uses of JobVertexID in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return JobVertexIDModifier and TypeMethodDescriptionEnvironment.getJobVertexId()Gets the ID of the JobVertex for which this task executes a parallel subtask. -
Uses of JobVertexID in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return JobVertexIDModifier and TypeMethodDescriptionExecutionVertex.getJobvertexId()AccessExecutionJobVertex.getJobVertexId()Returns theJobVertexIDfor this job vertex.ArchivedExecutionJobVertex.getJobVertexId()ExecutionAttemptID.getJobVertexId()ExecutionJobVertex.getJobVertexId()TaskInformation.getJobVertexId()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionMap<JobVertexID,? extends AccessExecutionJobVertex> AccessExecutionGraph.getAllVertices()Returns a map containing all job vertices for this execution graph.ArchivedExecutionGraph.getAllVertices()DefaultExecutionGraph.getAllVertices()ExecutionGraph.getAllVertices()IntermediateResult.getConsumerVertices()Methods in org.apache.flink.runtime.executiongraph with parameters of type JobVertexIDModifier and TypeMethodDescriptionVertexInputInfoStore.get(JobVertexID jobVertexId, IntermediateDataSetID resultId) Get aJobVertexInputInfo.DefaultVertexAttemptNumberStore.getAttemptCounts(JobVertexID vertexId) VertexAttemptNumberStore.getAttemptCounts(JobVertexID vertexId) Returns the attempt numbers for the given vertex.AccessExecutionGraph.getJobVertex(JobVertexID id) Returns the job vertex for the givenJobVertexID.ArchivedExecutionGraph.getJobVertex(JobVertexID id) DefaultExecutionGraph.getJobVertex(JobVertexID id) ExecutionGraph.getJobVertex(JobVertexID id) InternalExecutionGraphAccessor.getJobVertex(JobVertexID id) DefaultExecutionGraph.getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId) InternalExecutionGraphAccessor.getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId) Get the input info of a certain input of a certain job vertex.voidVertexInputInfoStore.put(JobVertexID jobVertexId, IntermediateDataSetID resultId, JobVertexInputInfo info) Put aJobVertexInputInfo.voidDefaultVertexAttemptNumberStore.setAttemptCount(JobVertexID jobVertexId, int subtaskIndex, int attemptNumber) voidMutableVertexAttemptNumberStore.setAttemptCount(JobVertexID jobVertexId, int subtaskIndex, int attemptNumber) Sets the attempt count for the given subtask of the given vertex.Constructors in org.apache.flink.runtime.executiongraph with parameters of type JobVertexIDModifierConstructorDescriptionArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices, JobVertexID id, String name, int parallelism, int maxParallelism, SlotSharingGroup slotSharingGroup, ResourceProfile resourceProfile, StringifiedAccumulatorResult[] archivedUserAccumulators) TaskInformation(JobVertexID jobVertexId, String taskName, int numberOfSubtasks, int maxNumberOfSubtasks, String invokableClassName, org.apache.flink.configuration.Configuration taskConfiguration) Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type JobVertexIDModifierConstructorDescriptionArchivedExecutionGraph(org.apache.flink.api.common.JobID jobID, String jobName, Map<JobVertexID, ArchivedExecutionJobVertex> tasks, List<ArchivedExecutionJobVertex> verticesInCreationOrder, long[] stateTimestamps, org.apache.flink.api.common.JobStatus state, JobType jobType, ErrorInfo failureCause, String jsonPlan, StringifiedAccumulatorResult[] archivedUserAccumulators, Map<String, org.apache.flink.util.SerializedValue<org.apache.flink.util.OptionalFailure<Object>>> serializedUserAccumulators, org.apache.flink.api.common.ArchivedExecutionConfig executionConfig, boolean isStoppable, CheckpointCoordinatorConfiguration jobCheckpointingConfiguration, CheckpointStatsSnapshot checkpointStatsSnapshot, String stateBackendName, String checkpointStorageName, org.apache.flink.util.TernaryBoolean stateChangelogEnabled, String changelogStorageName, String streamGraphJson, int pendingOperatorCount) -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobVertexIDModifier and TypeMethodDescriptionstatic JobVertexIDJobVertexID.fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) static JobVertexIDJobVertexID.fromHexString(String hexString) JobVertex.getID()Returns the ID of this job vertex.Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionJobResourceRequirements.getJobVertexParallelisms()JobResourceRequirements.getJobVertices()Methods in org.apache.flink.runtime.jobgraph with parameters of type JobVertexIDModifier and TypeMethodDescriptionJobGraph.findVertexByID(JobVertexID id) Searches for a vertex with a matching ID and returns it.static OperatorIDOperatorID.fromJobVertexID(JobVertexID id) JobResourceRequirements.getParallelism(JobVertexID jobVertexId) JobResourceRequirements.Builder.setParallelismForJobVertex(JobVertexID jobVertexId, int lowerBound, int upperBound) Method parameters in org.apache.flink.runtime.jobgraph with type arguments of type JobVertexIDModifier and TypeMethodDescriptionJobResourceRequirements.validate(JobResourceRequirements jobResourceRequirements, Map<JobVertexID, Integer> maxParallelismPerVertex) This method validates that: The requested boundaries are less or equal than the max parallelism.Constructors in org.apache.flink.runtime.jobgraph with parameters of type JobVertexIDModifierConstructorDescriptionInputOutputFormatVertex(String name, JobVertexID id, List<OperatorIDPair> operatorIDPairs) IntermediateDataSetID(JobVertexID sourceId, int edgeId) JobVertex(String name, JobVertexID id) Constructs a new job vertex and assigns it with the given name.JobVertex(String name, JobVertexID primaryId, List<OperatorIDPair> operatorIDPairs) Constructs a new job vertex and assigns it with the given name.Constructor parameters in org.apache.flink.runtime.jobgraph with type arguments of type JobVertexIDModifierConstructorDescriptionJobResourceRequirements(Map<JobVertexID, JobVertexResourceRequirements> vertexResources) -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph.forwardgroup
Methods in org.apache.flink.runtime.jobgraph.forwardgroup that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionstatic Map<JobVertexID,JobVertexForwardGroup> ForwardGroupComputeUtil.computeForwardGroups(Iterable<JobVertex> topologicallySortedVertices, Function<JobVertex, Set<JobVertex>> forwardProducersRetriever) static Map<JobVertexID,JobVertexForwardGroup> ForwardGroupComputeUtil.computeForwardGroupsAndCheckParallelism(Iterable<JobVertex> topologicallySortedVertices) JobVertexForwardGroup.getVertexIds() -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph.jsonplan
Method parameters in org.apache.flink.runtime.jobgraph.jsonplan with type arguments of type JobVertexIDModifier and TypeMethodDescriptionstatic StringJsonPlanGenerator.generateStreamGraphJson(StreamGraph sg, Map<Integer, JobVertexID> jobVertexIdMap) -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph.topology
Methods in org.apache.flink.runtime.jobgraph.topology that return JobVertexIDModifier and TypeMethodDescriptionDefaultLogicalVertex.getId()DefaultLogicalEdge.getProducerVertexId()LogicalEdge.getProducerVertexId()Returns the ID of producer vertex.Methods in org.apache.flink.runtime.jobgraph.topology with parameters of type JobVertexIDModifier and TypeMethodDescriptionbooleanDefaultLogicalPipelinedRegion.contains(JobVertexID vertexId) DefaultLogicalPipelinedRegion.getVertex(JobVertexID vertexId) DefaultLogicalTopology.getVertex(JobVertexID vertexId) -
Uses of JobVertexID in org.apache.flink.runtime.jobmanager.scheduler
Methods in org.apache.flink.runtime.jobmanager.scheduler that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionSlotSharingGroup.getJobVertexIds()CoLocationGroup.getVertexIds()Returns the IDs of theJobVertexinstances participating in this group.CoLocationGroupImpl.getVertexIds()Methods in org.apache.flink.runtime.jobmanager.scheduler with parameters of type JobVertexIDModifier and TypeMethodDescriptionvoidSlotSharingGroup.addVertexToGroup(JobVertexID id) voidSlotSharingGroup.removeVertexFromGroup(JobVertexID id) -
Uses of JobVertexID in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type JobVertexIDModifier and TypeMethodDescriptionJobMaster.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) KvStateRegistryGateway.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) Notifies that queryable state has been registered.JobMaster.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) KvStateRegistryGateway.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies that queryable state has been unregistered.JobMaster.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) JobMasterGateway.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) Requests the next input split for theExecutionJobVertex. -
Uses of JobVertexID in org.apache.flink.runtime.jobmaster.event
Methods in org.apache.flink.runtime.jobmaster.event that return JobVertexIDModifier and TypeMethodDescriptionExecutionJobVertexInitializedEvent.getJobVertexId()ExecutionJobVertexFinishedEvent.getVertexId()Constructors in org.apache.flink.runtime.jobmaster.event with parameters of type JobVertexIDModifierConstructorDescriptionExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID, BlockingResultInfo> resultInfo) ExecutionJobVertexInitializedEvent(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) -
Uses of JobVertexID in org.apache.flink.runtime.metrics.groups
Fields in org.apache.flink.runtime.metrics.groups declared as JobVertexID -
Uses of JobVertexID in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return JobVertexIDModifier and TypeMethodDescriptionKvStateLocation.getJobVertexId()Returns the JobVertexID the KvState instances belong to.Methods in org.apache.flink.runtime.query with parameters of type JobVertexIDModifier and TypeMethodDescriptionKvStateRegistry.createTaskRegistry(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId) Creates aTaskKvStateRegistryfacade for theTaskidentified by the given JobID and JobVertexID instance.voidKvStateLocationRegistry.notifyKvStateRegistered(JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) Notifies the registry about a registered KvState instance.voidKvStateRegistryListener.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) Notifies the listener about a registered KvState instance.voidKvStateLocationRegistry.notifyKvStateUnregistered(JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies the registry about an unregistered KvState instance.voidKvStateRegistryListener.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Notifies the listener about an unregistered KvState instance.org.apache.flink.queryablestate.KvStateIDKvStateRegistry.registerKvState(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, InternalKvState<?, ?, ?> kvState, ClassLoader userClassLoader) Registers the KvState instance and returns the assigned ID.voidKvStateRegistry.unregisterKvState(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) Unregisters the KvState instance identified by the given KvStateID.Constructors in org.apache.flink.runtime.query with parameters of type JobVertexIDModifierConstructorDescriptionKvStateLocation(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, int numKeyGroups, String registrationName) Creates the location information.Constructor parameters in org.apache.flink.runtime.query with type arguments of type JobVertexIDModifierConstructorDescriptionKvStateLocationRegistry(org.apache.flink.api.common.JobID jobId, Map<JobVertexID, ExecutionJobVertex> jobVertices) Creates the registry for the job. -
Uses of JobVertexID in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return JobVertexIDModifier and TypeMethodDescriptionprotected JobVertexIDJobVertexIdPathParameter.convertFromString(String value) Methods in org.apache.flink.runtime.rest.messages with parameters of type JobVertexIDModifier and TypeMethodDescriptionprotected StringJobVertexIdPathParameter.convertToString(JobVertexID value) Constructors in org.apache.flink.runtime.rest.messages with parameters of type JobVertexIDModifierConstructorDescriptionJobVertexDetailsInfo(JobVertexID id, String name, int parallelism, int maxParallelism, long now, List<SubtaskExecutionAttemptDetailsInfo> subtasks) JobVertexTaskManagersInfo(JobVertexID jobVertexID, String name, long now, Collection<JobVertexTaskManagersInfo.TaskManagersInfo> taskManagerInfos) -
Uses of JobVertexID in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type JobVertexIDConstructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type JobVertexIDModifierConstructorDescriptionCompletedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask, String externalPath, boolean discarded) FailedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask, long failureTimestamp, String failureMessage) PendingCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID, TaskCheckpointStatistics> checkpointingStatisticsPerTask) -
Uses of JobVertexID in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return JobVertexIDMethods in org.apache.flink.runtime.rest.messages.job with parameters of type JobVertexIDModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.create(AccessExecution execution, MetricFetcher metricFetcher, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts) Constructors in org.apache.flink.runtime.rest.messages.job with parameters of type JobVertexIDModifierConstructorDescriptionJobVertexDetailsInfo(JobVertexID jobVertexID, SlotSharingGroupId slotSharingGroupId, String name, int maxParallelism, int parallelism, ExecutionState executionState, long startTime, long endTime, long duration, Map<ExecutionState, Integer> tasksPerState, IOMetricsInfo jobVertexMetrics) SubtasksAllAccumulatorsInfo(JobVertexID jobVertexId, int parallelism, Collection<SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo> subtaskAccumulatorsInfos) -
Uses of JobVertexID in org.apache.flink.runtime.rest.messages.json
Methods in org.apache.flink.runtime.rest.messages.json that return JobVertexIDModifier and TypeMethodDescriptionJobVertexIDDeserializer.deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser p, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.apache.flink.runtime.rest.messages.json with parameters of type JobVertexIDModifier and TypeMethodDescriptionvoidJobVertexIDKeySerializer.serialize(JobVertexID value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) voidJobVertexIDSerializer.serialize(JobVertexID value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of JobVertexID in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionDefaultVertexParallelismStore.getAllParallelismInfo()VertexParallelismStore.getAllParallelismInfo()Gets a map of all vertex parallelism information.Methods in org.apache.flink.runtime.scheduler with parameters of type JobVertexIDModifier and TypeMethodDescriptionbooleanVertexEndOfDataListener.areAllTasksOfJobVertexEndOfData(JobVertexID jobVertexID) SchedulerBase.getExecutionJobVertex(JobVertexID jobVertexId) DefaultVertexParallelismStore.getParallelismInfo(JobVertexID vertexId) VertexParallelismStore.getParallelismInfo(JobVertexID vertexId) Returns a given vertex's parallelism information.voidKvStateHandler.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidSchedulerBase.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidSchedulerNG.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidKvStateHandler.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) voidSchedulerBase.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) voidSchedulerNG.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) ExecutionGraphHandler.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) SchedulerBase.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) SchedulerNG.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) voidDefaultVertexParallelismStore.setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info) voidMutableVertexParallelismStore.setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info) Sets the parallelism properties for the given vertex.Method parameters in org.apache.flink.runtime.scheduler with type arguments of type JobVertexIDModifier and TypeMethodDescriptionstatic voidSsgNetworkMemoryCalculationUtils.enrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID, ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster) Calculates network memory requirement ofExecutionJobVertexand updateResourceProfileof corresponding slot sharing group. -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adapter
Methods in org.apache.flink.runtime.scheduler.adapter that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionDefaultExecutionTopology.computeLogicalPipelinedRegionsByJobVertexId(List<JobVertex> topologicallySortedJobVertices) -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type JobVertexIDModifier and TypeMethodDescriptionJobGraphJobInformation.getVertexInformation(JobVertexID jobVertexId) voidAdaptiveScheduler.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress) voidAdaptiveScheduler.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) AdaptiveScheduler.requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt) -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return JobVertexIDModifier and TypeMethodDescriptionJobAllocationsInformation.VertexAllocationInformation.getJobVertexID()JobInformation.VertexInformation.getJobVertexID()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobVertexIDMethods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobVertexIDModifier and TypeMethodDescriptionJobAllocationsInformation.getAllocations(JobVertexID jobVertexID) intVertexParallelism.getParallelism(JobVertexID jobVertexId) VertexParallelism.getParallelismOptional(JobVertexID jobVertexId) JobInformation.getVertexInformation(JobVertexID jobVertexId) Method parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobVertexIDModifier and TypeMethodDescriptionCollection<org.apache.flink.runtime.scheduler.adaptive.allocator.StateLocalitySlotAssigner.AllocationScore>StateLocalitySlotAssigner.calculateScore(org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator.ExecutionSlotSharingGroup group, Map<JobVertexID, Integer> parallelism, JobInformation jobInformation, JobAllocationsInformation previousAllocations) Constructors in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobVertexIDModifierConstructorDescriptionVertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes) Constructor parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobVertexID -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type JobVertexIDModifier and TypeMethodDescriptionintDefaultVertexParallelismAndInputInfosDecider.computeSourceParallelismUpperBound(JobVertexID jobVertexId, int maxParallelism) intVertexParallelismAndInputInfosDecider.computeSourceParallelismUpperBound(JobVertexID jobVertexId, int maxParallelism) Compute source parallelism upper bound for the source vertex.DefaultVertexParallelismAndInputInfosDecider.decideParallelismAndInputInfosForVertex(JobVertexID jobVertexId, List<BlockingInputInfo> consumedResults, int vertexInitialParallelism, int vertexMinParallelism, int vertexMaxParallelism) VertexParallelismAndInputInfosDecider.decideParallelismAndInputInfosForVertex(JobVertexID jobVertexId, List<BlockingInputInfo> consumedResults, int vertexInitialParallelism, int vertexMinParallelism, int vertexMaxParallelism) Decide the parallelism andJobVertexInputInfos for this job vertex.intAdaptiveExecutionHandler.getInitialParallelism(JobVertexID jobVertexId) Retrieves the initial parallelism for a given JobVertex ID.intDefaultAdaptiveExecutionHandler.getInitialParallelism(JobVertexID jobVertexId) intNonAdaptiveExecutionHandler.getInitialParallelism(JobVertexID jobVertexId) voidAdaptiveExecutionHandler.notifyJobVertexParallelismDecided(JobVertexID jobVertexId, int parallelism) Notifies the handler that the parallelism of a JobVertex has been decided.voidDefaultAdaptiveExecutionHandler.notifyJobVertexParallelismDecided(JobVertexID jobVertexId, int parallelism) voidNonAdaptiveExecutionHandler.notifyJobVertexParallelismDecided(JobVertexID jobVertexId, int parallelism) voidBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) Records the job vertex initialization event for use during future batch job recovery.voidDefaultBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) voidDummyBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) Method parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type JobVertexIDModifier and TypeMethodDescriptionintAdaptiveExecutionPlanSchedulingContext.getConsumersMaxParallelism(Function<JobVertexID, Integer> executionJobVertexMaxParallelismRetriever, IntermediateDataSet intermediateDataSet) intExecutionPlanSchedulingContext.getConsumersMaxParallelism(Function<JobVertexID, Integer> executionJobVertexMaxParallelismRetriever, IntermediateDataSet intermediateDataSet) Retrieves the maximum parallelism of consumers connected to the specified intermediate data set.intNonAdaptiveExecutionPlanSchedulingContext.getConsumersMaxParallelism(Function<JobVertexID, Integer> executionJobVertexMaxParallelismRetriever, IntermediateDataSet intermediateDataSet) intAdaptiveExecutionPlanSchedulingContext.getConsumersParallelism(Function<JobVertexID, Integer> executionJobVertexParallelismRetriever, IntermediateDataSet intermediateDataSet) intExecutionPlanSchedulingContext.getConsumersParallelism(Function<JobVertexID, Integer> executionJobVertexParallelismRetriever, IntermediateDataSet intermediateDataSet) Retrieves the parallelism of consumers connected to the specified intermediate data set.intNonAdaptiveExecutionPlanSchedulingContext.getConsumersParallelism(Function<JobVertexID, Integer> executionJobVertexParallelismRetriever, IntermediateDataSet intermediateDataSet) voidBatchJobRecoveryContext.onRecoveringFinished(Set<JobVertexID> jobVerticesWithUnRecoveredCoordinators) Notifies the recovery finished. -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adaptivebatch.util
Methods in org.apache.flink.runtime.scheduler.adaptivebatch.util with parameters of type JobVertexIDModifier and TypeMethodDescriptionAllToAllVertexInputInfoComputer.compute(JobVertexID jobVertexId, List<BlockingInputInfo> inputInfos, int parallelism, int minParallelism, int maxParallelism, long dataVolumePerTask) Decide parallelism and input infos, which will make the data be evenly distributed to downstream subtasks for ALL_TO_ALL, such that different downstream subtasks consume roughly the same amount of data.static voidVertexParallelismAndInputInfosDeciderUtils.logBalancedDataDistributionOptimizationResult(org.slf4j.Logger logger, JobVertexID jobVertexId, BlockingInputInfo inputInfo, JobVertexInputInfo optimizedJobVertexInputInfo) Logs the data distribution optimization info when a balanced data distribution algorithm is effectively optimized compared to the num-based data distribution algorithm. -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return JobVertexIDConstructors in org.apache.flink.runtime.scheduler.strategy with parameters of type JobVertexID -
Uses of JobVertexID in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as JobVertexIDModifier and TypeFieldDescriptionprotected final JobVertexIDTaskLocalStateStoreImpl.jobVertexIDJobVertexID of the owning subtask.Methods in org.apache.flink.runtime.state with parameters of type JobVertexIDModifier and TypeMethodDescriptionTaskExecutorLocalStateStoresManager.localStateStoreForSubtask(org.apache.flink.api.common.JobID jobId, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.configuration.Configuration clusterConfiguration, org.apache.flink.configuration.Configuration jobConfiguration) Constructors in org.apache.flink.runtime.state with parameters of type JobVertexIDModifierConstructorDescriptionChangelogTaskLocalStateStore(org.apache.flink.api.common.JobID jobID, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, LocalRecoveryConfig localRecoveryConfig, Executor discardExecutor) LocalSnapshotDirectoryProviderImpl(File[] allocationBaseDirs, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, int subtaskIndex) LocalSnapshotDirectoryProviderImpl(File allocationBaseDir, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, int subtaskIndex) TaskLocalStateStoreImpl(org.apache.flink.api.common.JobID jobID, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, LocalRecoveryConfig localRecoveryConfig, Executor discardExecutor) -
Uses of JobVertexID in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type JobVertexIDModifier and TypeMethodDescriptionKvStateService.createKvStateTaskRegistry(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId) -
Uses of JobVertexID in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc with parameters of type JobVertexIDModifier and TypeMethodDescriptionvoidRpcKvStateRegistryListener.notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId) voidRpcKvStateRegistryListener.notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName) Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type JobVertexIDModifierConstructorDescriptionRpcInputSplitProvider(JobMasterGateway jobMasterGateway, JobVertexID jobVertexID, ExecutionAttemptID executionAttemptID, Duration timeout) -
Uses of JobVertexID in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return JobVertexIDConstructors in org.apache.flink.runtime.taskmanager with parameters of type JobVertexIDModifierConstructorDescriptionRuntimeEnvironment(org.apache.flink.api.common.JobID jobId, JobType jobType, JobVertexID jobVertexId, ExecutionAttemptID executionId, org.apache.flink.api.common.ExecutionConfig executionConfig, org.apache.flink.api.common.JobInfo jobInfo, org.apache.flink.api.common.TaskInfo taskInfo, org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.configuration.Configuration taskConfiguration, org.apache.flink.util.UserCodeClassLoader userCodeClassLoader, MemoryManager memManager, SharedResources sharedResources, IOManager ioManager, BroadcastVariableManager bcVarManager, TaskStateManager taskStateManager, GlobalAggregateManager aggregateManager, AccumulatorRegistry accumulatorRegistry, TaskKvStateRegistry kvStateRegistry, InputSplitProvider splitProvider, Map<String, Future<org.apache.flink.core.fs.Path>> distCacheEntries, ResultPartitionWriter[] writers, IndexedInputGate[] inputGates, TaskEventDispatcher taskEventDispatcher, CheckpointResponder checkpointResponder, TaskOperatorEventGateway operatorEventGateway, TaskManagerRuntimeInfo taskManagerInfo, TaskMetricGroup metrics, Task containingTask, ExternalResourceInfoProvider externalResourceInfoProvider, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, TaskManagerActions taskManagerActions) -
Uses of JobVertexID in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionAdaptiveGraphManager.findVertexByStreamNodeId(int streamNodeId) Methods in org.apache.flink.streaming.api.graph with parameters of type JobVertexIDModifier and TypeMethodDescriptionAdaptiveGraphManager.getStreamNodeForwardGroupByVertexId(JobVertexID jobVertexId) Retrieves the StreamNodeForwardGroup which provides a stream node level ForwardGroup.AdaptiveGraphManager.getStreamNodeIdsByJobVertexId(JobVertexID jobVertexId) Retrieves the IDs of stream nodes that belong to the given job vertex.AdaptiveGraphGenerator.onJobVertexFinished(JobVertexID finishedJobVertexId) Responds to notifications that a JobVertex has completed execution.AdaptiveGraphManager.onJobVertexFinished(JobVertexID finishedJobVertexId) -
Uses of JobVertexID in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return types with arguments of type JobVertexIDModifier and TypeMethodDescriptionMap<JobVertexID,List<CompletableFuture<org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider>>>> JobVertexBuildContext.getCoordinatorSerializationFuturesPerJobVertex()Methods in org.apache.flink.streaming.api.graph.util with parameters of type JobVertexIDModifier and TypeMethodDescriptionvoidJobVertexBuildContext.putCoordinatorSerializationFutures(JobVertexID vertexId, List<CompletableFuture<org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider>>> serializationFutures)