| 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 |
Vertex |
interface |
VertexElementLocation |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeBuilder |
class |
EdgeBuilderBase |
class |
EdgeBuilderByVertexId |
class |
ElementBase |
class |
ElementBuilder<T extends Element> |
class |
VertexBuilder |
| 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.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdge |
class |
StorableEdgeBuilderByVertexId |
class |
StorableElement |
class |
StorableVertex |
class |
StorableVertexBuilder |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.