#IGNITE-106: Remove grid from comments.

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

Branch: refs/heads/ignite-6
Commit: bdfcc129df1fe3d8cabf30a9886836596fefbc36
Parents: 3dedd1a
Author: ivasilinets <ivasilin...@gridgain.com>
Authored: Mon Feb 2 17:39:39 2015 +0300
Committer: ivasilinets <ivasilin...@gridgain.com>
Committed: Mon Feb 2 17:39:39 2015 +0300

----------------------------------------------------------------------
 examples/config/filesystem/example-ggfs.xml                      | 2 +-
 .../ignite/examples/compute/ComputeExecutorServiceExample.java   | 4 ++--
 .../ignite/examples/compute/montecarlo/CreditRiskManager.java    | 2 +-
 .../org/apache/ignite/examples/datagrid/starschema/package.html  | 2 +-
 .../org/apache/ignite/examples/misc/springbean/spring-bean.xml   | 2 +-
 .../scalar/examples/ScalarCachePopularNumbersExample.scala       | 2 +-
 .../org/apache/ignite/scalar/examples/ScalarClosureExample.scala | 4 ++--
 7 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/config/filesystem/example-ggfs.xml
----------------------------------------------------------------------
diff --git a/examples/config/filesystem/example-ggfs.xml 
b/examples/config/filesystem/example-ggfs.xml
index 5ff8f8c..eb15969 100644
--- a/examples/config/filesystem/example-ggfs.xml
+++ b/examples/config/filesystem/example-ggfs.xml
@@ -53,7 +53,7 @@
         Configuration below demonstrates how to setup a GGFS node with file 
data.
     -->
     <bean id="grid.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
-        <!-- Set to true to enable grid-aware class loading for examples, 
default is false. -->
+        <!-- Set to true to enable ignite-aware class loading for examples, 
default is false. -->
         <property name="peerClassLoadingEnabled" value="true"/>
 
         <property name="marshaller">

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/java/org/apache/ignite/examples/compute/ComputeExecutorServiceExample.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/compute/ComputeExecutorServiceExample.java
 
b/examples/src/main/java/org/apache/ignite/examples/compute/ComputeExecutorServiceExample.java
index 36079fc..1957eca 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/compute/ComputeExecutorServiceExample.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/compute/ComputeExecutorServiceExample.java
@@ -24,7 +24,7 @@ import org.apache.ignite.lang.*;
 import java.util.concurrent.*;
 
 /**
- * Simple example to demonstrate usage of grid-enabled executor service 
provided by Ignite.
+ * Simple example to demonstrate usage of ignite-enabled executor service 
provided by Ignite.
  * <p>
  * Remote nodes should always be started with special configuration file which
  * enables P2P class loading: {@code 'ignite.{sh|bat} 
examples/config/example-compute.xml'}.
@@ -45,7 +45,7 @@ public final class ComputeExecutorServiceExample {
             System.out.println();
             System.out.println(">>> Compute executor service example 
started.");
 
-            // Get grid-enabled executor service.
+            // Get ignite-enabled executor service.
             ExecutorService exec = ignite.executorService();
 
             // Iterate through all words in the sentence and create callable 
jobs.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/java/org/apache/ignite/examples/compute/montecarlo/CreditRiskManager.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/compute/montecarlo/CreditRiskManager.java
 
b/examples/src/main/java/org/apache/ignite/examples/compute/montecarlo/CreditRiskManager.java
index 3bf7f55..b0900f0 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/compute/montecarlo/CreditRiskManager.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/compute/montecarlo/CreditRiskManager.java
@@ -28,7 +28,7 @@ public class CreditRiskManager {
      * Default randomizer with normal distribution.
      * Note that since every JVM on the cluster will have its own random
      * generator (independently initialized) the Monte-Carlo simulation
-     * will be slightly skewed when performed on the grid due to skewed
+     * will be slightly skewed when performed on the ignite cluster due to 
skewed
      * normal distribution of the sub-jobs comparing to execution on the
      * local node only with single random generator. Real-life applications
      * may want to provide its own implementation of distributed random

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package.html
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package.html
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package.html
index 22f1e4a..0673fd7 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package.html
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package.html
@@ -19,6 +19,6 @@
 <html>
 <body>
     <!-- Package description. -->
-    Demonstrates distributed SQL joins over grid using Snowflake schema.
+    Demonstrates distributed SQL joins over ignite using Snowflake schema.
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/java/org/apache/ignite/examples/misc/springbean/spring-bean.xml
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/springbean/spring-bean.xml
 
b/examples/src/main/java/org/apache/ignite/examples/misc/springbean/spring-bean.xml
index d5fa33d..a37567c 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/springbean/spring-bean.xml
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/springbean/spring-bean.xml
@@ -32,7 +32,7 @@
     <bean id="mySpringBean" class="org.apache.ignite.IgniteSpringBean">
         <property name="configuration">
             <bean id="grid.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
-                <!-- Set to true to enable grid-aware class loading for 
examples, default is false. -->
+                <!-- Set to true to enable ignite-aware class loading for 
examples, default is false. -->
                 <property name="peerClassLoadingEnabled" value="true"/>
 
                 <property name="marshaller">

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarCachePopularNumbersExample.scala
----------------------------------------------------------------------
diff --git 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarCachePopularNumbersExample.scala
 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarCachePopularNumbersExample.scala
index f239547..ad6c671 100644
--- 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarCachePopularNumbersExample.scala
+++ 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarCachePopularNumbersExample.scala
@@ -42,7 +42,7 @@ object ScalarCachePopularNumbersExample extends App {
     /** Cache name. */
     private final val CACHE_NAME = "partitioned"
 
-    /** Count of most popular numbers to retrieve from grid. */
+    /** Count of most popular numbers to retrieve from cluster. */
     private final val POPULAR_NUMBERS_CNT = 10
 
     /** Range within which to generate numbers. */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdfcc129/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarClosureExample.scala
----------------------------------------------------------------------
diff --git 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarClosureExample.scala
 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarClosureExample.scala
index 4b37ea0..c825fa6 100644
--- 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarClosureExample.scala
+++ 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarClosureExample.scala
@@ -38,7 +38,7 @@ object ScalarClosureExample extends App {
     }
 
     /**
-     * Prints grid topology.
+     * Prints ignite topology.
      */
     def topology() {
         ignite foreach (n => println("Node: " + nid8$(n)))
@@ -62,7 +62,7 @@ object ScalarClosureExample extends App {
     }
 
     /**
-     * One way to execute closures on the grid.
+     * One way to execute closures on the ignite cluster.
      */
     def broadcast() {
         ignite.bcastRun(() => println("Broadcasting!!!"), null)

Reply via email to