public class WithinBenchmark 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 |
|---|
WithinBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeSqlgGraph(SqlgGraph sqlgGraph) |
protected SqlgGraph |
getSqlgGraph() |
protected SqlgGraph |
getSqlgGraph(boolean distributed) |
void |
setup() |
void |
tearDown() |
long |
withinWithIn() |
long |
withinWithJoin() |
protected SqlgGraph sqlgGraph
protected org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource gt
public long withinWithIn()
public long withinWithJoin()
public void tearDown()
protected SqlgGraph getSqlgGraph()
protected SqlgGraph getSqlgGraph(boolean distributed)
protected void closeSqlgGraph(SqlgGraph sqlgGraph)
Copyright © 2017. All rights reserved.