com.outr.arango.queue

Members list

Concise view

Type members

Classlikes

case class CollectionQueue[D <: Document[D]](batchSize: Int, collection: DocumentCollection[D], insert: Vector[D], upsert: Vector[D], delete: Vector[D], inserted: Int, upserted: Int, deleted: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class DBQueue(batchSize: Int, map: Map[DocumentCollection[_], CollectionQueue[_]])

Useful for batch operations where the batch may overflow. This will create multiple batches and flush as they fill up. Call finish() at the end to make sure all unflushed batches get processed.

Useful for batch operations where the batch may overflow. This will create multiple batches and flush as they fill up. Call finish() at the end to make sure all unflushed batches get processed.

Attributes

batchSize

the maximum number of records per batch (defaults to 1000)

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