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 CollectionEntityArangoCollection. create(CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.CompletableFuture<CollectionEntity>ArangoCollectionAsync. create(CollectionCreateOptions options)Asynchronous version ofArangoCollection.create(CollectionCreateOptions)CollectionEntityArangoDatabase. createCollection(String name, CollectionCreateOptions options)Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.CompletableFuture<CollectionEntity>ArangoDatabaseAsync. createCollection(String name, CollectionCreateOptions options)Asynchronous version ofArangoDatabase.createCollection(String, CollectionCreateOptions) -
Uses of CollectionCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptionsOptionsBuilder. build(CollectionCreateOptions options, String name)CollectionCreateOptionsCollectionCreateOptions. computedValues(ComputedValue... computedValues)CollectionCreateOptionsCollectionCreateOptions. distributeShardsLike(String distributeShardsLike)CollectionCreateOptionsCollectionCreateOptions. isSystem(Boolean isSystem)CollectionCreateOptionsCollectionCreateOptions. keyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset)CollectionCreateOptionsCollectionCreateOptions. numberOfShards(Integer numberOfShards)CollectionCreateOptionsCollectionCreateOptions. replicationFactor(int replicationFactor)CollectionCreateOptionsCollectionCreateOptions. replicationFactor(ReplicationFactor replicationFactor)CollectionCreateOptionsCollectionCreateOptions. schema(CollectionSchema schema)CollectionCreateOptionsCollectionCreateOptions. shardingStrategy(String shardingStrategy)CollectionCreateOptionsCollectionCreateOptions. shardKeys(String... shardKeys)CollectionCreateOptionsCollectionCreateOptions. smartJoinAttribute(String smartJoinAttribute)CollectionCreateOptionsCollectionCreateOptions. type(CollectionType type)CollectionCreateOptionsCollectionCreateOptions. waitForSync(Boolean waitForSync)CollectionCreateOptionsCollectionCreateOptions. writeConcern(Integer writeConcern)Methods in com.arangodb.model with parameters of type CollectionCreateOptions Modifier and Type Method Description static CollectionCreateOptionsOptionsBuilder. build(CollectionCreateOptions options, String name)
-