public abstract class IndexOptions<T extends IndexOptions> extends Object
This class is used for all index similarities
| Constructor and Description |
|---|
IndexOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getInBackground() |
String |
getName() |
protected abstract T |
getThis() |
T |
inBackground(Boolean inBackground) |
T |
name(String name) |
protected abstract T getThis()
public T inBackground(Boolean inBackground)
inBackground - create the the index in the background
this is a RocksDB only flag.public Boolean getInBackground()
public String getName()
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.