| Package | Description |
|---|---|
| com.mware.core.model.graph | |
| com.mware.core.model.properties.types | |
| com.mware.ge | |
| com.mware.ge.mutation | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementUpdateContext.getMutation() |
| Constructor and Description |
|---|
ElementUpdateContext(VisibilityTranslator visibilityTranslator,
ElementMutation<T> mutation,
User user) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata,
Long timestamp) |
void |
BcProperty.addPropertyValue(ElementMutation<?> mutation,
String multiKey,
TRaw value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
BcProperty.addPropertyValue(ElementMutation<?> mutation,
String multiKey,
TRaw value,
Metadata metadata,
Visibility visibility) |
void |
BcProperty.addPropertyValue(ElementMutation<?> mutation,
String multiKey,
TRaw value,
Visibility visibility) |
void |
BcProperty.removeProperty(ElementMutation m,
String key,
Visibility visibility) |
void |
SingleValueBcProperty.removeProperty(ElementMutation m,
Visibility visibility) |
void |
BcProperty.removeProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
Visibility visibility) |
void |
SingleValueBcProperty.removeProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
Visibility visibility) |
void |
SingleValueBcProperty.setProperty(ElementMutation<?> mutation,
TRaw value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
SingleValueBcProperty.setProperty(ElementMutation<?> mutation,
TRaw value,
Metadata metadata,
Visibility visibility) |
void |
SingleValueBcProperty.setProperty(ElementMutation<?> mutation,
TRaw value,
Visibility visibility) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Visibility visibility)
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeBuilder |
class |
EdgeBuilderBase |
class |
EdgeBuilderByVertexId |
class |
ElementBuilder<T extends Element> |
class |
VertexBuilder |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementBuilder.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementBuilder.deleteExtendedData(String tableName,
String row) |
ElementMutation<T> |
ElementBuilder.deleteExtendedDataTable(String tableName) |
ElementMutation<T> |
ElementBuilder.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ElementMutation> |
GraphBase.orderMutations(Iterable<ElementMutation<? extends Element>> mutations) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ElementMutation> |
GraphBase.orderMutations(Iterable<ElementMutation<? extends Element>> mutations) |
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeMutation |
interface |
ExistingElementMutation<T extends Element> |
interface |
VertexMutation |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
class |
ExistingVertexMutation |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Long timestamp,
Visibility visibility)
Adds an extended data cell to the element.
|
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
String key,
Value value,
Visibility visibility)
Adds an extended data cell to the element.
|
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
Value value,
Long timestamp,
Visibility visibility)
Adds an extended data cell to the element.
|
ElementMutation<T> |
ElementMutation.addExtendedData(String tableName,
String row,
String column,
Value value,
Visibility visibility)
Adds an extended data cell to the element.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Long timestamp,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Value value,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteExtendedData(String tableName,
String row) |
ElementMutation<T> |
ElementMutation.deleteExtendedData(String tableName,
String row)
Deletes an extended data row from an element.
|
ElementMutation<T> |
ElementMutation.deleteExtendedData(String tableName,
String row,
String column,
String key,
Visibility visibility)
Deletes an extended data cell from an element.
|
ElementMutation<T> |
ElementMutation.deleteExtendedData(String tableName,
String row,
String column,
Visibility visibility)
Deletes an extended data cell from an element.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteExtendedDataTable(String tableName) |
ElementMutation<T> |
ElementMutation.deleteExtendedDataTable(String tableName)
Deletes an extended data table and its rows from an element.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.deleteProperty(Property property)
Deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(String key,
String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.deleteProperty(String key,
String name,
Visibility visibility)
Deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.deleteProperty(String name,
Visibility visibility)
Deletes the default property with that name.
|
ElementMutation<T> |
ExistingElementMutationImpl.setIndexHint(IndexHint indexHint) |
ElementMutation<T> |
ElementMutation.setIndexHint(IndexHint indexHint)
Sets the index hint of this element.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Value value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Value value,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(Property property)
Soft deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(String key,
String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(String key,
String name,
Visibility visibility)
Soft deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(String name,
Visibility visibility)
Soft deletes the default property with that name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdgeBuilderByVertexId |
class |
StorableVertexBuilder |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.