| 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<PropertySoftDeleteMutation> |
ElementBuilder.propertySoftDeletes |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertySoftDeleteMutation> |
ElementBuilder.getPropertySoftDeletes() |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<T> |
ElementBuilder.overridePropertySoftDeletes(List<PropertySoftDeleteMutation> propertySoftDeletes) |
| Constructor and Description |
|---|
SoftDeletePropertyEvent(Graph graph,
Element element,
PropertySoftDeleteMutation propertySoftDeleteMutation) |
| 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 |
KeyNameVisibilityPropertySoftDeleteMutation |
class |
PropertyPropertySoftDeleteMutation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertySoftDeleteMutation> |
ExistingElementMutationImpl.getPropertySoftDeletes() |
Iterable<PropertySoftDeleteMutation> |
ElementMutation.getPropertySoftDeletes()
Gets the properties currently being soft deleted in this mutation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertySoftDeleteMutation.compareTo(PropertySoftDeleteMutation that) |
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutationImpl |
ExistingElementMutationImpl.overridePropertySoftDeletes(List<PropertySoftDeleteMutation> propertySoftDeletes) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.fromPropertySoftDeleteMutation(PropertySoftDeleteMutation p) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListSet<PropertySoftDeleteMutation> |
StorableElement.propertySoftDeleteMutations |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertySoftDeleteMutation> |
StorableElement.getPropertySoftDeleteMutations() |
| 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.addPropertySoftDeleteToMutation(StoreMutation m,
PropertySoftDeleteMutation propertySoftDelete) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.