SplitIndexRequest

case class SplitIndexRequest(source: String, target: String, waitForActiveShards: Option[Int], shards: Option[Int], settings: Map[String, String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def settings(map: Map[String, String]): SplitIndexRequest
def shards(shards: Int): SplitIndexRequest

Inherited methods

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