class ArangoDBCollectionCreateOptions extends CollectionCreateOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArangoDBCollectionCreateOptions
- CollectionCreateOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ArangoDBCollectionCreateOptions(collectionName: String, o: CreateCollectionOptions)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def computedValues(arg0: <repeated...>[ComputedValue]): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @transient()
- def distributeShardsLike(arg0: String): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDistributeShardsLike(): String
- Definition Classes
- CollectionCreateOptions
- def getIsSystem(): Boolean
- Definition Classes
- CollectionCreateOptions
- def getKeyOptions(): arangodb.entity.KeyOptions
- Definition Classes
- CollectionCreateOptions
- def getName(): String
- Attributes
- protected[model]
- Definition Classes
- CollectionCreateOptions
- def getNumberOfShards(): Integer
- Definition Classes
- CollectionCreateOptions
- def getReplicationFactor(): Integer
- Definition Classes
- CollectionCreateOptions
- def getSatellite(): Boolean
- Definition Classes
- CollectionCreateOptions
- def getSchema(): arangodb.model.CollectionSchema
- Definition Classes
- CollectionCreateOptions
- def getShardKeys(): Array[String]
- Definition Classes
- CollectionCreateOptions
- def getShardingStrategy(): String
- Definition Classes
- CollectionCreateOptions
- def getSmartJoinAttribute(): String
- Definition Classes
- CollectionCreateOptions
- def getType(): arangodb.entity.CollectionType
- Definition Classes
- CollectionCreateOptions
- def getWaitForSync(): Boolean
- Definition Classes
- CollectionCreateOptions
- def getWriteConcern(): Integer
- Definition Classes
- CollectionCreateOptions
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSystem(arg0: Boolean): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def keyOptions(arg0: Boolean, arg1: arangodb.entity.KeyType, arg2: Integer, arg3: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def name(arg0: String): CollectionCreateOptions
- Attributes
- protected[model]
- Definition Classes
- CollectionCreateOptions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def numberOfShards(arg0: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def replicationFactor(arg0: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def satellite(arg0: Boolean): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def schema(arg0: arangodb.model.CollectionSchema): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def shardKeys(arg0: <repeated...>[String]): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @transient()
- def shardingStrategy(arg0: String): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def smartJoinAttribute(arg0: String): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def type(arg0: arangodb.entity.CollectionType): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitForSync(arg0: Boolean): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- def writeConcern(arg0: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
Deprecated Value Members
- def doCompact(arg0: Boolean): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def getDoCompact(): Boolean
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def getIndexBuckets(): Integer
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def getIsVolatile(): Boolean
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def getJournalSize(): Long
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def getMinReplicationFactor(): Integer
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def indexBuckets(arg0: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def isVolatile(arg0: Boolean): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def journalSize(arg0: Long): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def minReplicationFactor(arg0: Integer): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated
- def setSchema(arg0: arangodb.model.CollectionSchema): CollectionCreateOptions
- Definition Classes
- CollectionCreateOptions
- Annotations
- @Deprecated
- Deprecated