Uses of Class
org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
Packages that use JobDetailsInfo.JobVertexDetailsInfo
-
Uses of JobDetailsInfo.JobVertexDetailsInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type JobDetailsInfo.JobVertexDetailsInfoConstructor parameters in org.apache.flink.runtime.rest.messages.job with type arguments of type JobDetailsInfo.JobVertexDetailsInfoModifierConstructorDescriptionJobDetailsInfo(org.apache.flink.api.common.JobID jobId, String name, boolean isStoppable, org.apache.flink.api.common.JobStatus jobStatus, JobType jobType, long startTime, long endTime, long duration, long maxParallelism, long now, Map<org.apache.flink.api.common.JobStatus, Long> timestamps, Collection<JobDetailsInfo.JobVertexDetailsInfo> jobVertexInfos, Map<ExecutionState, Integer> jobVerticesPerState, JobPlanInfo.RawJson jsonPlan, JobPlanInfo.RawJson streamGraphJson, int pendingOperators)