Repository: ignite
Updated Branches:
  refs/heads/ignite-1537 30f3c341d -> bedd357bc


ignite-2065: portable -> binary renaming (Fix platforms)


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

Branch: refs/heads/ignite-1537
Commit: d6b46115147704f13c36aa59f307f77baf954e3f
Parents: 3d9be34
Author: ashutak <ashu...@gridgain.com>
Authored: Mon Dec 14 14:17:37 2015 +0300
Committer: ashutak <ashu...@gridgain.com>
Committed: Mon Dec 14 14:17:37 2015 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/common/src/java.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d6b46115/modules/platforms/cpp/common/src/java.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/common/src/java.cpp 
b/modules/platforms/cpp/common/src/java.cpp
index 002eb44..7bc18f1 100644
--- a/modules/platforms/cpp/common/src/java.cpp
+++ b/modules/platforms/cpp/common/src/java.cpp
@@ -234,7 +234,7 @@ namespace ignite
             JniMethod M_PLATFORM_CACHE_WITH_NO_RETRIES = 
JniMethod("withNoRetries", 
"()Lorg/apache/ignite/internal/processors/platform/cache/PlatformCache;", 
false);
             JniMethod M_PLATFORM_CACHE_WITH_EXPIRY_PLC = 
JniMethod("withExpiryPolicy", 
"(JJJ)Lorg/apache/ignite/internal/processors/platform/cache/PlatformCache;", 
false);
             JniMethod M_PLATFORM_CACHE_WITH_ASYNC = JniMethod("withAsync", 
"()Lorg/apache/ignite/internal/processors/platform/cache/PlatformCache;", 
false);
-            JniMethod M_PLATFORM_CACHE_WITH_KEEP_PORTABLE = 
JniMethod("withKeepPortable", 
"()Lorg/apache/ignite/internal/processors/platform/cache/PlatformCache;", 
false);
+            JniMethod M_PLATFORM_CACHE_WITH_KEEP_PORTABLE = 
JniMethod("withKeepBinary", 
"()Lorg/apache/ignite/internal/processors/platform/cache/PlatformCache;", 
false);
             JniMethod M_PLATFORM_CACHE_CLEAR = JniMethod("clear", "()V", 
false);
             JniMethod M_PLATFORM_CACHE_REMOVE_ALL = JniMethod("removeAll", 
"()V", false);
             JniMethod M_PLATFORM_CACHE_ITERATOR = JniMethod("iterator", 
"()Lorg/apache/ignite/internal/processors/platform/cache/PlatformCacheIterator;",
 false);
@@ -372,7 +372,7 @@ namespace ignite
 
             const char* C_PLATFORM_SERVICES = 
"org/apache/ignite/internal/processors/platform/services/PlatformServices";
                        JniMethod M_PLATFORM_SERVICES_WITH_ASYNC = 
JniMethod("withAsync", 
"()Lorg/apache/ignite/internal/processors/platform/services/PlatformServices;", 
false);
-                       JniMethod M_PLATFORM_SERVICES_WITH_SERVER_KEEP_PORTABLE 
= JniMethod("withServerKeepPortable", 
"()Lorg/apache/ignite/internal/processors/platform/services/PlatformServices;", 
false);
+                       JniMethod M_PLATFORM_SERVICES_WITH_SERVER_KEEP_PORTABLE 
= JniMethod("withServerKeepBinary", 
"()Lorg/apache/ignite/internal/processors/platform/services/PlatformServices;", 
false);
                        JniMethod M_PLATFORM_SERVICES_CANCEL = 
JniMethod("cancel", "(Ljava/lang/String;)V", false);
                        JniMethod M_PLATFORM_SERVICES_CANCEL_ALL = 
JniMethod("cancelAll", "()V", false);
                        JniMethod M_PLATFORM_SERVICES_SERVICE_PROXY = 
JniMethod("dotNetServiceProxy", "(Ljava/lang/String;Z)Ljava/lang/Object;", 
false);
@@ -867,7 +867,7 @@ namespace ignite
 
                 try {
                     if (!JVM.GetJvm()) {
-                        // 1. Create JVM itself.    
+                        // 1. Create JVM itself.
                         CreateJvm(opts, optsLen, &jvm, &env);
 
                         // 2. Populate members;
@@ -2413,4 +2413,4 @@ namespace ignite
             }
         }
     }
-}
\ No newline at end of file
+}

Reply via email to