Ignite-67 GG ONLY properties migrated from ignite to ggprivate

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

Branch: refs/heads/sprint-1
Commit: 9aead01963edc9914f1cf0e3f0aceeb320070d6d
Parents: 64cc3c0
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Jan 28 15:27:24 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Jan 28 15:27:24 2015 +0300

----------------------------------------------------------------------
 .../java/org/apache/ignite/IgniteSystemProperties.java    | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9aead019/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java 
b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
index 6dead97..096c7ce 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
@@ -405,11 +405,6 @@ public final class IgniteSystemProperties {
     public static final String IGNITE_PERFORMANCE_SUGGESTIONS_DISABLED = 
"IGNITE_PERFORMANCE_SUGGESTIONS_DISABLED";
 
     /**
-     * Specifies log level for Visor client logging.
-     */
-    public static final String IGNITE_VISOR_CLIENT_LOG_LEVEL = 
"IGNITE_VISOR_CLIENT_LOG_LEVEL";
-
-    /**
      * Atomic cache deferred update response buffer size.
      */
     public static final String IGNITE_ATOMIC_DEFERRED_ACK_BUFFER_SIZE = 
"IGNITE_ATOMIC_DEFERRED_ACK_BUFFER_SIZE";
@@ -430,11 +425,6 @@ public final class IgniteSystemProperties {
     public static final String IGNITE_IPC_SHMEM_SPACE_DEBUG = 
"IGNITE_IPC_SHMEM_SPACE_DEBUG";
 
     /**
-     * Portable object array initial capacity.
-     */
-    public static final String IGNITE_PORTABLE_ARRAY_INITIAL_CAPACITY = 
"IGNITE_PORTABLE_ARRAY_INITIAL_CAPACITY";
-
-    /**
      * Property allowing to skip configuration consistency checks.
      */
     public static final String IGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK =

Reply via email to