| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.search | |
| com.mware.ge.store |
| Modifier and Type | Field and Description |
|---|---|
protected IndexHint |
ElementBuilder.indexHint |
| Modifier and Type | Method and Description |
|---|---|
IndexHint |
ElementBuilder.getIndexHint() |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<T> |
ElementBuilder.overrideIndexHint(IndexHint indexHint) |
ElementMutation<T> |
ElementBuilder.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Element> |
InMemoryElement.saveExistingElementMutation(ExistingElementMutationImpl<T> mutation,
IndexHint indexHint,
Authorizations authorizations) |
protected void |
InMemoryGraph.softDeleteProperty(InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
IndexHint indexHint,
Authorizations authorizations) |
protected void |
InMemoryElement.softDeleteProperty(String key,
String name,
Long timestamp,
Visibility visibility,
IndexHint indexHint,
Authorizations authorizations) |
protected void |
InMemoryElement.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<ExtendedDataMutation> extendedDatas,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
IndexHint |
ExistingElementMutationImpl.getIndexHint() |
IndexHint |
ElementMutation.getIndexHint()
Gets the currently set index hint.
|
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ExistingElementMutationImpl.setIndexHint(IndexHint indexHint) |
ElementMutation<T> |
ElementMutation.setIndexHint(IndexHint indexHint)
Sets the index hint of this element.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
void |
StorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.