Package | Description |
---|---|
at.srfg.miner.clientlib |
Modifier and Type | Method and Description |
---|---|
Execution |
Scenario.execute()
Executes the scenario immediately and without a defined stop time.
|
Execution |
Scenario.execute(int duration)
Executes the scenario immediately for the given duration.
|
Execution |
Scenario.execute(int duration,
String description)
Executes the scenario immediately for the given duration.
|
Execution |
Scenario.execute(String description)
Executes the scenario immediately and without a defined stop time.
|
static Execution |
Execution.load(int execId)
Loads an existing execution from the MINER core.
|
Execution |
Scenario.schedule(Date start)
Schedules the scenario for execution.
|
Execution |
Scenario.schedule(Date start,
Date stop)
Schedules the scenario for execution.
|
Execution |
Scenario.schedule(Date start,
Date stop,
String description)
Schedules the scenario for execution.
|
Execution |
Scenario.schedule(Date start,
String description)
Schedules the scenario for execution.
|
Execution |
Scenario.schedule(int offset)
Executes the scenario offset [s] in the future and and without a defined
stop time.
|
Execution |
Scenario.schedule(int offset,
int duration)
Executes the scenario offset [s] in the future and for the given
duration.
|
Execution |
Scenario.schedule(int offset,
int duration,
String description)
Executes the scenario offset [s] in the future and for the given
duration.
|
Execution |
Scenario.schedule(int offset,
String description)
Executes the scenario offset [s] in the future and and without a defined
stop time.
|
Modifier and Type | Method and Description |
---|---|
static void |
Results.getAndPrint(Execution exec,
Collection<ResultHandle> handles)
For each result handle the results are incrementally loaded from the
MINER Core and printed to System.out.
|
static void |
Results.getAndPrint(Execution exec,
ResultFormatter formatter,
Collection<ResultHandle> handles)
For each result handle the results are incrementally loaded from the
MINER Core and printed to System.out.
|
static void |
Results.getAndPrint(Execution exec,
ResultFormatter formatter,
ResultHandle... handles)
For each result handle the results are incrementally loaded from the
MINER Core and printed to System.out.
|
static void |
Results.getAndPrint(Execution exec,
ResultHandle... handles)
For each result handle the results are incrementally loaded from the
MINER Core and printed to System.out.
|
static void |
Results.getAndPrintAllResults(Execution exec)
Gets the results and prints them to System.out for each ResultHandle
defined in the scenario of this execution.
|
static void |
Results.getAndPrintAllResults(Execution exec,
ResultFormatter formatter)
Gets the results and prints them to System.out for each ResultHandle
defined in the scenario of this execution.
|
static List<Result> |
Results.getAndPrintAndReturn(Execution exec,
ResultFormatter formatter,
ResultHandle handle)
Gets all results from the MINER Core, prints them and returns the
results.
|
static List<Result> |
Results.getAndPrintAndReturn(Execution exec,
ResultHandle handle)
Gets all results from the MINER Core, prints them and returns the
results.
|
static void |
Results.getAndSave(Execution exec,
Collection<ResultHandle> handles)
For each result handle the results are incrementally loaded from the
MINER Core and saved to a file.
|
static void |
Results.getAndSave(Execution exec,
ResultFormatter formatter,
Collection<ResultHandle> handles)
For each result handle the results are incrementally loaded from the
MINER Core and saved to a file.
|
static void |
Results.getAndSave(Execution exec,
ResultFormatter formatter,
ResultHandle... handles)
For each result handle the results are incrementally loaded from the
MINER Core and saved to a file.
|
static void |
Results.getAndSave(Execution exec,
ResultHandle... handles)
For each result handle the results are incrementally loaded from the
MINER Core and saved to a file.
|
static void |
Results.getAndSaveAllResults(Execution exec)
Incrementally gets the results and saves them for each ResultHandle
defined in the scenario of this execution.
|
static void |
Results.getAndSaveAllResults(Execution exec,
ResultFormatter formatter)
Incrementally gets the results and saved them for each ResultHandle
defined in the scenario of this execution.
|
static List<Result> |
Results.getAndSaveAndReturn(Execution exec,
ResultFormatter formatter,
ResultHandle handle)
Gets all results from the MINER Core, saves them and returns the results.
|
static List<Result> |
Results.getAndSaveAndReturn(Execution exec,
ResultHandle handle)
Gets all results from the MINER Core, saves them and returns the results.
|
static void |
Results.marshallQueriesToFile(java.io.File file,
Execution exec,
Collection<ResultHandle> handles)
For each handle, a queryString is created via
Results.marshallQuery(Execution, ResultHandle) and saved to
file . |
static void |
Results.marshallQueriesToFile(java.io.File file,
Execution exec,
ResultHandle... handles)
For each handle, a queryString is created via
Results.marshallQuery(Execution, ResultHandle) and saved to
file . |
static String |
Results.marshallQuery(Execution exec,
ResultHandle handle)
Creates a String that contains all the information which is needed to
retrieve results for (exec,handle) at a later time.
|
Constructor and Description |
---|
MultiProxyQuery(Execution exec,
ResultHandle resultHandle)
Constructs a new instance from an Execution and a ResultHandle.
|
SingleProxyQuery(Execution exec,
ResultHandle handle)
Constructs a new instance from an execution and a resultHandle.
|
SingleProxyQuery(Execution exec,
ResultHandle handle,
Proxy proxy)
Constructs a new instance.
|
SingleProxyQuery(Execution exec,
ResultHandle handle,
String queryString)
Constructs a new instance from an execution, a resultHandle, and a
queryString.
|
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.