Merge remote-tracking branch 'origin/master'
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/fc51f778 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/fc51f778 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/fc51f778 Branch: refs/heads/master Commit: fc51f77812a3387f1cfbc45e21b037de95f2069c Parents: 96db92c ab50491 Author: Imesh Gunaratne <[email protected]> Authored: Thu Dec 12 23:09:02 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Dec 12 23:09:02 2013 +0530 ---------------------------------------------------------------------- .../health/stat/AverageLoadAverageEvent.java | 58 +++++++++++++++++ .../stat/AverageMemoryConsumptionEvent.java | 58 +++++++++++++++++ .../stat/AverageRequestsInFlightEvent.java | 58 +++++++++++++++++ .../health/stat/GradientOfLoadAverageEvent.java | 58 +++++++++++++++++ .../stat/GradientOfMemoryConsumptionEvent.java | 58 +++++++++++++++++ .../stat/GradientOfRequestsInFlightEvent.java | 58 +++++++++++++++++ .../stat/MemberAverageLoadAverageEvent.java | 50 ++++++++++++++ .../MemberAverageMemoryConsumptionEvent.java | 49 ++++++++++++++ .../event/health/stat/MemberFaultEvent.java | 68 ++++++++++++++++++++ .../stat/MemberGradientOfLoadAverageEvent.java | 50 ++++++++++++++ .../MemberGradientOfMemoryConsumptionEvent.java | 50 ++++++++++++++ ...emberSecondDerivativeOfLoadAverageEvent.java | 50 ++++++++++++++ ...econdDerivativeOfMemoryConsumptionEvent.java | 50 ++++++++++++++ .../SecondDerivativeOfLoadAverageEvent.java | 58 +++++++++++++++++ ...econdDerivativeOfMemoryConsumptionEvent.java | 49 ++++++++++++++ ...SecondDerivativeOfRequestsInFlightEvent.java | 58 +++++++++++++++++ 16 files changed, 880 insertions(+) ----------------------------------------------------------------------
