Task

com.sksamuel.elastic4s.requests.task.Task
case class Task(node: String, id: String, `type`: String, action: String, status: TaskStatus, description: String, start_time_in_millis: Long, running_time_in_nanos: Long, cancellable: 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 runningTime: FiniteDuration
def startTimeInMillis: Long

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product