| Package | Description |
|---|---|
| com.mware.ge.inmemory |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryGraph |
InMemoryGraph.create() |
static InMemoryGraph |
InMemoryGraph.create(InMemoryGraphConfiguration config) |
static InMemoryGraph |
InMemoryGraph.create(InMemoryGraphConfiguration config,
IdGenerator idGenerator,
SearchIndex searchIndex) |
static InMemoryGraph |
InMemoryGraph.create(Map<String,Object> config) |
InMemoryGraph |
InMemoryElement.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected abstract TElement |
InMemoryTableElement.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryVertex |
InMemoryTableVertex.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryEdge |
InMemoryTableEdge.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
TElement |
InMemoryTable.get(InMemoryGraph graph,
String id,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<TElement> |
InMemoryTable.getAll(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Constructor and Description |
|---|
InMemoryEdge(InMemoryGraph graph,
String id,
InMemoryTableEdge inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryElement(InMemoryGraph graph,
String id,
InMemoryTableElement<TElement> inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryVertex(InMemoryGraph graph,
String id,
InMemoryTableVertex inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.