ArangoDBCollectionCreateOptions

com.outr.arango.core.ArangoDBCollectionCreateOptions
class ArangoDBCollectionCreateOptions(collectionName: String, o: CreateCollectionOptions) extends CollectionCreateOptions

Attributes

Graph
Supertypes
class CollectionCreateOptions
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def `type`(x$0: CollectionType): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def computedValues(x$0: ComputedValue*): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def distributeShardsLike(x$0: String): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def getIsSystem(): Boolean

Attributes

Inherited from:
CollectionCreateOptions
def getKeyOptions(): KeyOptions

Attributes

Inherited from:
CollectionCreateOptions
def getNumberOfShards(): Integer

Attributes

Inherited from:
CollectionCreateOptions
def getReplicationFactor(): Integer

Attributes

Inherited from:
CollectionCreateOptions
def getSatellite(): Boolean

Attributes

Inherited from:
CollectionCreateOptions
def getSchema(): CollectionSchema

Attributes

Inherited from:
CollectionCreateOptions
def getShardKeys(): Array[String]

Attributes

Inherited from:
CollectionCreateOptions
def getShardingStrategy(): String

Attributes

Inherited from:
CollectionCreateOptions
def getSmartJoinAttribute(): String

Attributes

Inherited from:
CollectionCreateOptions
def getType(): CollectionType

Attributes

Inherited from:
CollectionCreateOptions
def getWaitForSync(): Boolean

Attributes

Inherited from:
CollectionCreateOptions
def getWriteConcern(): Integer

Attributes

Inherited from:
CollectionCreateOptions
def isSystem(x$0: Boolean): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def keyOptions(x$0: Boolean, x$1: KeyType, x$2: Integer, x$3: Integer): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def numberOfShards(x$0: Integer): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def replicationFactor(x$0: Integer): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def satellite(x$0: Boolean): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def schema(x$0: CollectionSchema): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def shardKeys(x$0: String*): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def shardingStrategy(x$0: String): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def smartJoinAttribute(x$0: String): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def waitForSync(x$0: Boolean): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions
def writeConcern(x$0: Integer): CollectionCreateOptions

Attributes

Inherited from:
CollectionCreateOptions

Deprecated and Inherited methods

@Deprecated
def doCompact(x$0: Boolean): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def getDoCompact(): Boolean

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def getIndexBuckets(): Integer

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def getIsVolatile(): Boolean

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def getJournalSize(): Long

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def indexBuckets(x$0: Integer): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def isVolatile(x$0: Boolean): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def journalSize(x$0: Long): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def minReplicationFactor(x$0: Integer): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions
@Deprecated
def setSchema(x$0: CollectionSchema): CollectionCreateOptions

Attributes

Deprecated
true
Inherited from:
CollectionCreateOptions