You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/10/11 22:38:05 UTC

[15/17] git commit: license / javadoc headers

license / javadoc headers


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

Branch: refs/heads/STREAMS-170
Commit: bfd1bc1d1f7c58f001c6aeb7fa430e7a70f299ed
Parents: aef8860
Author: Steve Blackmon <sb...@w2odigital.com>
Authored: Tue Sep 16 11:22:36 2014 -0500
Committer: Steve Blackmon <sb...@w2odigital.com>
Committed: Wed Sep 24 12:31:08 2014 -0500

----------------------------------------------------------------------
 .../DatumFromMetadataAsDocumentProcessor.java   | 20 +++++++++++++++++++-
 .../processor/DatumFromMetadataProcessor.java   | 20 +++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/bfd1bc1d/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataAsDocumentProcessor.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataAsDocumentProcessor.java b/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataAsDocumentProcessor.java
index cfad87e..5e58bb0 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataAsDocumentProcessor.java
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataAsDocumentProcessor.java
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 package org.apache.streams.elasticsearch.processor;
 
 import com.fasterxml.jackson.databind.JsonNode;
@@ -25,7 +43,7 @@ import java.util.List;
 import java.util.Map;
 
 /**
- * Created by sblackmon on 9/4/14.
+ * Uses index and type in metadata map stored in datum document to populate current document into datums
  */
 public class DatumFromMetadataAsDocumentProcessor implements StreamsProcessor, Serializable {
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/bfd1bc1d/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataProcessor.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataProcessor.java b/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataProcessor.java
index 170749d..a6e0838 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataProcessor.java
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/java/org/apache/streams/elasticsearch/processor/DatumFromMetadataProcessor.java
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 package org.apache.streams.elasticsearch.processor;
 
 import com.google.common.collect.Lists;
@@ -16,7 +34,7 @@ import java.io.Serializable;
 import java.util.List;
 
 /**
- * Created by sblackmon on 9/4/14.
+ * Uses index and type in metadata to populate current document into datums
  */
 public class DatumFromMetadataProcessor implements StreamsProcessor, Serializable {