| Package | Description |
|---|---|
| com.mware.ge.inmemory |
| Modifier and Type | Field and Description |
|---|---|
protected static InMemoryGraphConfiguration |
InMemoryGraph.DEFAULT_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryGraph |
InMemoryGraph.create(InMemoryGraphConfiguration config) |
static InMemoryGraph |
InMemoryGraph.create(InMemoryGraphConfiguration config,
IdGenerator idGenerator,
SearchIndex searchIndex) |
| Constructor and Description |
|---|
InMemoryGraph(InMemoryGraphConfiguration configuration) |
InMemoryGraph(InMemoryGraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex) |
InMemoryGraph(InMemoryGraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex,
InMemoryVertexTable verticesTable,
InMemoryEdgeTable edgesTable,
InMemoryExtendedDataTable extendedDataTable) |
InMemoryGraph(InMemoryGraphConfiguration configuration,
InMemoryVertexTable verticesTable,
InMemoryEdgeTable edgesTable,
InMemoryExtendedDataTable extendedDataTable) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.