Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoDriver.createCappedByDocumentSizeIndex(long collectionId,
int byteSize)
This method creates a capped index for a collection.
|
IndexEntity |
ArangoDriver.createCappedByDocumentSizeIndex(String collectionName,
int byteSize)
This method creates a capped index for a collection.
|
IndexEntity |
InternalIndexDriver.createCappedByDocumentSizeIndex(String database,
String collectionName,
int byteSize) |
IndexEntity |
ArangoDriver.createCappedIndex(long collectionId,
int size)
This method creates a capped index for a collection.
|
IndexEntity |
ArangoDriver.createCappedIndex(String collectionName,
int size)
This method creates a capped index for a collection.
|
IndexEntity |
InternalIndexDriver.createCappedIndex(String database,
String collectionName,
int size) |
IndexEntity |
ArangoDriver.createFulltextIndex(long collectionId,
Integer minLength,
String... fields)
This method creates a full text index for a collection.
|
IndexEntity |
ArangoDriver.createFulltextIndex(long collectionId,
String... fields)
This method creates a full text index for a collection.
|
IndexEntity |
ArangoDriver.createFulltextIndex(String collectionName,
Integer minLength,
String... fields)
This method creates a full text index for a collection.
|
IndexEntity |
ArangoDriver.createFulltextIndex(String collectionName,
String... fields)
This method creates a full text index for a collection.
|
IndexEntity |
InternalIndexDriver.createFulltextIndex(String database,
String collectionName,
Integer minLength,
String... fields) |
IndexEntity |
ArangoDriver.createGeoIndex(String collectionName,
boolean unique,
String... fields)
This method creates a geo index for a collection.
|
IndexEntity |
ArangoDriver.createHashIndex(String collectionName,
boolean unique,
boolean sparse,
String... fields)
This method creates a hash index for a collection.
|
IndexEntity |
ArangoDriver.createHashIndex(String collectionName,
boolean unique,
String... fields)
This method creates a hash index for a collection.
|
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) |
IndexEntity |
ArangoDriver.createSkipListIndex(String collectionName,
boolean unique,
boolean sparse,
String... fields)
This method creates a skip list index for a collection.
|
IndexEntity |
ArangoDriver.createSkipListIndex(String collectionName,
boolean unique,
String... fields)
This method creates a skip list index for a collection.
|
IndexEntity |
ArangoDriver.deleteIndex(String indexHandle)
Deletes an index from a collection
|
IndexEntity |
InternalIndexDriver.deleteIndex(String database,
String indexHandle) |
IndexEntity |
ArangoDriver.getIndex(String indexHandle)
Returns an index from a collection.
|
IndexEntity |
InternalIndexDriver.getIndex(String database,
String indexHandle) |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
EntityDeserializers.IndexEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,IndexEntity> |
IndexesEntity.getIdentifiers() |
List<IndexEntity> |
ReplicationInventoryEntity.Collection.getIndexes() |
List<IndexEntity> |
IndexesEntity.getIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
IndexesEntity.setIdentifiers(Map<String,IndexEntity> identifiers) |
void |
ReplicationInventoryEntity.Collection.setIndexes(List<IndexEntity> indexes) |
void |
IndexesEntity.setIndexes(List<IndexEntity> indexes) |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
InternalIndexDriverImpl.createCappedByDocumentSizeIndex(String database,
String collectionName,
int byteSize) |
IndexEntity |
InternalIndexDriverImpl.createCappedIndex(String database,
String collectionName,
int size) |
IndexEntity |
InternalIndexDriverImpl.createFulltextIndex(String database,
String collectionName,
Integer minLength,
String... fields) |
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) |
IndexEntity |
InternalIndexDriverImpl.deleteIndex(String database,
String indexHandle) |
IndexEntity |
InternalIndexDriverImpl.getIndex(String database,
String indexHandle) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.