| Modifier and Type | Class and Description |
|---|---|
class |
AccumuloEntityGraphStore
The AccumuloEntityGraphStore wraps an
AccumuloEntityStore to provide an extra index which is capable
of making edges very fast to traverse for a possibly large set of input vertices. |
| Modifier and Type | Field and Description |
|---|---|
protected GraphStore |
EntityGraph.graphStore |
| Constructor and Description |
|---|
EntityGraph.EdgeEntityXform(GraphStore graphStore,
Auths auths) |
EntityGraph.VertexEntityXform(GraphStore graphStore,
Auths auths) |
EntityGraph(GraphStore graphStore,
Set<String> vertexTypes,
Set<String> edgeTypes,
Auths auths)
The graph is restriced only to the given vertex types and edge types.
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphStore |
EntityElement.graphStore |
| Modifier and Type | Method and Description |
|---|---|
GraphStore |
EntityElement.getGraphStore() |
| Constructor and Description |
|---|
EntityEdge(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths) |
EntityElement(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths) |
EntityVertex(org.calrissian.mango.domain.entity.Entity entity,
GraphStore graphStore,
Auths auths) |
| Constructor and Description |
|---|
EntityGraphQuery(GraphStore graphStore,
Set<String> vertexTypes,
Set<String> edgeTypes,
Auths auths) |
EntityVertexQuery(EntityVertex vertex,
GraphStore graphStore,
Auths auths) |
Copyright © 2014 Calrissian. All Rights Reserved.