The Details page provides details on the pipeline, how it is configured, and how it is invoked.
Back to Pipeline List: Select this link to return the list of all of the pipelines defined for the site.
Source Name: The name of the source configuration file used for the pipeline.
JNDI Name: The name of the Java Naming and Directory Interface used for the pipeline.
Pool Statistics: This summary box contains information about the pipeline pool used for this pipeline. The pool is used to hold instances of the pipeline.
Current Pool Size: The number of pipelines in the pool, plus the number of pipelines currently in use.
Highest Capacity: The largest number of pipelines that were ever in the pool.
Current Waiters: The current number of threads that are waiting to retrieve a pipeline from the pool.
Highest Waiters: The largest number of threads that were ever waiting to retrieve a pipeline from the pool.
Highest Wait Milliseconds: The longest amount of time in milliseconds that a thread had to wait to retrieve a pipeline from the pool.
Pool Configurations: This summary box contains the configuration information that was set for the pipeline pool.
Maximum Capacity: The maximum number of pipelines that will be maintained in the pool.
Minimum Capacity: The minimum number of pipelines that will be maintained in the pool.
Capacity Increment: The number of pipelines that should be created in the pool each time the capacity of the pool is increased.
Max Wait Time Milliseconds: The maximum amount of time in milliseconds that a thread will wait for a pipeline from the pool. After waiting this amount of time, the thread makes a second attempt at retrieving a pipeline from the pool.
Pipeline Parameters: This summary box lists the configuration parameters that were defined for the pipeline.
Pipeline Parameter: This column contains the names of each pipeline parameter in the pipeline configuration.
Parameter Value: This column contains the values of each pipeline parameter in the pipeline configuration.
Pipeline Stages:
Stage #: There is one Stage section for each Stage defined in the pipeline. Each Stage section will contain a number which indicates which Stage it is. A Stage is a group of components that will be executed before the next stage begins execution. It is common for pipelines to contain only one stage.
Components: Within each Stage section is a series of summary boxes, one for each component in the stage.
Component: The name of the component.
Class Name: The fully qualified Java class name of the class that implements the component.
Initialization Parameters: At the end of each component summary box is a series of rows. The rows contain information on the initialization parameters that are configured for the component.
Initialization Parameter Name: The first column in the row contains the name of each initialization parameter.
Initialization Parameter Value: The second column in the row contains the value of each initialization parameter.