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 givenoptions
for 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 givenoptions
for 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.internal
Methods in com.arangodb.internal with parameters of type CollectionCreateOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.create
(CollectionCreateOptions options) ArangoCollectionImpl.create
(CollectionCreateOptions options) ArangoDatabaseAsyncImpl.createCollection
(String name, CollectionCreateOptions options) ArangoDatabaseImpl.createCollection
(String name, CollectionCreateOptions options) protected InternalRequest
InternalArangoDatabase.createCollectionRequest
(String name, CollectionCreateOptions options) -
Uses of CollectionCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return CollectionCreateOptionsModifier and TypeMethodDescriptionstatic CollectionCreateOptions
OptionsBuilder.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 CollectionCreateOptions
OptionsBuilder.build
(CollectionCreateOptions options, String name)