| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeLabel
EdgeLabel is an extension of
RelationType for edges. |
interface |
PropertyKey
PropertyKey is an extension of
RelationType for properties. |
interface |
RelationType
RelationType defines the schema for
TitanRelation. |
interface |
VertexLabel
A vertex label is a label attached to vertices in a Titan graph.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationTypeIndex
A RelationTypeIndex is an index installed on a
RelationType to speed up vertex-centric indexes for that type. |
interface |
TitanGraphIndex
A TitanGraphIndex is an index installed on the graph in order to be able to efficiently retrieve graph elements
by their properties.
|
interface |
TitanIndex
Schema Elements that represent an index in the graph
|
interface |
TitanSchemaType
A TitanSchemaType is a
TitanSchemaElement that represents a label or key
used in the graph. |
| Modifier and Type | Method and Description |
|---|---|
void |
TitanManagement.changeName(TitanSchemaElement element,
String newName)
Changes the name of a
TitanSchemaElement to the provided new name. |
ConsistencyModifier |
TitanManagement.getConsistency(TitanSchemaElement element)
Retrieves the consistency modifier for the given
TitanSchemaElement. |
void |
TitanManagement.setConsistency(TitanSchemaElement element,
ConsistencyModifier consistency)
Sets the consistency modifier for the given
TitanSchemaElement. |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationTypeIndexWrapper |
class |
TitanGraphIndexWrapper |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaElement |
ManagementSystem.getSchemaElement(long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementSystem.changeName(TitanSchemaElement element,
String newName) |
ConsistencyModifier |
ManagementSystem.getConsistency(TitanSchemaElement element)
Retrieves the consistency level for a schema element (types and internal indexes)
|
TitanSchemaVertex |
ManagementSystem.getSchemaVertex(TitanSchemaElement element) |
void |
ManagementSystem.setConsistency(TitanSchemaElement element,
ConsistencyModifier consistency)
Sets the consistency level for those schema elements that support it (types and internal indexes)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalRelationType
Internal Type interface adding methods that should only be used by Titan
|
interface |
InternalVertexLabel |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemRelationType |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseKey |
class |
BaseLabel |
class |
BaseRelationType |
class |
BaseVertexLabel |
class |
EmptyRelationType |
class |
ImplicitKey |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
Copyright © 2012–2015. All rights reserved.