| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.tinkergraph.process.computer | |
| org.apache.tinkerpop.gremlin.tinkergraph.structure |
| Constructor and Description |
|---|
TinkerGraphComputer(TinkerGraph graph) |
TinkerGraphComputerView(TinkerGraph graph,
org.apache.tinkerpop.gremlin.process.computer.GraphFilter graphFilter,
Set<org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey> computeKeys) |
TinkerWorkerPool(TinkerGraph graph,
TinkerMemory memory,
int numberOfWorkers) |
| Modifier and Type | Field and Description |
|---|---|
protected TinkerGraph |
TinkerVertex.graph |
| Modifier and Type | Method and Description |
|---|---|
static TinkerGraph |
TinkerFactory.createClassic() |
static TinkerGraph |
TinkerFactory.createModern() |
static TinkerGraph |
TinkerFactory.createTheCrew() |
static TinkerGraph |
TinkerGraph.open()
Open a new
TinkerGraph instance. |
static TinkerGraph |
TinkerGraph.open(org.apache.commons.configuration.Configuration configuration)
Open a new
TinkerGraph instance. |
static TinkerGraph |
TinkerGraph.open(org.apache.commons.configuration.Configuration configuration,
List<SpecializedElementFactory.ForVertex<?>> vertexFactories,
List<SpecializedElementFactory.ForEdge<?>> edgeFactories) |
static TinkerGraph |
TinkerGraph.open(List<SpecializedElementFactory.ForVertex<?>> vertexFactories,
List<SpecializedElementFactory.ForEdge<?>> edgeFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.tinkerpop.gremlin.structure.Edge |
TinkerHelper.addEdge(TinkerGraph graph,
TinkerVertex outVertex,
TinkerVertex inVertex,
String label,
Object... keyValues) |
static TinkerGraphComputerView |
TinkerHelper.createGraphComputerView(TinkerGraph graph,
org.apache.tinkerpop.gremlin.process.computer.GraphFilter graphFilter,
Set<org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey> computeKeys) |
T |
SpecializedElementFactory.ForVertex.createVertex(Object id,
TinkerGraph graph,
Map<String,Object> keyValueMap) |
static void |
TinkerHelper.dropGraphComputerView(TinkerGraph graph) |
static void |
TinkerFactory.generateClassic(TinkerGraph g) |
static void |
TinkerFactory.generateModern(TinkerGraph g) |
static void |
TinkerFactory.generateTheCrew(TinkerGraph g) |
static Map<Object,org.apache.tinkerpop.gremlin.structure.Edge> |
TinkerHelper.getEdges(TinkerGraph graph) |
static TinkerGraphComputerView |
TinkerHelper.getGraphComputerView(TinkerGraph graph) |
T |
TinkerGraph.IdManager.getNextId(TinkerGraph graph)
Generate an identifier which should be unique to the
TinkerGraph instance. |
static Map<Object,org.apache.tinkerpop.gremlin.structure.Vertex> |
TinkerHelper.getVertices(TinkerGraph graph) |
static boolean |
TinkerHelper.inComputerMode(TinkerGraph graph) |
static List<TinkerEdge> |
TinkerHelper.queryEdgeIndex(TinkerGraph graph,
String key,
Object value) |
static List<TinkerVertex> |
TinkerHelper.queryVertexIndex(TinkerGraph graph,
String key,
Object value) |
| Constructor and Description |
|---|
SpecializedTinkerVertex(Object id,
String label,
TinkerGraph graph,
Set<String> specificKeys) |
TinkerVertex(Object id,
String label,
TinkerGraph graph) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.