Repository: incubator-ignite Updated Branches: refs/heads/ignite-sprint-3 942f6de74 -> cf6e1afa9
# sprint-3 - Updated streaming examples. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/cf6e1afa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/cf6e1afa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/cf6e1afa Branch: refs/heads/ignite-sprint-3 Commit: cf6e1afa957d5bd04aa93fb995dbcbefcab475e7 Parents: 942f6de Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Mon Apr 6 23:21:07 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Mon Apr 6 23:21:07 2015 -0700 ---------------------------------------------------------------------- .../streaming/transformers/package-info.java | 22 ++++++++++++++++++++ .../streaming/visitors/package-info.java | 22 ++++++++++++++++++++ .../streaming/wordcount/package-info.java | 22 ++++++++++++++++++++ .../streaming/transformers/package-info.java | 22 ++++++++++++++++++++ .../java8/streaming/visitors/package-info.java | 22 ++++++++++++++++++++ 5 files changed, 110 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf6e1afa/examples/src/main/java/org/apache/ignite/examples/streaming/transformers/package-info.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/streaming/transformers/package-info.java b/examples/src/main/java/org/apache/ignite/examples/streaming/transformers/package-info.java new file mode 100644 index 0000000..8160531 --- /dev/null +++ b/examples/src/main/java/org/apache/ignite/examples/streaming/transformers/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. + */ + +/** + * <!-- Package description. --> + * Streaming data transformation example. + */ +package org.apache.ignite.examples.streaming.transformers; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf6e1afa/examples/src/main/java/org/apache/ignite/examples/streaming/visitors/package-info.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/streaming/visitors/package-info.java b/examples/src/main/java/org/apache/ignite/examples/streaming/visitors/package-info.java new file mode 100644 index 0000000..9c158e0 --- /dev/null +++ b/examples/src/main/java/org/apache/ignite/examples/streaming/visitors/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. + */ + +/** + * <!-- Package description. --> + * Streaming data visiting example. + */ +package org.apache.ignite.examples.streaming.visitors; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf6e1afa/examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/package-info.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/package-info.java b/examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/package-info.java new file mode 100644 index 0000000..010f86a --- /dev/null +++ b/examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/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. + */ + +/** + * <!-- Package description. --> + * Streaming word count example. + */ +package org.apache.ignite.examples.streaming.wordcount; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf6e1afa/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/transformers/package-info.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/transformers/package-info.java b/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/transformers/package-info.java new file mode 100644 index 0000000..7b37ca7 --- /dev/null +++ b/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/transformers/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. + */ + +/** + * <!-- Package description. --> + * Streaming data transformation example. + */ +package org.apache.ignite.examples.java8.streaming.transformers; http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cf6e1afa/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/visitors/package-info.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/visitors/package-info.java b/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/visitors/package-info.java new file mode 100644 index 0000000..806f0a1 --- /dev/null +++ b/examples/src/main/java8/org/apache/ignite/examples/java8/streaming/visitors/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. + */ + +/** + * <!-- Package description. --> + * Streaming data visiting example. + */ +package org.apache.ignite.examples.java8.streaming.visitors;