| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.entity | |
| com.arangodb.impl |
| Modifier and Type | Method and Description |
|---|---|
IndexEntity |
ArangoDriver.createIndex(long collectionId,
IndexType type,
boolean unique,
boolean sparse,
String... fields)
This method creates an index for a collection.
|
IndexEntity |
ArangoDriver.createIndex(long collectionId,
IndexType type,
boolean unique,
String... fields)
This method creates an index for a collection.
|
IndexEntity |
ArangoDriver.createIndex(String collectionName,
IndexType type,
boolean unique,
boolean sparse,
String... fields)
This method creates an index for a collection.
|
IndexEntity |
ArangoDriver.createIndex(String collectionName,
IndexType type,
boolean unique,
String... fields)
This method creates an index for a collection.
|
IndexEntity |
InternalIndexDriver.createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
boolean sparse,
String... fields) |
IndexEntity |
InternalIndexDriver.createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
String... fields) |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexEntity.getType() |
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexEntity.setType(IndexType type) |
| Modifier and Type | Method and Description |
|---|---|
IndexEntity |
InternalIndexDriverImpl.createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
boolean sparse,
String... fields) |
IndexEntity |
InternalIndexDriverImpl.createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
String... fields) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.