public static class ArchiveMessages.ArchivedJobs extends Object implements scala.Product, scala.Serializable
RequestArchivedJobs
message. The response contains the archived jobs.Constructor and Description |
---|
ArchivedJobs(scala.collection.Iterable<ExecutionGraph> jobs) |
Modifier and Type | Method and Description |
---|---|
Collection<ExecutionGraph> |
asJavaCollection() |
Iterable<ExecutionGraph> |
asJavaIterable() |
scala.collection.Iterable<ExecutionGraph> |
jobs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArchivedJobs(scala.collection.Iterable<ExecutionGraph> jobs)
public scala.collection.Iterable<ExecutionGraph> jobs()
public Iterable<ExecutionGraph> asJavaIterable()
public Collection<ExecutionGraph> asJavaCollection()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.