/hazelcast-documentation/src/main/docbook/manual/content/index.xml

https://bitbucket.org/gabral6_gmailcom/hazelcast · XML · 177 lines · 158 code · 4 blank · 15 comment · 0 complexity · 40490478911eb7fada235fd6faa40412 MD5 · raw file

  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!--
  3. ~ Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <book version='5.0' xmlns='http://docbook.org/ns/docbook'
  18. xmlns:xi="http://www.w3.org/2001/XInclude"
  19. xmlns:xlink="http://www.w3.org/1999/xlink"
  20. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  21. xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
  22. http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd">
  23. <info>
  24. <title>Hazelcast Documentation</title>
  25. <subtitle>version <?eval ${project.version}?></subtitle>
  26. <pubdate><?eval ${timestamp}?> </pubdate>
  27. <copyright>
  28. <year>2012</year>
  29. <holder>Hazel Bilisim Ltd. Sti.</holder>
  30. </copyright>
  31. <legalnotice>
  32. <para>Permission to use, copy, modify and distribute
  33. this document for any purpose and
  34. without fee is hereby granted in perpetuity, provided that the above
  35. copyright notice and this paragraph appear in all copies.
  36. </para>
  37. </legalnotice>
  38. <keywordset>
  39. <keyword>hazelcast</keyword>
  40. <keyword>distributed</keyword>
  41. <keyword>cache</keyword>
  42. <keyword>distributed cache</keyword>
  43. <keyword>cluster</keyword>
  44. <keyword>data grid</keyword>
  45. <keyword>in-memory data grid</keyword>
  46. </keywordset>
  47. </info>
  48. <chapter xml:id="Introduction">
  49. <title>Introduction</title>
  50. <xi:include href="Introduction.xml"/>
  51. <xi:include href="GettingStarted.xml"/>
  52. </chapter>
  53. <chapter xml:id="DDS">
  54. <title>Distributed Data Structures</title>
  55. <xi:include href="dds/DDS.xml"/>
  56. <xi:include href="dds/Queue.xml"/>
  57. <xi:include href="dds/Topic.xml"/>
  58. <xi:include href="dds/Map.xml"/>
  59. <xi:include href="dds/MultiMap.xml"/>
  60. <xi:include href="dds/Set.xml"/>
  61. <xi:include href="dds/List.xml"/>
  62. <xi:include href="dds/Lock.xml"/>
  63. <xi:include href="dds/Events.xml"/>
  64. </chapter>
  65. <chapter xml:id="ElasticMemory">
  66. <title>Elastic Memory
  67. <superscript>(Enterprise Edition Only)</superscript>
  68. </title>
  69. <xi:include href="ElasticMemory.xml"/>
  70. </chapter>
  71. <chapter xml:id="Security">
  72. <title>Security
  73. <superscript>(Enterprise Edition Only)</superscript>
  74. </title>
  75. <xi:include href="security/SecurityIntro.xml"/>
  76. <xi:include href="security/Credentials.xml"/>
  77. <xi:include href="security/ClusterLoginModule.xml"/>
  78. <xi:include href="security/MemberSecurity.xml"/>
  79. <xi:include href="security/ClientSecurity.xml"/>
  80. </chapter>
  81. <chapter xml:id="DataAffinity">
  82. <title>Data Affinity</title>
  83. <xi:include href="DataAffinity.xml"/>
  84. </chapter>
  85. <chapter xml:id="JMX">
  86. <title>Monitoring with JMX</title>
  87. <xi:include href="JMX.xml"/>
  88. </chapter>
  89. <chapter xml:id="ClusterUtilities">
  90. <title>Cluster Utilities</title>
  91. <xi:include href="cluster/ClusterInterface.xml"/>
  92. <xi:include href="cluster/IdGenerator.xml"/>
  93. <xi:include href="cluster/LiteMember.xml"/>
  94. </chapter>
  95. <chapter xml:id="Transactions">
  96. <title>Transactions</title>
  97. <xi:include href="j2ee/TransactionInterface.xml"/>
  98. <xi:include href="j2ee/JEEIntegration.xml"/>
  99. </chapter>
  100. <chapter xml:id="ExecutorService">
  101. <title>Distributed Executor Service</title>
  102. <xi:include href="executor/ExecutorService.xml"/>
  103. <xi:include href="executor/DistributedExecution.xml"/>
  104. <xi:include href="executor/ExecutionCancellation.xml"/>
  105. <xi:include href="executor/ExecutionCallback.xml"/>
  106. </chapter>
  107. <chapter xml:id="HttpSessionClustering">
  108. <title>Http Session Clustering with HazelcastWM</title>
  109. <xi:include href="HttpSessionClustering.xml"/>
  110. </chapter>
  111. <chapter xml:id="WanReplication">
  112. <title>WAN Replication</title>
  113. <xi:include href="WanReplication.xml"/>
  114. </chapter>
  115. <chapter xml:id="Config">
  116. <title>Configuration</title>
  117. <xi:include href="config/Config.xml"/>
  118. <xi:include href="config/ConfigGroup.xml"/>
  119. <xi:include href="network/NetworkConfig.xml" />
  120. <xi:include href="config/PartitionGroupConfig.xml"/>
  121. <xi:include href="config/ListenerConfig.xml"/>
  122. <xi:include href="config/WildcardConfiguration.xml"/>
  123. <xi:include href="config/ConfigurationProperties.xml"/>
  124. <xi:include href="config/Logging.xml"/>
  125. <xi:include href="config/EnterpriseConfig.xml"/>
  126. </chapter>
  127. <chapter xml:id="HibernateSecondLevelCache">
  128. <title>Hibernate Second Level Cache</title>
  129. <xi:include href="HibernateSecondLevelCache.xml"/>
  130. </chapter>
  131. <chapter xml:id="SpringIntegration">
  132. <title>Spring Integration</title>
  133. <xi:include href="spring/SpringConfig.xml"/>
  134. <xi:include href="spring/SpringContext.xml"/>
  135. <xi:include href="spring/SpringCache.xml"/>
  136. <xi:include href="spring/SpringHibernate.xml"/>
  137. <xi:include href="spring/SpringJPA.xml"/>
  138. <xi:include href="spring/SpringMongoDB.xml"/>
  139. </chapter>
  140. <chapter xml:id="Clients">
  141. <title>Clients</title>
  142. <xi:include href="client/Clients.xml"/>
  143. <xi:include href="client/NativeClient.xml"/>
  144. <xi:include href="client/MemcacheClient.xml"/>
  145. <xi:include href="client/RestClient.xml"/>
  146. </chapter>
  147. <chapter xml:id="Internals">
  148. <title>Internals</title>
  149. <xi:include href="internals/InternalsSerialization.xml"/>
  150. <xi:include href="internals/InternalsClusterMembership.xml"/>
  151. <xi:include href="internals/InternalsDistributedMap.xml"/>
  152. </chapter>
  153. <chapter xml:id="ManagementCenter">
  154. <title>Management Center</title>
  155. <xi:include href="mancenter/MC_Intro.xml"/>
  156. <xi:include href="mancenter/MC_Maps.xml"/>
  157. <xi:include href="mancenter/MC_Queues.xml"/>
  158. <xi:include href="mancenter/MC_Topics.xml"/>
  159. <xi:include href="mancenter/MC_Members.xml"/>
  160. <xi:include href="mancenter/MC_Alerts.xml"/>
  161. <xi:include href="mancenter/MC_Logs.xml"/>
  162. <xi:include href="mancenter/MC_Scripting.xml"/>
  163. <xi:include href="mancenter/MC_TimeTravel.xml"/>
  164. <xi:include href="mancenter/MC_Console.xml"/>
  165. </chapter>
  166. <chapter xml:id="Miscellaneous">
  167. <title>Miscellaneous</title>
  168. <xi:include href="misc/CommonGotchas.xml"/>
  169. <xi:include href="misc/ClusterTestHowTo.xml"/>
  170. <xi:include href="misc/Todo.xml"/>
  171. <xi:include href="misc/ReleaseNotes.xml"/>
  172. </chapter>
  173. </book>