| Package | Description |
|---|---|
| org.calrissian.accumulorecipes.graphstore | |
| org.calrissian.accumulorecipes.graphstore.impl |
| Modifier and Type | Method and Description |
|---|---|
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<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) |
Copyright © 2014 Calrissian. All Rights Reserved.