OperationsQueue

com.outr.arango.queue.OperationsQueue
case class OperationsQueue[D <: Document[D], M <: DocumentModel[D]](collection: DocumentCollection[D, M], flushSize: Int, chunkSize: Int)

Attributes

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

Members list

Type members

Classlikes

object op

Provide queue operations on a collection. Call flush() at the end to make sure all batched data is pushed.

Provide queue operations on a collection. Call flush() at the end to make sure all batched data is pushed.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
op.type

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product