You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/08/15 07:38:48 UTC

[19/30] ignite git commit: Removed buffer properties.

Removed buffer properties.


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

Branch: refs/heads/ignite-1926
Commit: 251f92bf9ec57f4cde7aa826848f3dc547eb8b9d
Parents: c132a7a
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Aug 15 09:12:57 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Aug 15 09:12:57 2016 +0300

----------------------------------------------------------------------
 .../hadoop/fs/LocalIgfsSecondaryFileSystem.java   | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/251f92bf/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
index c26ab25..4bae8ef 100644
--- a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
+++ b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
@@ -546,24 +546,6 @@ public class LocalIgfsSecondaryFileSystem implements IgfsSecondaryFileSystem, Li
     }
 
     /**
-     * Get buffer size.
-     *
-     * @return Buffer size.
-     */
-    public int getBufferSize() {
-        return bufSize;
-    }
-
-    /**
-     * Set buffer size.
-     *
-     * @param bufSize Buffer size.
-     */
-    public void setBufferSize(int bufSize) {
-        this.bufSize = bufSize;
-    }
-
-    /**
      * Create file for IGFS path.
      *
      * @param path IGFS path.