| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.id | |
| com.mware.ge.inmemory |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
GraphConfiguration.createIdGenerator(Graph graph) |
IdGenerator |
Graph.getIdGenerator()
Gets the id generator used by this graph to create ids.
|
IdGenerator |
GraphBaseWithSearchIndex.getIdGenerator() |
| Constructor and Description |
|---|
GraphBaseWithSearchIndex(GraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
LongIdGenerator |
class |
QueueIdGenerator |
class |
UUIDIdGenerator |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryGraph |
InMemoryGraph.create(InMemoryGraphConfiguration config,
IdGenerator idGenerator,
SearchIndex searchIndex) |
| Constructor and Description |
|---|
InMemoryGraph(InMemoryGraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex) |
InMemoryGraph(InMemoryGraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex,
InMemoryVertexTable verticesTable,
InMemoryEdgeTable edgesTable,
InMemoryExtendedDataTable extendedDataTable) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.