| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.mutation | |
| org.vertexium.search |
| Modifier and Type | Method and Description |
|---|---|
IndexHint |
ElementBuilder.getIndexHint() |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementBuilder.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
IndexHint |
ElementMutation.getIndexHint()
Gets the currently set index hint.
|
IndexHint |
ExistingElementMutationImpl.getIndexHint() |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementMutation.setIndexHint(IndexHint indexHint)
Sets the index hint of this element.
|
ElementMutation<T> |
ExistingElementMutationImpl.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
static IndexHint |
IndexHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexHint[] |
IndexHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017. All rights reserved.