public class CHMScheduler extends Object implements IGASSchedulerImpl
ConcurrentHashMap
.Constructor and Description |
---|
CHMScheduler(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.
|
void |
schedule(org.openrdf.model.Value v)
Add the vertex to the schedule.
|
public CHMScheduler(GASEngine gasEngine)
public void schedule(org.openrdf.model.Value v)
IGASScheduler
schedule
in interface IGASScheduler
v
- The vertex.public void clear()
IGASSchedulerImpl
clear
in interface IGASSchedulerImpl
public void compactFrontier(IStaticFrontier frontier)
IGASSchedulerImpl
compactFrontier
in interface IGASSchedulerImpl
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.