Package | Description |
---|---|
com.bigdata.rdf.graph |
The GAS (Gather Apply Scatter) API was developed for PowerGraph
(aka GraphLab 2.1).
|
com.bigdata.rdf.graph.analytics |
This package provides implementations of various graph analytics using the
GAS API.
|
com.bigdata.rdf.graph.impl |
This is an implementation of the GAS API for the bigdata platform.
|
com.bigdata.rdf.graph.impl.bd |
Modifier and Type | Method and Description |
---|---|
Factory<org.openrdf.model.Statement,ES> |
IGASOptions.getEdgeStateFactory()
Return a factory for edge state objects -or-
null if the
IGASProgram does not use edge state (in which case the edge state
will not be allocated or maintained). |
Factory<org.openrdf.model.Value,VS> |
IGASOptions.getVertexStateFactory()
Return a factory for vertex state objects.
|
Modifier and Type | Method and Description |
---|---|
Factory<org.openrdf.model.Statement,CC.ES> |
CC.getEdgeStateFactory() |
Factory<org.openrdf.model.Statement,PR.ES> |
PR.getEdgeStateFactory() |
Factory<org.openrdf.model.Statement,BFS.ES> |
BFS.getEdgeStateFactory() |
Factory<org.openrdf.model.Value,CC.VS> |
CC.getVertexStateFactory() |
Factory<org.openrdf.model.Value,SSSP.VS> |
SSSP.getVertexStateFactory() |
Factory<org.openrdf.model.Value,PR.VS> |
PR.getVertexStateFactory() |
Factory<org.openrdf.model.Value,BFS.VS> |
BFS.getVertexStateFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<org.openrdf.model.Statement,ES> |
BaseGASProgram.getEdgeStateFactory()
Return a factory for edge state objects -or-
null if the
IGASProgram does not use edge state (in which case the edge state
will not be allocated or maintained). |
Modifier and Type | Method and Description |
---|---|
Factory<org.openrdf.model.Statement,PATHS.ES> |
PATHS.getEdgeStateFactory() |
Factory<org.openrdf.model.Value,PATHS.VS> |
PATHS.getVertexStateFactory() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.