public class TimeTrackerRecords extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EVALUATE_EXPRESSION
this key is used to track the expression evaluation "only", assuming the context is already evaluated if necessary.
|
static String |
EVALUATE_EXPRESSION_INCLUDING_CONTEXT
this key is used to track the whole expression evaluation including its context.
|
static String |
EVALUATE_EXPRESSIONS
this key is used to track the expression evaluation "only", assuming the context is already evaluated if necessary.
|
static String |
EXECUTE_CONNECTOR_CALLABLE
this key is used to track the connector execution (execute method only, not in/out parameters processing), without potential pool submission impact
|
static String |
EXECUTE_CONNECTOR_DISCONNECT
this key is used to track only the call to disconnect on a connector
|
static String |
EXECUTE_CONNECTOR_INCLUDING_POOL_SUBMIT
this key is used to track the connector execution (execute method only, not in/out parameters processing) including the pool submission (that may have
additional impact if the pool is full).
|
static String |
EXECUTE_CONNECTOR_INPUT_EXPRESSIONS
this key is used to track connector input parameters processing only (not pooling, not execute, not output)
|
static String |
EXECUTE_CONNECTOR_OUTPUT_OPERATIONS
this key is used to track connector output parameters processing only (not pooling, not input, not execute)
|
static String |
EXECUTE_CONNECTOR_WORK
this key is used to track the whole connector execution including pooling, input, execute, output and disconnect
|
| Constructor and Description |
|---|
TimeTrackerRecords() |
public static final String EXECUTE_CONNECTOR_INCLUDING_POOL_SUBMIT
public static final String EXECUTE_CONNECTOR_CALLABLE
public static final String EXECUTE_CONNECTOR_OUTPUT_OPERATIONS
public static final String EXECUTE_CONNECTOR_INPUT_EXPRESSIONS
public static final String EXECUTE_CONNECTOR_DISCONNECT
public static final String EXECUTE_CONNECTOR_WORK
public static final String EVALUATE_EXPRESSION_INCLUDING_CONTEXT
public static final String EVALUATE_EXPRESSION
public static final String EVALUATE_EXPRESSIONS
Copyright © 2015 Bonitasoft S.A.. All rights reserved.