package snapshots
Type Members
- case class CreateRepositoryResponse(acknowledged: Boolean) extends Product with Serializable
- case class CreateSnapshotResponse(accepted: Boolean) extends Product with Serializable
- case class DeleteSnapshotResponse(acknowledged: Boolean) extends Product with Serializable
- case class GetSnapshotResponse(snapshots: Seq[Snapshot]) extends Product with Serializable
- case class RestoreSnapshotResponse(acknowledged: Boolean) extends Product with Serializable
- 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
- trait SnapshotHandlers extends AnyRef