rpc_htable.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- this file is autogenerated, do not edit! -->
  3. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  4. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  5. <chapter id="rpc_exports.htable">
  6. <title>
  7. RPC Exports for htable
  8. </title>
  9. <section id="htable.dump"><title>htable.dump</title>
  10. <para>
  11. Dump the contents of hash table.
  12. </para>
  13. <para>
  14. Returns an array.
  15. </para>
  16. </section>
  17. <section id="htable.delete"><title>htable.delete</title>
  18. <para>
  19. Delete one key from a hash table.
  20. </para>
  21. <para>
  22. </para>
  23. </section>
  24. <section id="htable.get"><title>htable.get</title>
  25. <para>
  26. Get one key from a hash table.
  27. </para>
  28. <para>
  29. </para>
  30. </section>
  31. <section id="htable.sets"><title>htable.sets</title>
  32. <para>
  33. Set one key in a hash table to a string value.
  34. </para>
  35. <para>
  36. </para>
  37. </section>
  38. <section id="htable.seti"><title>htable.seti</title>
  39. <para>
  40. Set one key in a hash table to an integer value.
  41. </para>
  42. <para>
  43. </para>
  44. </section>
  45. <section id="htable.listTables"><title>htable.listTables</title>
  46. <para>
  47. List all htables.
  48. </para>
  49. <para>
  50. Returns an array.
  51. </para>
  52. </section>
  53. <section id="htable.reload"><title>htable.reload</title>
  54. <para>
  55. Reload hash table.
  56. </para>
  57. <para>
  58. </para>
  59. </section>
  60. <section id="htable.stats"><title>htable.stats</title>
  61. <para>
  62. Statistics about htables.
  63. </para>
  64. <para>
  65. Returns an array.
  66. </para>
  67. </section>
  68. </chapter>