ArangoDBCollectionCreateOptions

class ArangoDBCollectionCreateOptions(collectionName: String, o: CreateCollectionOptions) extends CollectionCreateOptions
class CollectionCreateOptions
class Object
trait Matchable
class Any

Value members

Inherited methods

def `type`(x$0: CollectionType): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def distributeShardsLike(x$0: String): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def doCompact(x$0: Boolean): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def getDoCompact(): Boolean
Inherited from:
CollectionCreateOptions
def getIndexBuckets(): Integer
Inherited from:
CollectionCreateOptions
def getIsSystem(): Boolean
Inherited from:
CollectionCreateOptions
def getIsVolatile(): Boolean
Inherited from:
CollectionCreateOptions
def getJournalSize(): Long
Inherited from:
CollectionCreateOptions
def getKeyOptions(): KeyOptions
Inherited from:
CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def getNumberOfShards(): Integer
Inherited from:
CollectionCreateOptions
def getReplicationFactor(): Integer
Inherited from:
CollectionCreateOptions
def getSatellite(): Boolean
Inherited from:
CollectionCreateOptions
def getSchema(): CollectionSchema
Inherited from:
CollectionCreateOptions
def getShardKeys(): Array[String]
Inherited from:
CollectionCreateOptions
def getShardingStrategy(): String
Inherited from:
CollectionCreateOptions
def getSmartJoinAttribute(): String
Inherited from:
CollectionCreateOptions
def getType(): CollectionType
Inherited from:
CollectionCreateOptions
def getWaitForSync(): Boolean
Inherited from:
CollectionCreateOptions
def indexBuckets(x$0: Integer): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def isSystem(x$0: Boolean): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def isVolatile(x$0: Boolean): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def journalSize(x$0: Long): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def keyOptions(x$0: Boolean, x$1: KeyType, x$2: Integer, x$3: Integer): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def minReplicationFactor(x$0: Integer): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def numberOfShards(x$0: Integer): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def replicationFactor(x$0: Integer): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def satellite(x$0: Boolean): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def schema(x$0: CollectionSchema): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def shardKeys(x$0: String*): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def shardingStrategy(x$0: String): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def smartJoinAttribute(x$0: String): CollectionCreateOptions
Inherited from:
CollectionCreateOptions
def waitForSync(x$0: Boolean): CollectionCreateOptions
Inherited from:
CollectionCreateOptions

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def setSchema(x$0: CollectionSchema): CollectionCreateOptions
Deprecated
Inherited from:
CollectionCreateOptions