| Package | Description |
|---|---|
| org.activiti.engine.test.profiler |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutionResult |
ProfilingDbSqlSession.commandExecutionResult |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<CommandExecutionResult>> |
ProfileSession.commandExecutionResults |
protected ThreadLocal<CommandExecutionResult> |
ProfileSession.currentCommandExecution |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutionResult |
ProfilingDbSqlSession.getCurrentCommandExecution() |
CommandExecutionResult |
ProfileSession.getCurrentCommandExecution() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<CommandExecutionResult>> |
ProfileSession.getCommandExecutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileSession.addCommandExecution(String classFqn,
CommandExecutionResult commandExecutionResult) |
void |
ProfileSession.setCurrentCommandExecution(CommandExecutionResult commandExecutionResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileSession.setCommandExecutions(Map<String,List<CommandExecutionResult>> commandExecutionResults) |
| Constructor and Description |
|---|
CommandStats(List<CommandExecutionResult> executions) |
Copyright © 2017 Alfresco. All rights reserved.