Uses of Class
org.apache.flink.runtime.jobgraph.JobVertexID
-
-
Uses of JobVertexID in org.apache.flink.runtime.broadcast
Methods in org.apache.flink.runtime.broadcast that return JobVertexID Modifier and Type Method Description JobVertexIDBroadcastVariableKey. getVertexId()Constructors in org.apache.flink.runtime.broadcast with parameters of type JobVertexID Constructor Description BroadcastVariableKey(JobVertexID vertexId, String name, int superstep) -
Uses of JobVertexID in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return JobVertexID Modifier and Type Method Description JobVertexIDTaskStateStats. getJobVertexId()JobVertexIDTaskState. getJobVertexID()Deprecated.Methods in org.apache.flink.runtime.checkpoint with parameters of type JobVertexID Modifier and Type Method Description TaskStateStatsAbstractCheckpointStats. 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 JobVertexID Modifier and Type Method Description static CompletedCheckpointCheckpoints. loadAndValidateCheckpoint(org.apache.flink.api.common.JobID jobId, Map<JobVertexID,ExecutionJobVertex> tasks, CompletedCheckpointStorageLocation location, ClassLoader classLoader, boolean allowNonRestoredState, CheckpointProperties checkpointProperties)PendingCheckpointStatsCheckpointStatsTracker. reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID,Integer> vertexToDop)Creates a new pending checkpoint tracker.PendingCheckpointStatsDefaultCheckpointStatsTracker. reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID,Integer> vertexToDop)PendingCheckpointStatsNoOpCheckpointStatsTracker. 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 JobVertexID Constructor Description TaskState(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 JobVertexID Modifier and Type Method Description org.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 JobVertexID Constructor Description ChannelStateWriterImpl(JobVertexID jobVertexID, String taskName, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, int maxSubtasksPerChannelStateFile) -
Uses of JobVertexID in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return JobVertexID Modifier and Type Method Description JobVertexIDEnvironment. 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 JobVertexID Modifier and Type Method Description JobVertexIDExecutionVertex. getJobvertexId()JobVertexIDAccessExecutionJobVertex. getJobVertexId()Returns theJobVertexIDfor this job vertex.JobVertexIDArchivedExecutionJobVertex. getJobVertexId()JobVertexIDExecutionAttemptID. getJobVertexId()JobVertexIDExecutionJobVertex. getJobVertexId()JobVertexIDTaskInformation. getJobVertexId()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type JobVertexID Modifier and Type Method Description Map<JobVertexID,? extends AccessExecutionJobVertex>AccessExecutionGraph. getAllVertices()Returns a map containing all job vertices for this execution graph.Map<JobVertexID,AccessExecutionJobVertex>ArchivedExecutionGraph. getAllVertices()Map<JobVertexID,ExecutionJobVertex>DefaultExecutionGraph. getAllVertices()Map<JobVertexID,ExecutionJobVertex>ExecutionGraph. getAllVertices()List<JobVertexID>IntermediateResult. getConsumerVertices()Methods in org.apache.flink.runtime.executiongraph with parameters of type JobVertexID Modifier and Type Method Description JobVertexInputInfoVertexInputInfoStore. get(JobVertexID jobVertexId, IntermediateDataSetID resultId)Get aJobVertexInputInfo.SubtaskAttemptNumberStoreDefaultVertexAttemptNumberStore. getAttemptCounts(JobVertexID vertexId)SubtaskAttemptNumberStoreVertexAttemptNumberStore. getAttemptCounts(JobVertexID vertexId)Returns the attempt numbers for the given vertex.AccessExecutionJobVertexAccessExecutionGraph. getJobVertex(JobVertexID id)Returns the job vertex for the givenJobVertexID.ArchivedExecutionJobVertexArchivedExecutionGraph. getJobVertex(JobVertexID id)ExecutionJobVertexDefaultExecutionGraph. getJobVertex(JobVertexID id)ExecutionJobVertexExecutionGraph. getJobVertex(JobVertexID id)ExecutionJobVertexInternalExecutionGraphAccessor. getJobVertex(JobVertexID id)JobVertexInputInfoDefaultExecutionGraph. getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId)JobVertexInputInfoInternalExecutionGraphAccessor. 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 JobVertexID Constructor Description ArchivedExecutionJobVertex(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 JobVertexID Constructor Description ArchivedExecutionGraph(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) -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobVertexID Modifier and Type Method Description static JobVertexIDJobVertexID. fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)static JobVertexIDJobVertexID. fromHexString(String hexString)JobVertexIDJobVertex. getID()Returns the ID of this job vertex.Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type JobVertexID Modifier and Type Method Description Map<JobVertexID,JobVertexResourceRequirements>JobResourceRequirements. getJobVertexParallelisms()Set<JobVertexID>JobResourceRequirements. getJobVertices()Methods in org.apache.flink.runtime.jobgraph with parameters of type JobVertexID Modifier and Type Method Description JobVertexJobGraph. findVertexByID(JobVertexID id)Searches for a vertex with a matching ID and returns it.static OperatorIDOperatorID. fromJobVertexID(JobVertexID id)JobVertexResourceRequirements.ParallelismJobResourceRequirements. getParallelism(JobVertexID jobVertexId)JobResourceRequirements.BuilderJobResourceRequirements.Builder. setParallelismForJobVertex(JobVertexID jobVertexId, int lowerBound, int upperBound)Method parameters in org.apache.flink.runtime.jobgraph with type arguments of type JobVertexID Modifier and Type Method Description static List<String>JobResourceRequirements. 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 JobVertexID Constructor Description InputOutputFormatVertex(String name, JobVertexID id, List<OperatorIDPair> operatorIDPairs)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 JobVertexID Constructor Description JobResourceRequirements(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 JobVertexID Modifier and Type Method Description static Map<JobVertexID,ForwardGroup>ForwardGroupComputeUtil. computeForwardGroups(Iterable<JobVertex> topologicallySortedVertices, Function<JobVertex,Set<JobVertex>> forwardProducersRetriever)static Map<JobVertexID,ForwardGroup>ForwardGroupComputeUtil. computeForwardGroupsAndCheckParallelism(Iterable<JobVertex> topologicallySortedVertices)Set<JobVertexID>ForwardGroup. getJobVertexIds() -
Uses of JobVertexID in org.apache.flink.runtime.jobgraph.topology
Methods in org.apache.flink.runtime.jobgraph.topology that return JobVertexID Modifier and Type Method Description JobVertexIDDefaultLogicalVertex. getId()JobVertexIDDefaultLogicalEdge. getProducerVertexId()JobVertexIDLogicalEdge. getProducerVertexId()Returns the ID of producer vertex.Methods in org.apache.flink.runtime.jobgraph.topology with parameters of type JobVertexID Modifier and Type Method Description booleanDefaultLogicalPipelinedRegion. contains(JobVertexID vertexId)LogicalVertexDefaultLogicalPipelinedRegion. getVertex(JobVertexID vertexId)DefaultLogicalVertexDefaultLogicalTopology. 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 JobVertexID Modifier and Type Method Description Set<JobVertexID>SlotSharingGroup. getJobVertexIds()List<JobVertexID>CoLocationGroup. getVertexIds()Returns the IDs of theJobVertexinstances participating in this group.List<JobVertexID>CoLocationGroupImpl. getVertexIds()Methods in org.apache.flink.runtime.jobmanager.scheduler with parameters of type JobVertexID Modifier and Type Method Description voidSlotSharingGroup. 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 JobVertexID Modifier and Type Method Description CompletableFuture<Acknowledge>JobMaster. notifyKvStateRegistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName, org.apache.flink.queryablestate.KvStateID kvStateId, InetSocketAddress kvStateServerAddress)CompletableFuture<Acknowledge>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.CompletableFuture<Acknowledge>JobMaster. notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName)CompletableFuture<Acknowledge>KvStateRegistryGateway. notifyKvStateUnregistered(org.apache.flink.api.common.JobID jobId, JobVertexID jobVertexId, KeyGroupRange keyGroupRange, String registrationName)Notifies that queryable state has been unregistered.CompletableFuture<SerializedInputSplit>JobMaster. requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt)CompletableFuture<SerializedInputSplit>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 JobVertexID Modifier and Type Method Description JobVertexIDExecutionJobVertexInitializedEvent. getJobVertexId()Constructors in org.apache.flink.runtime.jobmaster.event with parameters of type JobVertexID Constructor Description 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 Modifier and Type Field Description protected JobVertexIDTaskMetricGroup. vertexId -
Uses of JobVertexID in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return JobVertexID Modifier and Type Method Description JobVertexIDKvStateLocation. getJobVertexId()Returns the JobVertexID the KvState instances belong to.Methods in org.apache.flink.runtime.query with parameters of type JobVertexID Modifier and Type Method Description TaskKvStateRegistryKvStateRegistry. 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 JobVertexID Constructor Description KvStateLocation(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 JobVertexID Constructor Description KvStateLocationRegistry(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 JobVertexID Modifier and Type Method Description protected JobVertexIDJobVertexIdPathParameter. convertFromString(String value)Methods in org.apache.flink.runtime.rest.messages with parameters of type JobVertexID Modifier and Type Method Description protected StringJobVertexIdPathParameter. convertToString(JobVertexID value)Constructors in org.apache.flink.runtime.rest.messages with parameters of type JobVertexID Constructor Description JobVertexDetailsInfo(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 JobVertexID Modifier and Type Method Description Map<JobVertexID,TaskCheckpointStatistics>CheckpointStatistics. getCheckpointStatisticsPerTask()Constructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type JobVertexID Constructor Description CompletedCheckpointStatistics(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 JobVertexID Modifier and Type Method Description JobVertexIDJobDetailsInfo.JobVertexDetailsInfo. getJobVertexID()Methods in org.apache.flink.runtime.rest.messages.job with parameters of type JobVertexID Modifier and Type Method Description static SubtaskExecutionAttemptDetailsInfoSubtaskExecutionAttemptDetailsInfo. 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 JobVertexID Constructor Description JobVertexDetailsInfo(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 JobVertexID Modifier and Type Method Description JobVertexIDJobVertexIDDeserializer. 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 JobVertexID Modifier and Type Method Description voidJobVertexIDKeySerializer. 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 with parameters of type JobVertexID Modifier and Type Method Description booleanVertexEndOfDataListener. areAllTasksOfJobVertexEndOfData(JobVertexID jobVertexID)ExecutionJobVertexSchedulerBase. getExecutionJobVertex(JobVertexID jobVertexId)VertexParallelismInformationDefaultVertexParallelismStore. getParallelismInfo(JobVertexID vertexId)VertexParallelismInformationVertexParallelismStore. 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)SerializedInputSplitExecutionGraphHandler. requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt)SerializedInputSplitSchedulerBase. requestNextInputSplit(JobVertexID vertexID, ExecutionAttemptID executionAttempt)SerializedInputSplitSchedulerNG. 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 JobVertexID Modifier and Type Method Description static 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.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type JobVertexID Modifier and Type Method Description JobInformation.VertexInformationJobGraphJobInformation. 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)SerializedInputSplitAdaptiveScheduler. 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 JobVertexID Modifier and Type Method Description JobVertexIDJobAllocationsInformation.VertexAllocationInformation. getJobVertexID()JobVertexIDJobInformation.VertexInformation. getJobVertexID()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type JobVertexID Modifier and Type Method Description Set<JobVertexID>VertexParallelism. getVertices()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type JobVertexID Modifier and Type Method Description List<JobAllocationsInformation.VertexAllocationInformation>JobAllocationsInformation. getAllocations(JobVertexID jobVertexID)intVertexParallelism. getParallelism(JobVertexID jobVertexId)Optional<Integer>VertexParallelism. getParallelismOptional(JobVertexID jobVertexId)JobInformation.VertexInformationJobInformation. getVertexInformation(JobVertexID jobVertexId)Method parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobVertexID Modifier and Type Method Description Collection<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 JobVertexID Constructor Description VertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes)Constructor parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type JobVertexID Constructor Description VertexParallelism(Map<JobVertexID,Integer> parallelismForVertices) -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type JobVertexID Modifier and Type Method Description intDefaultVertexParallelismAndInputInfosDecider. computeSourceParallelismUpperBound(JobVertexID jobVertexId, int maxParallelism)intVertexParallelismAndInputInfosDecider. computeSourceParallelismUpperBound(JobVertexID jobVertexId, int maxParallelism)Compute source parallelism upper bound for the source vertex.ParallelismAndInputInfosDefaultVertexParallelismAndInputInfosDecider. decideParallelismAndInputInfosForVertex(JobVertexID jobVertexId, List<BlockingResultInfo> consumedResults, int vertexInitialParallelism, int vertexMinParallelism, int vertexMaxParallelism)ParallelismAndInputInfosVertexParallelismAndInputInfosDecider. decideParallelismAndInputInfosForVertex(JobVertexID jobVertexId, List<BlockingResultInfo> consumedResults, int vertexInitialParallelism, int vertexMinParallelism, int vertexMaxParallelism)Decide the parallelism andJobVertexInputInfos for this job vertex.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 JobVertexID Modifier and Type Method Description voidBatchJobRecoveryContext. onRecoveringFinished(Set<JobVertexID> jobVerticesWithUnRecoveredCoordinators)Notifies the recovery finished.Constructor parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type JobVertexID Constructor Description AdaptiveBatchScheduler(org.slf4j.Logger log, JobGraph jobGraph, Executor ioExecutor, org.apache.flink.configuration.Configuration jobMasterConfiguration, Consumer<org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor> startUpAction, org.apache.flink.util.concurrent.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, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, JobStatusListener jobStatusListener, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, ExecutionGraphFactory executionGraphFactory, ShuffleMaster<?> shuffleMaster, Duration rpcTimeout, VertexParallelismAndInputInfosDecider vertexParallelismAndInputInfosDecider, int defaultMaxParallelism, BlocklistOperations blocklistOperations, org.apache.flink.configuration.JobManagerOptions.HybridPartitionDataConsumeConstraint hybridPartitionDataConsumeConstraint, Map<JobVertexID,ForwardGroup> forwardGroupsByJobVertexId, BatchJobRecoveryHandler jobRecoveryHandler) -
Uses of JobVertexID in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return JobVertexID Modifier and Type Method Description JobVertexIDExecutionVertexID. getJobVertexId()Constructors in org.apache.flink.runtime.scheduler.strategy with parameters of type JobVertexID Constructor Description ExecutionVertexID(JobVertexID jobVertexId, int subtaskIndex) -
Uses of JobVertexID in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as JobVertexID Modifier and Type Field Description protected JobVertexIDTaskLocalStateStoreImpl. jobVertexIDJobVertexID of the owning subtask.Methods in org.apache.flink.runtime.state with parameters of type JobVertexID Modifier and Type Method Description TaskLocalStateStoreTaskExecutorLocalStateStoresManager. 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 JobVertexID Constructor Description ChangelogTaskLocalStateStore(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 JobVertexID Modifier and Type Method Description TaskKvStateRegistryKvStateService. 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 JobVertexID Modifier and Type Method Description voidRpcKvStateRegistryListener. 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 JobVertexID Constructor Description RpcInputSplitProvider(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 JobVertexID Modifier and Type Method Description JobVertexIDRuntimeEnvironment. getJobVertexId()JobVertexIDTask. getJobVertexId()Constructors in org.apache.flink.runtime.taskmanager with parameters of type JobVertexID Constructor Description RuntimeEnvironment(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)
-