Packages

package snapshots

Type Members

  1. case class CreateRepositoryResponse(acknowledged: Boolean) extends Product with Serializable
  2. case class CreateSnapshotResponse(accepted: Boolean) extends Product with Serializable
  3. case class DeleteSnapshotResponse(acknowledged: Boolean) extends Product with Serializable
  4. case class GetSnapshotResponse(snapshots: Seq[Snapshot]) extends Product with Serializable
  5. case class RestoreSnapshotResponse(acknowledged: Boolean) extends Product with Serializable
  6. case class Snapshot(snapshot: String, uuid: String, versionId: String, version: String, indices: Seq[String], state: String, startTime: String, startTimeInMillis: Long, endTime: String, endTimeInMillis: Long, durationInMillis: Long) extends Product with Serializable
  7. trait SnapshotHandlers extends AnyRef

Ungrouped