Uses of Class
com.arangodb.model.CollectionCreateOptions
-
Packages that use CollectionCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of CollectionCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionCreateOptions Modifier and Type Method Description CollectionEntity
ArangoCollection. create(CollectionCreateOptions options)
Creates a collection with the givenoptions
for this collection's name, then returns collection information from the server.CollectionEntity
ArangoDatabase. createCollection(String name, CollectionCreateOptions options)
Creates a collection with the givenoptions
for this collection's name, then returns collection information from the server. -
Uses of CollectionCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptions
OptionsBuilder. build(CollectionCreateOptions options, String name)
CollectionCreateOptions
CollectionCreateOptions. computedValues(ComputedValue... computedValues)
CollectionCreateOptions
CollectionCreateOptions. distributeShardsLike(String distributeShardsLike)
CollectionCreateOptions
CollectionCreateOptions. isSystem(Boolean isSystem)
CollectionCreateOptions
CollectionCreateOptions. keyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset)
CollectionCreateOptions
CollectionCreateOptions. numberOfShards(Integer numberOfShards)
CollectionCreateOptions
CollectionCreateOptions. replicationFactor(int replicationFactor)
CollectionCreateOptions
CollectionCreateOptions. replicationFactor(ReplicationFactor replicationFactor)
CollectionCreateOptions
CollectionCreateOptions. schema(CollectionSchema schema)
CollectionCreateOptions
CollectionCreateOptions. shardingStrategy(String shardingStrategy)
CollectionCreateOptions
CollectionCreateOptions. shardKeys(String... shardKeys)
CollectionCreateOptions
CollectionCreateOptions. smartJoinAttribute(String smartJoinAttribute)
CollectionCreateOptions
CollectionCreateOptions. type(CollectionType type)
CollectionCreateOptions
CollectionCreateOptions. waitForSync(Boolean waitForSync)
CollectionCreateOptions
CollectionCreateOptions. writeConcern(Integer writeConcern)
Methods in com.arangodb.model with parameters of type CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptions
OptionsBuilder. build(CollectionCreateOptions options, String name)
-