| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.store | |
| com.mware.ge.store.mutations | |
| com.mware.ge.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtendedDataDeleteMutation> |
ElementBuilder.extendedDataDeletes |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataDeleteMutation> |
ElementBuilder.getExtendedDataDeletes() |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<T> |
ElementBuilder.overrideExtendedDataDeletes(List<ExtendedDataDeleteMutation> extendedDataDeletes) |
| 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<ExtendedDataDeleteMutation> |
ExistingElementMutationImpl.getExtendedDataDeletes() |
Iterable<ExtendedDataDeleteMutation> |
ElementMutation.getExtendedDataDeletes()
Gets the extended data columns currently being deleted in this mutation
|
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutationImpl |
ExistingElementMutationImpl.overrideExtendedDataDeletes(List<ExtendedDataDeleteMutation> extendedDataDeletes) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.saveExtendedData(StorableGraph graph,
String elementId,
ElementType elementType,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExtendedDataDeleteMutation> |
ExtendedDataMutationUtils.Mutations.getExtendedDataDeletes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedDataMutationUtils.Mutations.addExtendedDataDeleteMutation(ExtendedDataDeleteMutation m) |
| 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.