]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add closing session in Java 8086/head
authorJaemyoun <jaemyoun@gmail.com>
Mon, 14 Mar 2016 11:33:24 +0000 (20:33 +0900)
committerjaemyoun <jaemyoun@gmail.com>
Tue, 28 Jun 2016 04:02:48 +0000 (13:02 +0900)
doc/rados/api/librados-intro.rst

index 654968b6ca3ebe39247812be3834ea501c0f419f..ee7d3565d5d6d1651a57bc3679e5f9b5111a096e 100644 (file)
@@ -967,6 +967,15 @@ C++ Example
        cluster.shutdown();
 
 
+Java Example
+--------------
+
+.. code-block:: java
+
+       cluster.ioCtxDestroy(io);
+       cluster.shutDown();
+       
+       
 Python Example
 --------------