public interface GraphStore extends EntityStore
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<org.calrissian.mango.domain.entity.Entity> |
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> |
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> |
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> |
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.
|
delete, get, getAllByType, keys, query, save, shutdownorg.calrissian.mango.collect.CloseableIterable<EdgeEntity> adjacentEdges(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> 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<org.calrissian.mango.domain.entity.Entity> 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<org.calrissian.mango.domain.entity.Entity> adjacencies(List<org.calrissian.mango.domain.entity.EntityIndex> fromVertices, org.calrissian.mango.criteria.domain.Node query, Direction direction, Auths auths)
Copyright © 2014 Calrissian. All Rights Reserved.