| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.event | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.property | |
| com.mware.ge.store | |
| com.mware.ge.store.mutations |
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyDeleteMutation> |
ElementBuilder.propertyDeletes |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyDeleteMutation> |
ElementBuilder.getPropertyDeletes() |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<T> |
ElementBuilder.overridePropertyDeletes(List<PropertyDeleteMutation> propertyDeletes) |
| Constructor and Description |
|---|
DeletePropertyEvent(Graph graph,
Element element,
PropertyDeleteMutation propertyDeleteMutation) |
| 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 | Class and Description |
|---|---|
class |
KeyNameVisibilityPropertyDeleteMutation |
class |
PropertyPropertyDeleteMutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyDeleteMutation> |
ExistingElementMutationImpl.getPropertyDeletes() |
Iterable<PropertyDeleteMutation> |
ElementMutation.getPropertyDeletes()
Gets the properties currently being deleted in this mutation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyDeleteMutation.compareTo(PropertyDeleteMutation that) |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutationImpl |
ExistingElementMutationImpl.overridePropertyDeletes(List<PropertyDeleteMutation> propertyDeletes) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.fromPropertyDeleteMutation(PropertyDeleteMutation p) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListSet<PropertyDeleteMutation> |
StorableElement.propertyDeleteMutations |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyDeleteMutation> |
StorableElement.getPropertyDeleteMutations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.saveProperties(StorableElement element,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeletes,
Iterable<PropertySoftDeleteMutation> propertySoftDeletes) |
void |
StorableGraph.saveProperties(StorableElement element,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeletes,
Iterable<PropertySoftDeleteMutation> propertySoftDeletes) |
protected void |
StorableElement.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations) |
| Constructor and Description |
|---|
StorableEdge(StorableGraph graph,
String id,
String outVertexId,
String inVertexId,
String label,
String newEdgeLabel,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableElement(StorableGraph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
Edges inEdges,
Edges outEdges,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.addPropertyDeleteMetadataToMutation(StoreMutation m,
PropertyDeleteMutation propertyDeleteMutation) |
void |
ElementMutationBuilder.addPropertyDeleteToMutation(StoreMutation m,
PropertyDeleteMutation propertyDelete) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.