[ 
https://issues.apache.org/jira/browse/ONAMI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jordan Zimmerman updated ONAMI-100:
-----------------------------------

    Description: 
Methods annotated with @WarmUp will be called in parallel (using the Java 
Fork-Join framework) when Stager<WarmUp>.stage() is called. Object dependencies 
are respected.

WarmUp is useful for objects that need to warmup caches, etc. These types of 
warming up can be done in parallel.

  was:
Methods annotated with @WarmUp will be called in parallel (using the Java 
Fork-Join framework) when LifecycleManager.start() is called. Object 
dependencies are respected.

WarmUp is useful for objects that need to warmup caches, etc. These types of 
warming up can be done in parallel.

    
> Add Warm Up to Lifecycle
> ------------------------
>
>                 Key: ONAMI-100
>                 URL: https://issues.apache.org/jira/browse/ONAMI-100
>             Project: Apache Onami
>          Issue Type: New Feature
>          Components: lifecycle
>    Affects Versions: lifecycle-0.2.0
>            Reporter: Jordan Zimmerman
>            Assignee: Jordan Zimmerman
>             Fix For: lifecycle-0.2.0
>
>
> Methods annotated with @WarmUp will be called in parallel (using the Java 
> Fork-Join framework) when Stager<WarmUp>.stage() is called. Object 
> dependencies are respected.
> WarmUp is useful for objects that need to warmup caches, etc. These types of 
> warming up can be done in parallel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to