| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.Entity> |
GraphStore.adjacencies(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Auths auths)
Returns vertices adjacent to the given verties where the edges connecting the vertices match the given query
with the given direction.
|
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.Entity> |
GraphStore.adjacencies(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Set<String> labels,
Auths auths)
Returns vertices adjacent to the given vertices where the edges connecting the vertices match the given query
with the given direction.
|
org.calrissian.mango.collect.CloseableIterable<EdgeEntity> |
GraphStore.adjacentEdges(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Auths auths)
Returns edges adjacent to the given vertices that match the given query in the given direction.
|
org.calrissian.mango.collect.CloseableIterable<EdgeEntity> |
GraphStore.adjacentEdges(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Set<String> labels,
Auths auths)
Returns the adjacent edges where the edges match some given query.
|
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.Entity> |
AccumuloEntityGraphStore.adjacencies(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Auths auths) |
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.Entity> |
AccumuloEntityGraphStore.adjacencies(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Set<String> labels,
Auths auths) |
org.calrissian.mango.collect.CloseableIterable<EdgeEntity> |
AccumuloEntityGraphStore.adjacentEdges(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Auths auths) |
org.calrissian.mango.collect.CloseableIterable<EdgeEntity> |
AccumuloEntityGraphStore.adjacentEdges(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices,
org.calrissian.mango.criteria.domain.Node query,
Direction direction,
Set<String> labels,
Auths auths) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityGraph.EdgeToVertexIndexXform(Direction direction) |
Copyright © 2014 Calrissian. All Rights Reserved.