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 givenoptions
for 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 givenoptions
for 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 class
final class
-
Uses of CollectionEntity in com.arangodb.internal
Methods in com.arangodb.internal that return CollectionEntityModifier and TypeMethodDescriptionArangoCollectionImpl.create()
ArangoCollectionImpl.create
(CollectionCreateOptions options) ArangoDatabaseImpl.createCollection
(String name) ArangoDatabaseImpl.createCollection
(String name, CollectionCreateOptions options) ArangoCollectionImpl.getInfo()
ArangoCollectionImpl.truncate()
ArangoCollectionImpl.truncate
(CollectionTruncateOptions options) Methods in com.arangodb.internal that return types with arguments of type CollectionEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.create()
ArangoCollectionAsyncImpl.create
(CollectionCreateOptions options) ArangoDatabaseAsyncImpl.createCollection
(String name) ArangoDatabaseAsyncImpl.createCollection
(String name, CollectionCreateOptions options) ArangoDatabaseAsyncImpl.getCollections()
ArangoDatabaseAsyncImpl.getCollections
(CollectionsReadOptions options) ArangoDatabaseImpl.getCollections()
ArangoDatabaseImpl.getCollections
(CollectionsReadOptions options) InternalArangoDatabase.getCollectionsResponseDeserializer()
ArangoCollectionAsyncImpl.getInfo()
ArangoCollectionAsyncImpl.truncate()
ArangoCollectionAsyncImpl.truncate
(CollectionTruncateOptions options)