ExtraStats

avokka.arangodb.models.Cursor$.ExtraStats
See theExtraStats companion object
final case class ExtraStats(writesExecuted: Option[Long], writesIgnored: Option[Long], scannedFull: Option[Long], scannedIndex: Option[Long], filtered: Option[Long], httpRequests: Option[Long], fullCount: Option[Long], executionTime: Option[Double], peakMemoryUsage: Option[Long])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product