Uses of Class
com.arangodb.entity.CollectionEntity
Packages that use CollectionEntity
-
Uses of CollectionEntity in com.arangodb
Methods in com.arangodb that return CollectionEntityModifier and TypeMethodDescriptionArangoCollection.create()Creates a collection for this collection's name, then returns collection information from the server.ArangoCollection.create(CollectionCreateOptions options) Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.ArangoDatabase.createCollection(String name) Creates a collection for the given collection's name, then returns collection information from the server.ArangoDatabase.createCollection(String name, CollectionCreateOptions options) Creates a collection with the givenoptionsfor this collection's name, then returns collection information from the server.ArangoCollection.getInfo()Returns information about the collectionRenames the collectionArangoCollection.truncate()Removes all documents from the collection, but leaves the indexes intactArangoCollection.truncate(CollectionTruncateOptions options) Removes all documents from the collection, but leaves the indexes intactMethods in com.arangodb that return types with arguments of type CollectionEntityModifier and TypeMethodDescriptionArangoCollectionAsync.create()Asynchronous version ofArangoCollection.create()ArangoCollectionAsync.create(CollectionCreateOptions options) Asynchronous version ofArangoCollection.create(CollectionCreateOptions)ArangoDatabaseAsync.createCollection(String name) Asynchronous version ofArangoDatabase.createCollection(String)ArangoDatabaseAsync.createCollection(String name, CollectionCreateOptions options) Asynchronous version ofArangoDatabase.createCollection(String, CollectionCreateOptions)ArangoDatabase.getCollections()Fetches all collections from the database and returns an list of collection descriptions.ArangoDatabase.getCollections(CollectionsReadOptions options) Fetches all collections from the database and returns an list of collection descriptions.ArangoDatabaseAsync.getCollections()Asynchronous version ofArangoDatabase.getCollections()ArangoDatabaseAsync.getCollections(CollectionsReadOptions options) Asynchronous version ofArangoDatabase.getCollections(CollectionsReadOptions)ArangoCollectionAsync.getInfo()Asynchronous version ofArangoCollection.getInfo()Asynchronous version ofArangoCollection.rename(String)ArangoCollectionAsync.truncate()Asynchronous version ofArangoCollection.truncate()ArangoCollectionAsync.truncate(CollectionTruncateOptions options) Asynchronous version ofArangoCollection.truncate(CollectionTruncateOptions) -
Uses of CollectionEntity in com.arangodb.entity
Subclasses of CollectionEntity in com.arangodb.entityModifier and TypeClassDescriptionfinal classfinal class