ListTasks

com.sksamuel.elastic4s.requests.task.ListTasks
case class ListTasks(nodeIds: Seq[String], detailed: Option[Boolean], actions: Seq[String], groupBy: Option[String], waitForCompletion: Option[Boolean])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def actions(first: String, rest: String*): ListTasks
def actions(actions: Iterable[String]): ListTasks
def groupBy(group: String): ListTasks
def waitForCompletion(w: Boolean): ListTasks

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product