Package | Description |
---|---|
at.srfg.miner.clientlib | |
at.srfg.miner.clientlib.resultformat |
Modifier and Type | Method and Description |
---|---|
List<Result> |
Execution.allResults(ResultHandle handle)
Retrieves all result instances that are currently available for the given
handle . |
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 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.
|
List<Result> |
SingleProxyQuery.nextResultBlock() |
List<Result> |
Query.nextResultBlock()
Incrementally retrieves the next chunk of results.
|
List<Result> |
MultiProxyQuery.nextResultBlock() |
List<Result> |
Execution.nextResultBlock(ResultHandle handle)
Incrementally retrieves the next chunk of results for
handle
. |
List<Result> |
SingleProxyQuery.nextResults() |
List<Result> |
Query.nextResults()
This is a convenience method that repeatedly invokes
Query.nextResultBlock() as long as Query.hasNext() returns true. |
List<Result> |
MultiProxyQuery.nextResults() |
List<Result> |
Execution.nextResults(ResultHandle handle)
This is a convenience method that repeatedly invokes
nextResultBlock as long as hasNext returns
true. |
static Map<Proxy,List<Result>> |
Results.splitByProxy(List<Result> results) |
Modifier and Type | Method and Description |
---|---|
int |
Result.compareTo(Result o) |
Modifier and Type | Method and Description |
---|---|
static void |
Results.append(List<Result> results,
java.io.File file)
Append all results to
file . |
static void |
Results.append(List<Result> results,
java.io.File file,
ResultFormatter formatter)
Appends all results to
file . |
static void |
Results.append(List<Result> results,
String filename)
Append all results to
filename . |
static void |
Results.append(List<Result> results,
String filename,
ResultFormatter formatter)
Append all results to
filename . |
static void |
Results.print(List<Result> results)
Prints all results to System.out using the default result formatter.
|
static void |
Results.print(List<Result> results,
ResultFormatter formatter)
Prints all results to System.out using the given formatter.
|
static void |
Results.save(List<Result> results,
java.io.File file)
Saves all results to
file . |
static void |
Results.save(List<Result> results,
java.io.File file,
ResultFormatter formatter)
Saves all results to
file . |
static void |
Results.save(List<Result> results,
String filename)
Saves all results to
filename . |
static void |
Results.save(List<Result> results,
String filename,
ResultFormatter formatter)
Saves all results to
filename . |
static Map<Proxy,List<Result>> |
Results.splitByProxy(List<Result> results) |
Modifier and Type | Method and Description |
---|---|
String |
ResultFormatterSimple.format(Result result) |
String |
ResultFormatterDeltaTime.format(Result result) |
String |
ResultFormatterDate.format(Result result) |
String |
ResultFormatter.format(Result result)
Transforms the result to a String representation.
|
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.