public interface InternalIndexDriver extends BaseDriverInterface
| Modifier and Type | Method and Description |
|---|---|
IndexEntity |
createCappedByDocumentSizeIndex(String database,
String collectionName,
int byteSize) |
IndexEntity |
createCappedIndex(String database,
String collectionName,
int size) |
IndexEntity |
createFulltextIndex(String database,
String collectionName,
Integer minLength,
String... fields) |
IndexEntity |
createIndex(String database,
String collectionName,
IndexType type,
boolean unique,
String... fields) |
IndexEntity |
deleteIndex(String database,
String indexHandle) |
IndexEntity |
getIndex(String database,
String indexHandle) |
IndexesEntity |
getIndexes(String database,
String collectionName) |
getHttpManager, setHttpManagerIndexEntity createIndex(String database, String collectionName, IndexType type, boolean unique, String... fields) throws ArangoException
ArangoExceptionIndexEntity createCappedIndex(String database, String collectionName, int size) throws ArangoException
ArangoExceptionIndexEntity createCappedByDocumentSizeIndex(String database, String collectionName, int byteSize) throws ArangoException
ArangoExceptionIndexEntity createFulltextIndex(String database, String collectionName, Integer minLength, String... fields) throws ArangoException
ArangoExceptionIndexEntity deleteIndex(String database, String indexHandle) throws ArangoException
ArangoExceptionIndexEntity getIndex(String database, String indexHandle) throws ArangoException
ArangoExceptionIndexesEntity getIndexes(String database, String collectionName) throws ArangoException
ArangoExceptionCopyright © 2012–2015 ArangoDB GmbH. All rights reserved.