Uses of Class
org.apache.flink.runtime.messages.FlinkJobNotFoundException
Packages that use FlinkJobNotFoundException
-
Uses of FlinkJobNotFoundException in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that throw FlinkJobNotFoundExceptionModifier and TypeMethodDescriptionvoidKvStateHandler.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) KvStateHandler.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) SchedulerBase.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) SchedulerNG.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) -
Uses of FlinkJobNotFoundException in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that throw FlinkJobNotFoundExceptionModifier and TypeMethodDescriptionvoidAdaptiveScheduler.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.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)