| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.assignID(InternalVertex vertex,
VertexLabel label) |
Collection<IndexSerializer.IndexUpdate> |
IndexSerializer.getIndexUpdates(InternalVertex vertex,
Collection<InternalRelation> updatedProperties) |
static int |
StandardTitanGraph.getTTL(InternalVertex v) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexIDAssigner.assignID(InternalVertex vertex,
VertexLabel label) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBulkPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices) |
void |
IDPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices)
Bulk assignment of idAuthorities to vertices.
|
void |
PropertyPlacementStrategy.getPartitions(Map<InternalVertex,PartitionAssignment> vertices) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalRelationType
Internal Type interface adding methods that should only be used by Titan
|
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
AbstractElement.clone() |
InternalVertex |
InternalRelation.getVertex(int pos)
Returns the vertex at the given position (0=OUT, 1=IN) of this relation
|
InternalVertex |
InternalVertex.it() |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
VertexCentricQuery.getVertex() |
| Modifier and Type | Method and Description |
|---|---|
protected List<InternalVertex> |
BasicVertexCentricQueryBuilder.allRequiredRepresentatives(InternalVertex partitionedVertex) |
| Modifier and Type | Method and Description |
|---|---|
protected List<InternalVertex> |
BasicVertexCentricQueryBuilder.allRequiredRepresentatives(InternalVertex partitionedVertex) |
protected VertexCentricQuery |
BasicVertexCentricQueryBuilder.constructQuery(InternalVertex vertex,
BaseVertexCentricQuery baseQuery)
Constructs a
VertexCentricQuery for this query builder. |
static VertexCentricQuery |
VertexCentricQuery.emptyQuery(InternalVertex vertex) |
protected Iterable<TitanRelation> |
BasicVertexCentricQueryBuilder.executeImplicitKeyQuery(InternalVertex v)
If
BaseVertexCentricQueryBuilder.isImplicitKeyQuery(com.thinkaurelius.titan.graphdb.internal.RelationCategory) is true,
this method provides the result set for the query based on the evaluation of the ImplicitKey. |
protected Iterable<TitanRelation> |
BasicVertexCentricQueryBuilder.executeRelations(InternalVertex vertex,
BaseVertexCentricQuery baseQuery) |
VertexList |
BasicVertexCentricQueryBuilder.executeVertexIds(InternalVertex vertex,
BaseVertexCentricQuery baseQuery) |
Iterable<TitanVertex> |
BasicVertexCentricQueryBuilder.executeVertices(InternalVertex vertex,
BaseVertexCentricQuery baseQuery) |
Q |
BasicVertexCentricQueryBuilder.ResultConstructor.getResult(InternalVertex v,
BaseVertexCentricQuery bq) |
Iterable<? extends TitanRelation> |
BasicVertexCentricQueryBuilder.RelationConstructor.getResult(InternalVertex v,
BaseVertexCentricQuery bq) |
Iterable<TitanVertex> |
BasicVertexCentricQueryBuilder.VertexConstructor.getResult(InternalVertex v,
BaseVertexCentricQuery bq) |
VertexList |
BasicVertexCentricQueryBuilder.VertexIdConstructor.getResult(InternalVertex v,
BaseVertexCentricQuery bq) |
protected boolean |
BasicVertexCentricQueryBuilder.isPartitionedVertex(InternalVertex vertex) |
protected boolean |
BasicVertexCentricQueryBuilder.useSimpleQueryProcessor(BaseVertexCentricQuery query,
InternalVertex... vertices) |
| Constructor and Description |
|---|
VertexCentricQuery(InternalVertex vertex)
Constructs an empty query
|
VertexCentricQuery(InternalVertex vertex,
BaseVertexCentricQuery base) |
VertexCentricQuery(InternalVertex vertex,
Condition<TitanRelation> condition,
org.apache.tinkerpop.gremlin.structure.Direction direction,
List<BackendQueryHolder<SliceQuery>> queries,
OrderList orders,
int limit) |
VertexCentricQueryBuilder(InternalVertex v) |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
AbstractVertexProperty.getVertex(int pos) |
InternalVertex |
AbstractEdge.getVertex(int pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReassignableRelation.setVertexAt(int pos,
InternalVertex vertex) |
void |
AbstractVertexProperty.setVertexAt(int pos,
InternalVertex vertex) |
void |
AbstractEdge.setVertexAt(int pos,
InternalVertex vertex) |
| Constructor and Description |
|---|
AbstractEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end) |
AbstractVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value) |
CacheEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
Entry data) |
CacheVertexProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data) |
RelationComparator(InternalVertex v) |
RelationComparator(InternalVertex v,
OrderList orders) |
StandardEdge(long id,
EdgeLabel label,
InternalVertex start,
InternalVertex end,
byte lifecycle) |
StandardVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex[] |
StandardTitanTx.getAllRepresentatives(TitanVertex partitionedVertex,
boolean restrict2Partitions) |
InternalVertex |
StandardTitanTx.getCanonicalVertex(InternalVertex partitionedVertex) |
InternalVertex |
StandardTitanTx.getInternalVertex(long vertexid) |
InternalVertex |
VertexFactory.getInternalVertex(long id) |
InternalVertex |
StandardTitanTx.getOtherPartitionVertex(TitanVertex partitionedVertex,
long otherPartition) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<InternalVertex> |
VertexIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
StandardTitanTx.getCanonicalVertex(InternalVertex partitionedVertex) |
static InternalRelation |
RelationConstructor.readRelation(InternalVertex vertex,
Entry data,
EdgeSerializer serializer,
TypeInspector types,
VertexFactory vertexFac) |
static InternalRelation |
RelationConstructor.readRelation(InternalVertex vertex,
Entry data,
StandardTitanTx tx) |
static Iterable<TitanRelation> |
RelationConstructor.readRelation(InternalVertex vertex,
Iterable<Entry> data,
StandardTitanTx tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanTx.executeMultiQuery(Collection<InternalVertex> vertices,
SliceQuery sq,
QueryProfiler profiler) |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
LRUVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
InternalVertex |
VertexCache.get(long id,
Retriever<Long,InternalVertex> retriever)
Returns the vertex with the given id or null if it is not in the cache
|
InternalVertex |
GuavaVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalVertex> |
LRUVertexCache.getAllNew() |
List<InternalVertex> |
VertexCache.getAllNew()
Returns an iterable over all new vertices in the cache
|
List<InternalVertex> |
GuavaVertexCache.getAllNew() |
| Modifier and Type | Method and Description |
|---|---|
void |
LRUVertexCache.add(InternalVertex vertex,
long id) |
void |
VertexCache.add(InternalVertex vertex,
long id)
Adds the given vertex with the given id to the cache.
|
void |
GuavaVertexCache.add(InternalVertex vertex,
long id) |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
LRUVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
InternalVertex |
VertexCache.get(long id,
Retriever<Long,InternalVertex> retriever)
Returns the vertex with the given id or null if it is not in the cache
|
InternalVertex |
GuavaVertexCache.get(long id,
Retriever<Long,InternalVertex> retriever) |
| 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 |
|---|---|
InternalVertex |
EmptyVertex.it() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelVertex |
class |
PropertyKeyVertex |
class |
RelationTypeVertex |
class |
TitanSchemaVertex |
| Constructor and Description |
|---|
VertexCentricEdgeIterable(Iterable<InternalVertex> vertices,
RelationCategory relationCategory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVertex |
class |
CacheVertex |
class |
PreloadedVertex |
class |
StandardVertex |
| Modifier and Type | Method and Description |
|---|---|
InternalVertex |
AbstractVertex.it() |
Copyright © 2012–2015. All rights reserved.