Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
CollectionEntity |
ArangoDatabase.createCollection(String name)
Creates a collection
|
CollectionEntity |
ArangoDatabase.createCollection(String name,
CollectionCreateOptions options)
Creates a collection
|
CollectionEntity |
ArangoCollection.getInfo()
Returns information about the collection
|
CollectionEntity |
ArangoCollection.load()
Loads a collection into memory.
|
CollectionEntity |
ArangoCollection.rename(String newName)
Renames a collection
|
CollectionEntity |
ArangoCollection.truncate()
Removes all documents from the collection, but leaves the indexes intact
|
CollectionEntity |
ArangoCollection.unload()
Removes a collection from memory.
|
Modifier and Type | Method and Description |
---|---|
Collection<CollectionEntity> |
ArangoDatabase.getCollections()
Returns all collections
|
Collection<CollectionEntity> |
ArangoDatabase.getCollections(CollectionsReadOptions options)
Returns all collections
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionPropertiesEntity |
class |
CollectionRevisionEntity |
Modifier and Type | Method and Description |
---|---|
protected ArangoExecutor.ResponseDeserializer<Collection<CollectionEntity>> |
InternalArangoDatabase.getCollectionsResponseDeserializer() |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.