| 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 |
BasicVertexCentricQueryBuilder.constructQuery(RelationCategory returnType) |
protected BaseVertexCentricQuery |
BasicVertexCentricQueryBuilder.constructQueryWithoutProfile(RelationCategory returnType) |
protected <Q> Q |
VertexCentricQueryBuilder.execute(RelationCategory returnType,
BasicVertexCentricQueryBuilder.ResultConstructor<Q> resultConstructor) |
protected <Q> Map<TitanVertex,Q> |
MultiVertexCentricQueryBuilder.execute(RelationCategory returnType,
BasicVertexCentricQueryBuilder.ResultConstructor<Q> resultConstructor)
Constructs the BaseVertexCentricQuery through
BasicVertexCentricQueryBuilder.constructQuery(com.thinkaurelius.titan.graphdb.internal.RelationCategory). |
protected boolean |
BaseVertexCentricQueryBuilder.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–2015. All rights reserved.