public class RAMGASRunner<VS,ES,ST> extends GASRunnerBase<VS,ES,ST>
| Modifier and Type | Class and Description |
|---|---|
protected class |
RAMGASRunner.RAMOptionData |
GASRunnerBase.OptionData| Constructor and Description |
|---|
RAMGASRunner(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected RAMGASRunner.RAMOptionData |
getOptionData()
The
GASRunnerBase.OptionData for the run. |
protected void |
loadFiles()
Load files into the backend if they can not be assumed to already exist
(a typical pattern is that files are loaded into an empty KB instance,
but not loaded into a pre-existing one).
|
static void |
main(String[] args)
Performance testing harness.
|
protected IGASEngine |
newGASEngine()
Factory for the
IGASEngine. |
protected IGraphAccessor |
newGraphAccessor()
Return the object used to access the as-configured graph.
|
protected RAMGASRunner.RAMOptionData |
newOptionData()
Factory for the
GASRunnerBase.OptionData. |
call, newGASProgram, runAnalyticpublic RAMGASRunner(String[] args) throws ClassNotFoundException
ClassNotFoundExceptionprotected RAMGASRunner.RAMOptionData newOptionData()
GASRunnerBaseGASRunnerBase.OptionData.newOptionData in class GASRunnerBase<VS,ES,ST>protected IGASEngine newGASEngine()
GASRunnerBaseIGASEngine.newGASEngine in class GASRunnerBase<VS,ES,ST>protected void loadFiles()
throws Exception
GASRunnerBaseprotected RAMGASRunner.RAMOptionData getOptionData()
GASRunnerBaseGASRunnerBase.OptionData for the run.getOptionData in class GASRunnerBase<VS,ES,ST>protected IGraphAccessor newGraphAccessor()
GASRunnerBasenewGraphAccessor in class GASRunnerBase<VS,ES,ST>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.