public class ReadBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource |
gt |
protected SqlgGraph |
sqlgGraph |
| Constructor and Description |
|---|
ReadBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeSqlgGraph(SqlgGraph sqlgGraph) |
protected SqlgGraph |
getSqlgGraph() |
protected SqlgGraph |
getSqlgGraph(boolean distributed) |
long |
readGraphStep() |
long |
readVertexStep() |
void |
setup() |
void |
tearDown() |
protected SqlgGraph sqlgGraph
protected org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource gt
public long readGraphStep()
public long readVertexStep()
public void tearDown()
protected SqlgGraph getSqlgGraph()
protected SqlgGraph getSqlgGraph(boolean distributed)
protected void closeSqlgGraph(SqlgGraph sqlgGraph)
Copyright © 2017. All rights reserved.