You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rm...@apache.org on 2014/01/17 08:06:11 UTC

git commit: BATCHEE-5 metrics for partitionned steps + few cleanup in diagram task

Updated Branches:
  refs/heads/master ef1cfc57e -> b6e56b923


BATCHEE-5 metrics for partitionned steps + few cleanup in diagram task


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/b6e56b92
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/b6e56b92
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/b6e56b92

Branch: refs/heads/master
Commit: b6e56b92324ff09d209a9758e5782cfb790ee086
Parents: ef1cfc5
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Fri Jan 17 08:06:27 2014 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Fri Jan 17 08:06:27 2014 +0100

----------------------------------------------------------------------
 .../test/metric/PartitionMetricsTest.java       |  4 ++++
 .../META-INF/batch-jobs/partition-metrics.xml   | 20 ++++++++++++++++++++
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/b6e56b92/jbatch/src/test/java/org/apache/batchee/test/metric/PartitionMetricsTest.java
----------------------------------------------------------------------
diff --git a/jbatch/src/test/java/org/apache/batchee/test/metric/PartitionMetricsTest.java b/jbatch/src/test/java/org/apache/batchee/test/metric/PartitionMetricsTest.java
new file mode 100644
index 0000000..7b52314
--- /dev/null
+++ b/jbatch/src/test/java/org/apache/batchee/test/metric/PartitionMetricsTest.java
@@ -0,0 +1,4 @@
+package org.apache.batchee.test.metric;
+
+public class PartitionMetricsTest {
+}

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/b6e56b92/jbatch/src/test/resources/META-INF/batch-jobs/partition-metrics.xml
----------------------------------------------------------------------
diff --git a/jbatch/src/test/resources/META-INF/batch-jobs/partition-metrics.xml b/jbatch/src/test/resources/META-INF/batch-jobs/partition-metrics.xml
new file mode 100644
index 0000000..e44c036
--- /dev/null
+++ b/jbatch/src/test/resources/META-INF/batch-jobs/partition-metrics.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  See the NOTICE file distributed with this work for additional information
+  regarding copyright ownership. Licensed under the Apache License,
+  Version 2.0 (the "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<job id="jmx" version="1.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee">
+  <step id="jmx-step">
+    <batchlet ref="org.apache.batchee.test.mock.BatchletMock"/>
+  </step>
+</job>