| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.mutation |
| 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.setIndexHint(IndexHint indexHint) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations) |
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeMutation |
interface |
ExistingElementMutation<T extends Element> |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingEdgeMutation |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Long timestamp,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Long timestamp,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Object value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.addPropertyValue(String key,
String name,
Object value,
Visibility visibility)
Adds or updates a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.addPropertyValue(String key,
String name,
Object value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.deleteProperty(Property property)
Deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.deleteProperty(String key,
String name,
Visibility visibility)
Deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(String key,
String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.deleteProperty(String name,
Visibility visibility)
Deletes the default property with that name.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setIndexHint(IndexHint indexHint)
Sets the index hint of this element.
|
ElementMutation<T> |
ExistingElementMutationImpl.setIndexHint(IndexHint indexHint) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Object value,
Metadata metadata,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Object value,
Metadata metadata,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.setProperty(String name,
Object value,
Visibility visibility)
Sets or updates a property value.
|
ElementMutation<T> |
ExistingElementMutationImpl.setProperty(String name,
Object value,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(Property property)
Soft deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(String key,
String name,
Visibility visibility)
Soft deletes a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(String key,
String name,
Visibility visibility) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(String name,
Visibility visibility)
Soft deletes the default property with that name.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(String name,
Visibility visibility) |
Copyright © 2014–2017. All rights reserved.