| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.search | |
| com.mware.ge.store |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge |
interface |
EdgeElementLocation |
interface |
Element
An element on the graph.
|
interface |
ElementLocation |
interface |
Vertex |
interface |
VertexElementLocation |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultElementId |
class |
EdgeBuilder |
class |
EdgeBuilderBase |
class |
EdgeBuilderByVertexId |
class |
ElementBase |
class |
ElementBuilder<T extends Element> |
class |
VertexBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ElementId |
ElementId.create(ElementType elementType,
String id) |
static ElementId |
ElementId.edge(String id) |
static ElementId |
ElementId.vertex(String id) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Graph.deleteElement(ElementId elementId,
Authorizations authorizations)
Deletes an element
|
default Element |
Graph.getElement(ElementId elementId,
Authorizations authorizations)
Get an element from the graph.
|
default Element |
Graph.getElement(ElementId elementId,
FetchHints fetchHints,
Authorizations authorizations)
Get an element from the graph.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Graph.deleteElements(Stream<? extends ElementId> elementIds,
Authorizations authorizations)
Deletes multiple elements
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryEdge |
class |
InMemoryElement<TElement extends InMemoryElement> |
class |
InMemoryVertex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeMutation |
interface |
ElementMutation<T extends Element> |
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 |
|---|---|
void |
DefaultSearchIndex.deleteElement(Graph graph,
ElementId element,
Authorizations authorizations) |
void |
SearchIndex.deleteElement(Graph graph,
ElementId elementId,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
default void |
SearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdge |
class |
StorableEdgeBuilderByVertexId |
class |
StorableElement |
class |
StorableVertex |
class |
StorableVertexBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.deleteElements(Stream<? extends ElementId> elementIds,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.