ShrinkIndexRequest

com.sksamuel.elastic4s.requests.admin.ShrinkIndexRequest
case class ShrinkIndexRequest(source: String, target: String, waitForActiveShards: Option[Int], settings: Map[String, String], shards: Option[Int])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product