Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.statistics |
Statistic gathering support.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractOperation> |
Algorithm.backgroundExecuteOperationWithStatistics(T operation)
Execute algorithm operation on background.
|
<T extends AbstractOperation> |
RMIAlgorithm.backgroundExecuteOperationWithStatistics(T operation) |
<T extends AbstractOperation> |
RMIAlgorithmOriginal.backgroundExecuteOperationWithStatistics(T operation)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureWithStatisticsImpl<T>
Implementation of the
FutureWithStatistics . |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractOperation> |
FutureWithStatisticsImpl.submit(java.util.concurrent.ExecutorService executorService,
java.util.concurrent.Callable<T> callable)
Executes the given callable and collects the
OperationStatistics . |