public class SAILGASRunner<VS,ES,ST> extends GASRunnerBase<VS,ES,ST>
| Modifier and Type | Class and Description |
|---|---|
protected class |
SAILGASRunner.SAILOptionData |
GASRunnerBase.OptionData| Constructor and Description |
|---|
SAILGASRunner(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected SAILGASRunner.SAILOptionData |
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 SAILGASRunner.SAILOptionData |
newOptionData()
Factory for the
GASRunnerBase.OptionData. |
call, newGASProgram, runAnalyticpublic SAILGASRunner(String[] args) throws ClassNotFoundException
ClassNotFoundExceptionprotected SAILGASRunner.SAILOptionData 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 SAILGASRunner.SAILOptionData 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.