| Package | Description |
|---|---|
| com.thinkaurelius.titan.testutil.gen |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.setEdgeCount(int edgeCount)
Set the number of edges to create for each edge label.
|
Schema.Builder |
Schema.Builder.setEdgeLabels(int edgeLabels)
Set the total number of edge labels to create.
|
Schema.Builder |
Schema.Builder.setEdgePropKeys(int edgePropKeys)
Set the total number of distinct property keys to use for edge
properties.
|
Schema.Builder |
Schema.Builder.setMaxEdgePropVal(int m)
Set the maximum value of edge properties.
|
Schema.Builder |
Schema.Builder.setMaxVertexPropVal(int m)
Set the maximum value of vertex properties.
|
Schema.Builder |
Schema.Builder.setVertexCount(int vertexCount)
Set the number of vertices to create.
|
Schema.Builder |
Schema.Builder.setVertexPropKeys(int vertexPropKeys)
Set the total number of distinct property keys to use for vertex
properties.
|
Copyright © 2012–2016. All rights reserved.