OpenIndexRequest

case class OpenIndexRequest(indexes: Indexes, ignoreUnavailable: Option[Boolean], waitForActiveShards: Option[Int])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ignoreUnavailable(ignore: Boolean): OpenIndexRequest

Inherited methods

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