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 | Class and Description |
---|---|
class |
BinderBase<VS,ES,ST>
A base class for IBinders.
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<VS,ES,ST>> |
IBindingExtractor.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<CC.VS,CC.ES,org.openrdf.model.Value>> |
CC.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
List<IBinder<SSSP.VS,SSSP.ES,Integer>> |
SSSP.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
List<IBinder<PR.VS,PR.ES,Double>> |
PR.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
List<IBinder<BFS.VS,BFS.ES,Void>> |
BFS.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<VS,ES,ST>> |
BaseGASProgram.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<PATHS.VS,PATHS.ES,Void>> |
PATHS.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.