| Package | Description |
|---|---|
| org.neolumin.vertexium.inmemory |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryVertex |
InMemoryVertex.updateOrCreate(InMemoryGraph graph,
InMemoryVertex existingVertex,
InMemoryVertex newVertex,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InMemoryVertex> |
InMemoryGraph.getAllVertices() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryElement.updateExisting(InMemoryVertex newVertex) |
static InMemoryVertex |
InMemoryVertex.updateOrCreate(InMemoryGraph graph,
InMemoryVertex existingVertex,
InMemoryVertex newVertex,
Authorizations authorizations) |
| Constructor and Description |
|---|
InMemoryGraph(InMemoryGraphConfiguration configuration,
IdGenerator idGenerator,
SearchIndex searchIndex,
Map<String,InMemoryVertex> vertices,
Map<String,InMemoryEdge> edges) |
Copyright © 2014–2015. All rights reserved.