Package

com.sksamuel.elastic4s.http

task

Permalink

package task

Visibility
  1. Public
  2. All

Type Members

  1. case class CreateTaskResponse(nodeId: String, taskId: String) extends Product with Serializable

    Permalink
  2. case class GetTaskResponse(completed: Boolean, task: Task) extends Product with Serializable

    Permalink
  3. case class ListTaskResponse(nodes: Map[String, Node]) extends Product with Serializable

    Permalink
  4. case class Node(name: String, transportAddress: String, host: String, ip: String, roles: Seq[String], tasks: Map[String, Task]) extends Product with Serializable

    Permalink
  5. 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) extends Product with Serializable

    Permalink
  6. trait TaskHandlers extends AnyRef

    Permalink
  7. case class TaskStatus(total: Long, updated: Long, Created: Long, deleted: Long, batches: Long) extends Product with Serializable

    Permalink

Ungrouped