Package | Description |
---|---|
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 | |
com.bigdata.rdf.graph.impl.ram |
This is an implementation of the GAS API for the Java concurrency
class.
|
com.bigdata.rdf.graph.impl.sail |
This is an implementation of the GAS API for the openrdf SAIL.
|
com.bigdata.rdf.graph.impl.util | |
com.bigdata.rdf.graph.util |
Constructor and Description |
---|
FuzzySSSP(org.openrdf.model.Value[] src,
org.openrdf.model.Value[] tgt,
int N,
IGASEngine gasEngine,
IGraphAccessor graphAccessor) |
Modifier and Type | Class and Description |
---|---|
class |
GASEngine
IGASEngine for dynamic activation of vertices. |
Constructor and Description |
---|
GASState(IGASEngine gasEngine,
IGraphAccessor graphAccessor,
IStaticFrontier frontier,
IGASSchedulerImpl gasScheduler,
IGASProgram<VS,ES,ST> gasProgram) |
Modifier and Type | Class and Description |
---|---|
class |
BigdataGASEngine
IGASEngine for dynamic activation of vertices. |
Constructor and Description |
---|
BigdataGASState(IGASEngine gasEngine,
BigdataGASEngine.BigdataGraphAccessor graphAccessor,
IStaticFrontier frontier,
IGASSchedulerImpl gasScheduler,
IGASProgram<VS,ES,ST> gasProgram) |
Modifier and Type | Class and Description |
---|---|
class |
RAMGASEngine |
Modifier and Type | Method and Description |
---|---|
protected IGASEngine |
RAMGASRunner.newGASEngine() |
IGASEngine |
RAMGraphFixture.newGASEngine(int nthreads) |
Modifier and Type | Class and Description |
---|---|
class |
SAILGASEngine |
Modifier and Type | Method and Description |
---|---|
protected IGASEngine |
SAILGASRunner.newGASEngine() |
IGASEngine |
SailGraphFixture.newGASEngine(int nthreads) |
Modifier and Type | Method and Description |
---|---|
protected abstract IGASEngine |
GASRunnerBase.newGASEngine()
Factory for the
IGASEngine . |
Modifier and Type | Method and Description |
---|---|
IGASEngine |
IGraphFixture.newGASEngine(int nthreads) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.