public class STScheduler extends Object implements IGASSchedulerImpl
Constructor and Description |
---|
STScheduler(GASEngine gasEngine) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Reset all internal state (and get rid of any thread locals).
|
void |
compactFrontier(IStaticFrontier frontier)
Compact the schedule into the new frontier.
|
Set<org.openrdf.model.Value> |
getVertices()
The backing collection.
|
void |
schedule(org.openrdf.model.Value v)
Add the vertex to the schedule.
|
int |
size()
The #of vertices in the frontier.
|
public STScheduler(GASEngine gasEngine)
public int size()
public Set<org.openrdf.model.Value> getVertices()
public void schedule(org.openrdf.model.Value v)
IGASScheduler
schedule
in interface IGASScheduler
v
- The vertex.public void compactFrontier(IStaticFrontier frontier)
IGASSchedulerImpl
compactFrontier
in interface IGASSchedulerImpl
public void clear()
IGASSchedulerImpl
clear
in interface IGASSchedulerImpl
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.