| Package | Description |
|---|---|
| csbase.logic | |
| csbase.logic.diagnosticservice | |
| csbase.remote |
| Modifier and Type | Field and Description |
|---|---|
protected CommandFinalizationType |
AbstractCommandFinalizationInfo.finalizationType
Enumeração que identifica o que levou esse comando ao estado de
CommandStatus.FINISHED ou
NOT_FINISHED caso este comando ainda não
tenha terminado de ser executado. |
| Modifier and Type | Method and Description |
|---|---|
CommandFinalizationType |
CommandInfo.getFinalizationType()
Obtém o que fez com que esse comando fosse para o estado
CommandStatus.FINISHED ou
NOT_FINISHED caso este comando ainda não
tenha terminado. |
CommandFinalizationType |
AbstractCommandFinalizationInfo.getFinalizationType()
Retorna o tipo de finalização do comando.
|
CommandFinalizationType |
CommandFinalizationInfo.getFinalizationType()
Retorna o tipo de finalização do comando.
|
static CommandFinalizationType |
CommandFinalizationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandFinalizationType[] |
CommandFinalizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommandFinalizationInfo.setFinalizationType(CommandFinalizationType finalizationType)
Atribui o tipo de finalização do comando.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<CommandFinalizationType,java.lang.Integer> |
CommandExecutionStatisticsInfo.flowAlgoResultsStats
Mapa com as estatísticas de execução de fluxo, por tipos de término de
execução.
|
java.util.Map<CommandFinalizationType,java.lang.Integer> |
CommandExecutionStatisticsInfo.simpleAlgoResultsStats
Mapa com as estatísticas de execução de algoritmos, por tipos de término de
execução.
|
| Constructor and Description |
|---|
CommandExecutionStatisticsInfo(java.util.Map<ExecutionType,java.lang.Integer> exeStats,
int flowStats,
java.util.Map<java.lang.String,java.lang.Integer> simpleAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> flowAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> userExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> sgasExecutionStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> simpleAlgoResultsStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> flowAlgoResultsStats)
Construtor.
|
CommandExecutionStatisticsInfo(java.util.Map<ExecutionType,java.lang.Integer> exeStats,
int flowStats,
java.util.Map<java.lang.String,java.lang.Integer> simpleAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> flowAlgoExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> userExecutionStats,
java.util.Map<java.lang.String,java.lang.Integer> sgasExecutionStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> simpleAlgoResultsStats,
java.util.Map<CommandFinalizationType,java.lang.Integer> flowAlgoResultsStats)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CommandFinalizationType,java.lang.Integer> |
SGAServiceInterface.getExeResultsStats(boolean flowResults)
Obtém um mapa com as estatísticas de tipos de término de execução.
|
Copyright © 2018. All Rights Reserved.