QueryOptionsSupport

com.outr.arango.query.QueryOptionsSupport

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Query
object Query.type

Members list

Value members

Abstract methods

Concrete methods

def withAllowRetry(retry: Boolean): T
def withBatchSize(batchSize: Int): T
def withCache(cache: Boolean): T
def withCount(count: Boolean): T
def withFailOnWarning(fail: Boolean): T
def withFillBlockCache(fill: Boolean): T
def withFullCount(fullCount: Boolean): T
def withIntermediateCommitCount(count: Long): T
def withIntermediateCommitSize(size: Long): T
def withMaxNumberOfPlans(plans: Int): T
def withMaxRuntime(max: FiniteDuration): T
def withMaxTransactionSize(max: Long): T
def withMaxWarningCount(max: Int): T
def withMemoryLimit(limit: Long): T
def withProfile(profile: Boolean): T
def withSatelliteSyncWait(wait: FiniteDuration): T
def withSkipInaccessibleCollections(skip: Boolean): T
def withStream(stream: Boolean): T
def withTTL(ttl: FiniteDuration): T