Package | Description |
---|---|
com.bigdata.rdf.graph |
The GAS (Gather Apply Scatter) API was developed for PowerGraph
(aka GraphLab 2.1).
|
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.scheduler | |
com.bigdata.rdf.graph.impl.util |
Modifier and Type | Method and Description |
---|---|
IGASSchedulerImpl |
IGASState.getScheduler()
Return the
IGASSchedulerImpl . |
Modifier and Type | Method and Description |
---|---|
IGASSchedulerImpl |
GASState.getScheduler() |
IGASSchedulerImpl |
GASEngine.newScheduler() |
Modifier and Type | Method and Description |
---|---|
Class<IGASSchedulerImpl> |
GASEngine.getSchedulerClass() |
Modifier and Type | Method and Description |
---|---|
void |
GASEngine.setSchedulerClass(Class<IGASSchedulerImpl> newValue) |
Constructor and Description |
---|
GASState(IGASEngine gasEngine,
IGraphAccessor graphAccessor,
IStaticFrontier frontier,
IGASSchedulerImpl gasScheduler,
IGASProgram<VS,ES,ST> gasProgram) |
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 | Field and Description |
---|---|
static Class<? extends IGASSchedulerImpl> |
GASService.Options.DEFAULT_SCHEDULER |
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 |
CHMScheduler
A simple scheduler based on a
ConcurrentHashMap . |
class |
STScheduler
A scheduler suitable for a single thread.
|
Modifier and Type | Field and Description |
---|---|
Class<IGASSchedulerImpl> |
GASRunnerBase.OptionData.schedulerClassOverride
The
IGASSchedulerImpl class to use. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.