Package

com.sksamuel.elastic4s.http

snapshots

Permalink

package snapshots

Visibility
  1. Public
  2. All

Type Members

  1. case class CreateRepositoryResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  2. case class CreateSnapshotResponse(accepted: Boolean) extends Product with Serializable

    Permalink
  3. case class DeleteSnapshotResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  4. case class GetSnapshotResponse(snapshots: Seq[Snapshot]) extends Product with Serializable

    Permalink
  5. case class RestoreSnapshotResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  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

    Permalink
  7. trait SnapshotHandlers extends AnyRef

    Permalink

Ungrouped