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.bd | |
com.bigdata.rdf.graph.impl.scheduler |
Modifier and Type | Interface and Description |
---|---|
interface |
IGASSchedulerImpl
Extended
IGASScheduler interface. |
Modifier and Type | Method and Description |
---|---|
void |
IGASProgram.scatter(IGASState<VS,ES,ST> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e) |
Modifier and Type | Method and Description |
---|---|
void |
BFS.scatter(IGASState<BFS.VS,BFS.ES,Void> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled for activation unless it has already been
visited.
|
void |
CC.scatter(IGASState<CC.VS,CC.ES,org.openrdf.model.Value> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled for activation unless it has already been
visited.
|
void |
PR.scatter(IGASState<PR.VS,PR.ES,Double> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled for activation unless it has already been
visited.
|
void |
SSSP.scatter(IGASState<SSSP.VS,SSSP.ES,Integer> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled the weighted edge from this vertex to the
remote vertex plus the weight on this vertex is less than the weight on
the remote vertex.
|
Modifier and Type | Class and Description |
---|---|
class |
TLScheduler
This scheduler uses thread-local buffers (
LinkedHashSet ) to track the
distinct vertices scheduled by each execution thread. |
class |
TLScheduler2
This scheduler uses thread-local buffers (
LinkedHashSet ) to track the
distinct vertices scheduled by each execution thread. |
Modifier and Type | Method and Description |
---|---|
void |
PATHS.scatter(IGASState<PATHS.VS,PATHS.ES,Void> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled for activation unless it has already been
visited.
|
Modifier and Type | Class and Description |
---|---|
class |
CHMScheduler
A simple scheduler based on a
ConcurrentHashMap . |
class |
STScheduler
A scheduler suitable for a single thread.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.