| Modifier and Type | Method and Description |
|---|---|
int |
SimpleBulkPlacementStrategy.getPartition(InternalElement element) |
int |
IDPlacementStrategy.getPartition(InternalElement element)
Individually assigns an id to the given vertex or relation.
|
int |
PropertyPlacementStrategy.getPartition(InternalElement element) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalRelation
Internal Relation interface adding methods that should only be used by Titan.
|
interface |
InternalRelationType
Internal Type interface adding methods that should only be used by Titan
|
interface |
InternalVertex
Internal Vertex interface adding methods that should only be used by Titan
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement
AbstractElement is the base class for all elements in Titan.
|
| Modifier and Type | Method and Description |
|---|---|
InternalElement |
InternalElement.it()
Returns this element in the context of the current transaction.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StandardRelation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdge |
class |
AbstractTypedRelation |
class |
AbstractVertexProperty<V> |
class |
CacheEdge |
class |
CacheVertexProperty |
class |
StandardEdge |
class |
StandardVertexProperty |
| 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 |
EmptyVertex |
class |
ImplicitKey |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
ImplicitKey.computeProperty(InternalElement e) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
class |
TitanSchemaVertex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVertex |
class |
CacheVertex |
class |
PreloadedVertex |
class |
StandardVertex |
Copyright © 2012–2015. All rights reserved.