Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
IndexesEntity |
ArangoDriver.getIndexes(long collectionId)
Returns all indices from a collection.
|
IndexesEntity |
ArangoDriver.getIndexes(String collectionName)
Returns all indices from a collection.
|
IndexesEntity |
InternalIndexDriver.getIndexes(String database,
String collectionName) |
Modifier and Type | Method and Description |
---|---|
IndexesEntity |
EntityDeserializers.IndexesEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
IndexesEntity |
InternalIndexDriverImpl.getIndexes(String database,
String collectionName) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.