You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by hs...@apache.org on 2016/10/05 23:01:58 UTC

[1/2] apex-malhar git commit: APEXMALHAR-2280 #resolve added package-info.java to denote interface stability for all classes that belong to event window processing

Repository: apex-malhar
Updated Branches:
  refs/heads/master 9f04db7f6 -> 791383bd1


APEXMALHAR-2280 #resolve added package-info.java to denote interface stability for all classes that belong to event window processing


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/63ee6680
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/63ee6680
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/63ee6680

Branch: refs/heads/master
Commit: 63ee6680411abccb9e158c04954229f5a5e9ca64
Parents: baff632
Author: David Yan <da...@datatorrent.com>
Authored: Wed Oct 5 14:37:05 2016 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Wed Oct 5 14:37:05 2016 -0700

----------------------------------------------------------------------
 .../lib/window/accumulation/package-info.java   | 22 ++++++++++++++++++++
 .../malhar/lib/window/impl/package-info.java    | 22 ++++++++++++++++++++
 .../apex/malhar/lib/window/package-info.java    | 22 ++++++++++++++++++++
 3 files changed, 66 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java
----------------------------------------------------------------------
diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java
new file mode 100644
index 0000000..e8b2886
--- /dev/null
+++ b/library/src/main/java/org/apache/apex/malhar/lib/window/accumulation/package-info.java
@@ -0,0 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+@InterfaceStability.Unstable
+package org.apache.apex.malhar.lib.window.accumulation;
+
+import org.apache.hadoop.classification.InterfaceStability;

http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java
----------------------------------------------------------------------
diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java
new file mode 100644
index 0000000..c5ee5bc
--- /dev/null
+++ b/library/src/main/java/org/apache/apex/malhar/lib/window/impl/package-info.java
@@ -0,0 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+@InterfaceStability.Unstable
+package org.apache.apex.malhar.lib.window.impl;
+
+import org.apache.hadoop.classification.InterfaceStability;

http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/63ee6680/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java
----------------------------------------------------------------------
diff --git a/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java b/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java
new file mode 100644
index 0000000..fae1a23
--- /dev/null
+++ b/library/src/main/java/org/apache/apex/malhar/lib/window/package-info.java
@@ -0,0 +1,22 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+@InterfaceStability.Unstable
+package org.apache.apex.malhar.lib.window;
+
+import org.apache.hadoop.classification.InterfaceStability;


[2/2] apex-malhar git commit: Merge branch 'APEXMALHAR-2280' of https://github.com/davidyan74/incubator-apex-malhar

Posted by hs...@apache.org.
Merge branch 'APEXMALHAR-2280' of https://github.com/davidyan74/incubator-apex-malhar


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/791383bd
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/791383bd
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/791383bd

Branch: refs/heads/master
Commit: 791383bd17c67059d5eb5dfe9ec5ad2763f6fb47
Parents: 9f04db7 63ee668
Author: Siyuan Hua <hs...@apache.org>
Authored: Wed Oct 5 16:01:01 2016 -0700
Committer: Siyuan Hua <hs...@apache.org>
Committed: Wed Oct 5 16:01:01 2016 -0700

----------------------------------------------------------------------
 .../lib/window/accumulation/package-info.java   | 22 ++++++++++++++++++++
 .../malhar/lib/window/impl/package-info.java    | 22 ++++++++++++++++++++
 .../apex/malhar/lib/window/package-info.java    | 22 ++++++++++++++++++++
 3 files changed, 66 insertions(+)
----------------------------------------------------------------------