FlushIndexRequest

case class FlushIndexRequest(indexes: Seq[String], waitIfOngoing: Option[Boolean], force: Option[Boolean])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def force(force: Boolean): FlushIndexRequest
def waitIfOngoing(waitIfOngoing: Boolean): FlushIndexRequest

Inherited methods

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