Repository: incubator-ignite Updated Branches: refs/heads/ignite-96 59299cbf3 -> 0135a4cb0
# ignite-204 : rename the rest of GridGain->Ignite in 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/1ecd32c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1ecd32c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1ecd32c3 Branch: refs/heads/ignite-96 Commit: 1ecd32c316207208a3fd07a133e17f5b4e2101ae Parents: e3afc71 Author: Artem Shutak <ashu...@gridgain.com> Authored: Mon Feb 9 13:25:22 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Mon Feb 9 13:25:22 2015 +0300 ---------------------------------------------------------------------- modules/core/src/main/java/org/apache/ignite/IgniteServices.java | 2 +- .../src/main/java/org/apache/ignite/events/AuthorizationEvent.java | 2 +- .../core/src/main/java/org/apache/ignite/events/CacheEvent.java | 2 +- .../src/main/java/org/apache/ignite/events/CheckpointEvent.java | 2 +- .../src/main/java/org/apache/ignite/events/DeploymentEvent.java | 2 +- modules/core/src/main/java/org/apache/ignite/events/JobEvent.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/IgniteServices.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteServices.java b/modules/core/src/main/java/org/apache/ignite/IgniteServices.java index 4df4ccd..91f7a24 100644 --- a/modules/core/src/main/java/org/apache/ignite/IgniteServices.java +++ b/modules/core/src/main/java/org/apache/ignite/IgniteServices.java @@ -245,7 +245,7 @@ public interface IgniteServices extends IgniteAsyncSupport { * configuration. Ignite will deploy a maximum amount of services equal to * {@link org.apache.ignite.services.ServiceConfiguration#getTotalCount() cfg.getTotalCount()} parameter * making sure that there are no more than {@link org.apache.ignite.services.ServiceConfiguration#getMaxPerNodeCount() cfg.getMaxPerNodeCount()} - * service instances running on each node. Whenever topology changes, GridGain will automatically rebalance + * service instances running on each node. Whenever topology changes, Ignite will automatically rebalance * the deployed services within cluster to make sure that each node will end up with * about equal number of deployed instances whenever possible. * <p> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/events/AuthorizationEvent.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/AuthorizationEvent.java b/modules/core/src/main/java/org/apache/ignite/events/AuthorizationEvent.java index 9aa1e3b..f776040 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/AuthorizationEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/events/AuthorizationEvent.java @@ -46,7 +46,7 @@ import org.apache.ignite.plugin.security.*; * It is <b>highly recommended</b> to enable only those events that your application logic requires * by using {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in GridGain configuration. + * event storage SPI if they are disabled in Ignite configuration. * @see EventType#EVT_AUTHORIZATION_FAILED * @see EventType#EVT_AUTHORIZATION_SUCCEEDED */ http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/events/CacheEvent.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/CacheEvent.java b/modules/core/src/main/java/org/apache/ignite/events/CacheEvent.java index a380c97..a14539c 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/CacheEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/events/CacheEvent.java @@ -55,7 +55,7 @@ import java.util.*; * It is <b>highly recommended</b> to enable only those events that your application logic requires * by using {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in GridGain configuration. + * event storage SPI if they are disabled in Ignite configuration. * @see EventType#EVT_CACHE_ENTRY_CREATED * @see EventType#EVT_CACHE_ENTRY_DESTROYED * @see EventType#EVT_CACHE_ENTRY_EVICTED http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/events/CheckpointEvent.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/CheckpointEvent.java b/modules/core/src/main/java/org/apache/ignite/events/CheckpointEvent.java index 54a8712..fe1496d 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/CheckpointEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/events/CheckpointEvent.java @@ -50,7 +50,7 @@ import org.apache.ignite.internal.util.typedef.internal.*; * It is <b>highly recommended</b> to enable only those events that your application logic requires * by using {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in GridGain configuration. + * event storage SPI if they are disabled in Ignite configuration. * @see EventType#EVT_CHECKPOINT_LOADED * @see EventType#EVT_CHECKPOINT_REMOVED * @see EventType#EVT_CHECKPOINT_SAVED http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/events/DeploymentEvent.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/DeploymentEvent.java b/modules/core/src/main/java/org/apache/ignite/events/DeploymentEvent.java index 913f0ec..c7e9ce6 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/DeploymentEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/events/DeploymentEvent.java @@ -50,7 +50,7 @@ import org.apache.ignite.internal.util.typedef.internal.*; * It is <b>highly recommended</b> to enable only those events that your application logic requires * by using {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in GridGain configuration. + * event storage SPI if they are disabled in Ignite configuration. * @see EventType#EVT_CLASS_DEPLOY_FAILED * @see EventType#EVT_CLASS_DEPLOYED * @see EventType#EVT_CLASS_UNDEPLOYED http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1ecd32c3/modules/core/src/main/java/org/apache/ignite/events/JobEvent.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/events/JobEvent.java b/modules/core/src/main/java/org/apache/ignite/events/JobEvent.java index a810c29..9938266 100644 --- a/modules/core/src/main/java/org/apache/ignite/events/JobEvent.java +++ b/modules/core/src/main/java/org/apache/ignite/events/JobEvent.java @@ -53,7 +53,7 @@ import java.util.*; * It is <b>highly recommended</b> to enable only those events that your application logic requires * by using {@link org.apache.ignite.configuration.IgniteConfiguration#getIncludeEventTypes()} method in Ignite configuration. Note that certain * events are required for Ignite's internal operations and such events will still be generated but not stored by - * event storage SPI if they are disabled in GridGain configuration. + * event storage SPI if they are disabled in Ignite configuration. * @see EventType#EVT_JOB_CANCELLED * @see EventType#EVT_JOB_FAILED * @see EventType#EVT_JOB_FAILED_OVER