ReindexResponse

case class ReindexResponse(took: Long, timed_out: Boolean, total: Long, updated: Long, created: Long, deleted: Long, batches: Long, version_conflicts: Long, noops: Long, retries: Retries, throttledMillis: Long, requestsPerSecond: Long, throttledUntilMillis: Long, failures: Seq[ReindexFailure])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def throttled: Duration
def throttledUntil: Duration

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product