| Package | Description |
|---|---|
| csbase.logic | |
| csbase.logic.algorithms | |
| csbase.logic.algorithms.parameters | |
| csbase.logic.diagnosticservice | |
| csbase.remote |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
CommandInfo.getExecutionType()
Obtém o tipo da execução do comando
ExecutionType. |
ExecutionType |
CommandSubmission.getExecutionType()
Obtém o tipo da execução do comando
ExecutionType. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInfo.setExecutionType(ExecutionType executionType)
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionType |
ExecutionType.getDefault()
Obtém o tipo de execução default.
|
ExecutionType |
AlgorithmConfigurator.getExecutionType()
Obtém o tipo de execução.
|
static ExecutionType |
ExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmConfigurator.setExecutionType(ExecutionType executionType)
Atribui o tipo de execução a este configurador.
|
| Constructor and Description |
|---|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmConfigurator.ConfiguratorType type,
String filePath,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
AlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String commandLinePattern)
Cria um configurador de algoritmos.
|
| Constructor and Description |
|---|
SimpleAlgorithmConfigurator(AlgorithmVersionInfo algorithmVersion,
String description,
ExecutionType executionType,
ExecutionLocation executionLocation,
String abbreviation,
boolean provideId,
String command,
String shell,
String defaultInputFileParameterName,
boolean showOutput,
String commandLinePattern)
Cria um configurador de algoritmos simples.
|
| Modifier and Type | Field and Description |
|---|---|
Map<ExecutionType,Integer> |
CommandExecutionStatisticsInfo.exeStats
Mapa com as estatísticas de submissão de comandos por tipo de comando
|
| Constructor and Description |
|---|
CommandExecutionStatisticsInfo(Map<ExecutionType,Integer> exeStats,
int flowStats,
Map<String,Integer> simpleAlgoExecutionStats,
Map<String,Integer> flowAlgoExecutionStats,
Map<String,Integer> userExecutionStats,
Map<String,Integer> sgasExecutionStats,
Map<CommandFinalizationType,Integer> simpleAlgoResultsStats,
Map<CommandFinalizationType,Integer> flowAlgoResultsStats)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionType,Integer> |
SchedulerServiceInterface.getExeTypeStats()
Obtém um mapa com as estatísticas de submissão de comandos por tipo de
comando.
|
Copyright © 2017. All rights reserved.