| 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 | Method and Description |
|---|---|
java.time.Duration |
TitanManagement.getTTL(TitanSchemaType type)
Retrieves the time-to-live for the given
TitanSchemaType as a Duration. |
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.indexOnly(TitanSchemaType schemaType)
Restricts this index to only those elements that have the provided schemaType.
|
void |
TitanManagement.setTTL(TitanSchemaType type,
java.time.Duration duration)
Sets the time-to-live for the given
TitanSchemaType. |
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
ManagementSystem.getTTL(TitanSchemaType type) |
void |
ManagementSystem.setTTL(TitanSchemaType type,
java.time.Duration duration)
Sets time-to-live for those schema types that support it
|
| 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 | Method and Description |
|---|---|
boolean |
ElementCategory.isValidConstraint(TitanSchemaType type) |
boolean |
ElementCategory.matchesConstraint(TitanSchemaType type,
TitanElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexLabelVertex |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaType |
IndexType.getSchemaTypeConstraint() |
| Modifier and Type | Method and Description |
|---|---|
TitanSchemaType |
IndexTypeWrapper.getSchemaTypeConstraint() |
| 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.