BulkActor

com.sksamuel.elastic4s.streams.BulkActor$
See theBulkActor companion class
object BulkActor

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BulkActor.type

Members list

Type members

Classlikes

case object Completed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Completed.type
case class FailedResult[T](items: Seq[BulkResponseItem], originals: Seq[T], requestNext: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object ForceIndexing

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class Request(n: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Result[T](items: Seq[BulkResponseItem], originals: Seq[T], requestNext: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Send[T](req: BulkRequest, originals: Seq[T], attempts: Int)

Attributes

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