| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TitanVertex.getVertexLabel()
Returns the vertex label of this vertex.
|
VertexLabel |
TitanGraph.getVertexLabel(String name)
Returns the vertex label with the given name.
|
VertexLabel |
TitanTransaction.getVertexLabel(String name)
Returns the vertex label with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
TitanTransaction.addVertex(Long id,
VertexLabel vertexLabel)
Creates a new vertex in the graph with the given vertex id and the given vertex label.
|
TitanVertex |
TitanGraph.addVertex(VertexLabel vertexLabel)
Creates a new vertex in the graph with the given vertex label.
|
TitanVertex |
TitanTransaction.addVertex(VertexLabel vertexLabel)
Creates a new vertex in the graph with the given vertex label.
|
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TitanManagement.getVertexLabel(String name)
Identical to
TitanTransaction.getVertexLabel(String) |
VertexLabel |
VertexLabelMaker.make()
Creates a
VertexLabel according to the specifications of this builder. |
VertexLabel |
DefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory)
Creates a new vertex label with the default settings against the provided
VertexLabelMaker. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VertexLabel> |
TitanManagement.getVertexLabels()
Returns an
Iterable over all defined VertexLabels. |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
TitanBlueprintsGraph.getVertexLabel(String name) |
VertexLabel |
BlueprintsDefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory) |
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
TitanBlueprintsGraph.addVertex(VertexLabel vertexLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.assignID(InternalVertex vertex,
VertexLabel label) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexIDAssigner.assignID(InternalVertex vertex,
VertexLabel label) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
ManagementSystem.getVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VertexLabel> |
ManagementSystem.getVertexLabels() |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
FulgoraVertex.getVertexLabel()
Special handling to provide access to the label even though its a different vertex by accessing it directly
in the enclosing transaction which will cache all vertex labels
|
VertexLabel |
FulgoraNeighborVertex.getVertexLabel() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalVertexLabel |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
StandardTitanTx.getVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
TitanVertex |
StandardTitanTx.addVertex(Long vertexId,
VertexLabel label) |
TitanVertex |
StandardTitanTx.addVertex(VertexLabel vertexLabel) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
StandardVertexLabelMaker.make() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVertexLabel |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
EmptyVertex.getVertexLabel() |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
DisableDefaultSchemaMaker.makeVertexLabel(VertexLabelMaker factory) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabel |
AbstractVertex.getVertexLabel() |
Copyright © 2012–2014. All rights reserved.