Skip to content

Commit

Permalink
Merge pull request #8086 from jaemyoun/wip-doc-rados-java-api
Browse files Browse the repository at this point in the history
doc: adding JAVA Example in Step 4: Closing Sessions

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jun 28, 2016
2 parents 5a8070f + 319d3c8 commit 5de4a9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/rados/api/librados-intro.rst
Expand Up @@ -963,6 +963,15 @@ C++ Example
cluster.shutdown();


Java Example
--------------

.. code-block:: java
cluster.ioCtxDestroy(io);
cluster.shutDown();
Python Example
--------------

Expand Down

0 comments on commit 5de4a9c

Please sign in to comment.