Repository: ignite
Updated Branches:
  refs/heads/ignite-8022 ab55b32d9 -> 7947b2fe5


IGNITE-8022 Need to add README.txt for ignite-direct-io


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

Branch: refs/heads/ignite-8022
Commit: 7947b2fe5b92884b845b02166da06ae4298ec4d0
Parents: ab55b32
Author: Dmitriy Pavlov <dpav...@apache.org>
Authored: Mon Sep 24 17:13:35 2018 +0300
Committer: Dmitriy Pavlov <dpav...@apache.org>
Committed: Mon Sep 24 17:13:35 2018 +0300

----------------------------------------------------------------------
 modules/direct-io/README.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7947b2fe/modules/direct-io/README.txt
----------------------------------------------------------------------
diff --git a/modules/direct-io/README.txt b/modules/direct-io/README.txt
index 90e0944..95d4401 100644
--- a/modules/direct-io/README.txt
+++ b/modules/direct-io/README.txt
@@ -1,5 +1,5 @@
 Apache Ignite Direct IO Module
-------------------------
+-------------------------------------
 
 Apache Ignite Direct IO is plugin, which provides page store with ability to 
write and read cache partitions
 in O_DIRECT mode.
@@ -10,7 +10,7 @@ Direct I/O in which case the data is read and written 
directly from/to the disk
 
 Direct I/O plugin in Ignite is used for the checkpointing process where the 
dirty pages in RAM are written to the disk.
 
-Importing Cloud Module In Maven Project
+Importing Direct I/O Pluging In Maven Project
 -------------------------------------
 
 If you are using Maven to manage dependencies of your project, you can add 
Direct IO Module
@@ -34,6 +34,8 @@ interested in):
     ...
 </project>
 
+Importing Direct I/O Pluging In Gradle Project
+-------------------------------------
 For gradle you can add compile dependency, where igniteVersion is actual 
Ignite version:
 
 compile group: 'org.apache.ignite', name: 'ignite-direct-io', version: 
igniteVersion

Reply via email to