Interface | Description |
---|---|
AttributeSerializer<V> |
Allows custom serializer definitions for attribute values.
|
DefaultTypeMaker |
When a graph is configured to automatically create edge labels and property keys when they are first used,
a DefaultTypeMaker implementation is used to define them by invoking the
DefaultTypeMaker.makeLabel(String, TypeMaker)
or DefaultTypeMaker.makeKey(String, TypeMaker) methods respectively. |
TitanEdge |
A TitanEdge connects two
TitanVertex . |
TitanElement |
TitanElement represents the abstract concept of an entity in the graph and specifies basic methods for interacting
with entities.
|
TitanGraph |
Titan graph database implementation of the Blueprint's interface.
|
TitanGraphQuery |
Constructs a query against an external index to retrieve all elements (either vertices or edges)
that match all conditions.
|
TitanKey |
TitanKey is an extension of
TitanType for properties. |
TitanLabel |
TitanLabel is an extension of
TitanType for edges. |
TitanProperty |
TitanProperty is a
TitanRelation connecting a vertex to an attribute value. |
TitanRelation |
TitanRelation is the most abstract form of a relation between a vertex and some other entity, where
relation is understood in its mathematical sense.
|
TitanTransaction |
TitanTransaction defines a transactional context for a
TitanGraph . |
TitanType |
TitanType defines the schema for
TitanRelation . |
TitanVertex |
TitanVertex is the basic unit of a
TitanGraph . |
TitanVertexQuery |
TitanQuery constructs and executes a query over incident edges from the perspective of a vertex.
|
TypeMaker |
TypeMaker is a factory for
TitanType s. |
VertexList |
List of
TitanVertex s. |
Class | Description |
---|---|
Titan |
Contains constants for this Titan Graph Database.
|
Titan.Token | |
TitanFactory |
TitanFactory is used to open or instantiate a Titan graph database.
|
TypeGroup |
TypeGroup defines a group of
TitanType s. |
Enum | Description |
---|---|
TypeMaker.UniquenessConsistency |
Exception | Description |
---|---|
InvalidElementException |
Exception thrown when an element is invalid for the executing operation or when an operation could not be performed
on an element.
|
QueryException |
Exception thrown when a user defined query is invalid or could not be processed.
|
TitanConfigurationException |
Exception thrown due to invalid configuration options or when errors
occur during the configuration and initialization of Titan.
|
TitanException |
Most general type of exception thrown by the Titan graph database.
|
Copyright © 2012-2013. All Rights Reserved.