improvements to autoscaling Signed-off-by: Lahiru Sandaruwan <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/60929a1c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/60929a1c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/60929a1c Branch: refs/heads/docker-grouping-merge Commit: 60929a1c43883bb6e9f7b79f21839a20e3d413d3 Parents: 2bb2101 Author: Asiri LIyana Arachchi <[email protected]> Authored: Wed Nov 5 12:27:26 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Nov 5 13:22:57 2014 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/siddhi/siddhi.extension | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/60929a1c/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension index 470d66c..1841787 100644 --- a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension +++ b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension @@ -1,4 +1,5 @@ +org.apache.stratos.cep.extension.ConcatWindowProcessor +org.apache.stratos.cep.extension.MemeberRequestHandlingCapabilityWindowProcessor org.apache.stratos.cep.extension.GradientFinderWindowProcessor org.apache.stratos.cep.extension.SecondDerivativeFinderWindowProcessor org.apache.stratos.cep.extension.FaultHandlingWindowProcessor -org.apache.stratos.cep.extension.ConcatWindowProcessor
