| Modifier and Type | Method and Description |
|---|---|
VertexLabelMaker |
SchemaManager.makeVertexLabel(String name)
Returns a
VertexLabelMaker to define a new vertex label with the given name. |
VertexLabelMaker |
VertexLabelMaker.partition()
Enables partitioning for this vertex label.
|
VertexLabelMaker |
VertexLabelMaker.setStatic()
Makes this vertex label static, which means that vertices of this label cannot be modified outside of the transaction
in which they were created.
|
| Modifier and Type | Method and Description |
|---|---|
default VertexLabel |
DefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory)
Creates a new vertex label with the default settings against the provided
VertexLabelMaker. |
| Modifier and Type | Method and Description |
|---|---|
VertexLabelMaker |
ManagementSystem.makeVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabelMaker |
TitanBlueprintsGraph.makeVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabelMaker |
StandardTitanTx.makeVertexLabel(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardVertexLabelMaker |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
DisableDefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory) |
Copyright © 2012–2015. All rights reserved.