| Modifier and Type | Method and Description |
|---|---|
SliceQuery |
RelationQueryCache.getQuery(RelationCategory type) |
SliceQuery |
EdgeSerializer.getQuery(RelationCategory resultType,
boolean querySystemTypes) |
| Modifier and Type | Method and Description |
|---|---|
RelationCategory |
IDHandler.DirectionID.getRelationCategory() |
| Modifier and Type | Method and Description |
|---|---|
static StaticBuffer[] |
IDHandler.getBounds(RelationCategory type,
boolean systemTypes) |
| Modifier and Type | Method and Description |
|---|---|
static RelationCategory |
RelationCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationCategory[] |
RelationCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseVertexCentricQuery |
AbstractVertexCentricQueryBuilder.constructQuery(RelationCategory returnType) |
protected QueryDescription |
AbstractVertexCentricQueryBuilder.describe(int numVertices,
RelationCategory returnType) |
protected <Q> Map<TitanVertex,Q> |
MultiVertexCentricQueryBuilder.execute(RelationCategory returnType,
AbstractVertexCentricQueryBuilder.ResultConstructor<Q> resultConstructor)
Constructs the BaseVertexCentricQuery through
AbstractVertexCentricQueryBuilder.constructQuery(com.thinkaurelius.titan.graphdb.internal.RelationCategory). |
protected <Q> Q |
VertexCentricQueryBuilder.execute(RelationCategory returnType,
AbstractVertexCentricQueryBuilder.ResultConstructor<Q> resultConstructor) |
protected boolean |
AbstractVertexCentricQueryBuilder.isImplicitKeyQuery(RelationCategory returnType)
Whether this query is asking for the value of an
ImplicitKey. |
| Constructor and Description |
|---|
VertexCentricEdgeIterable(Iterable<InternalVertex> vertices,
RelationCategory relationCategory) |
Copyright © 2012–2014. All rights reserved.