| 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 |
TitanSchemaElement
Marks any element that is part of a Titan Schema.
|
interface |
TitanSchemaType
A TitanSchemaType is a
TitanSchemaElement that represents a label or key
used in the graph. |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationTypeIndexWrapper |
class |
TitanGraphIndexWrapper |
| 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.