| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.search | |
| com.mware.ge.store | |
| com.mware.ge.store.mutations | |
| com.mware.ge.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtendedDataMutation> |
ElementBuilder.extendedDatas |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataMutation> |
ElementBuilder.getExtendedData() |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<T> |
ElementBuilder.overrideExtendedDatas(List<ExtendedDataMutation> extendedDatas) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGraph.extendedData(Element element,
ExtendedDataRowId rowId,
ExtendedDataMutation extendedData,
Authorizations authorizations) |
protected void |
InMemoryElement.extendedData(ExtendedDataMutation extendedData,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Iterable<ExtendedDataMutation> |
ExistingElementMutationImpl.getExtendedData() |
Iterable<ExtendedDataMutation> |
ElementMutation.getExtendedData()
Gets the extended data mutations.
|
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutationImpl |
ExistingElementMutationImpl.overrideExtendedDatas(List<ExtendedDataMutation> extendedDatas) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static Set<TableNameVisibilityPair> |
TableNameVisibilityPair.getUniquePairs(Iterable<ExtendedDataMutation> extendedDatas) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.saveExtendedData(StorableGraph graph,
String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes) |
void |
ElementMutationBuilder.saveExtendedDataMarkers(String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataMutation> |
ExtendedDataMutationUtils.Mutations.getExtendedData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedDataMutationUtils.Mutations.addExtendedDataMutation(ExtendedDataMutation extendedDataMutation) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,ExtendedDataMutationUtils.Mutations>> |
ExtendedDataMutationUtils.getByTableThenRowId(Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.