Uses of Class
com.arangodb.model.CollectionCreateOptions
Packages that use CollectionCreateOptions
-
Uses of CollectionCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type CollectionCreateOptionsModifier and TypeMethodDescriptionArangoCollection.create(CollectionCreateOptions options) Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.ArangoCollectionAsync.create(CollectionCreateOptions options) Asynchronous version ofArangoCollection.create(CollectionCreateOptions)ArangoDatabase.createCollection(String name, CollectionCreateOptions options) Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.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 CollectionCreateOptionsModifier and TypeMethodDescriptionstatic CollectionCreateOptionsOptionsBuilder.build(CollectionCreateOptions options, String name) CollectionCreateOptions.computedValues(ComputedValue... computedValues) CollectionCreateOptions.distributeShardsLike(String distributeShardsLike) CollectionCreateOptions.keyOptions(Boolean allowUserKeys, KeyType type, Integer increment, Integer offset) CollectionCreateOptions.numberOfShards(Integer numberOfShards) CollectionCreateOptions.replicationFactor(int replicationFactor) CollectionCreateOptions.replicationFactor(ReplicationFactor replicationFactor) CollectionCreateOptions.schema(CollectionSchema schema) CollectionCreateOptions.shardingStrategy(String shardingStrategy) CollectionCreateOptions.smartJoinAttribute(String smartJoinAttribute) CollectionCreateOptions.type(CollectionType type) CollectionCreateOptions.waitForSync(Boolean waitForSync) CollectionCreateOptions.writeConcern(Integer writeConcern) Methods in com.arangodb.model with parameters of type CollectionCreateOptionsModifier and TypeMethodDescriptionstatic CollectionCreateOptionsOptionsBuilder.build(CollectionCreateOptions options, String name)