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, runAnalytic
public RAMGASRunner(String[] args) throws ClassNotFoundException
ClassNotFoundException
protected RAMGASRunner.RAMOptionData newOptionData()
GASRunnerBase
GASRunnerBase.OptionData
.newOptionData
in class GASRunnerBase<VS,ES,ST>
protected IGASEngine newGASEngine()
GASRunnerBase
IGASEngine
.newGASEngine
in class GASRunnerBase<VS,ES,ST>
protected void loadFiles() throws Exception
GASRunnerBase
protected RAMGASRunner.RAMOptionData getOptionData()
GASRunnerBase
GASRunnerBase.OptionData
for the run.getOptionData
in class GASRunnerBase<VS,ES,ST>
protected IGraphAccessor newGraphAccessor()
GASRunnerBase
newGraphAccessor
in class GASRunnerBase<VS,ES,ST>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.