public class TimeTrackerRecords extends Object
| Modifier and Type | Field and Description |
|---|---|
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
Copyright © 2014 Bonitasoft S.A.. All rights reserved.