/hazelcast-documentation/src/main/docbook/manual/content/client/Clients.xml

https://bitbucket.org/gabral6_gmailcom/hazelcast · XML · 44 lines · 26 code · 3 blank · 15 comment · 0 complexity · 04ce17453d11553f4d2511ccb1e58e94 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. <para 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. There are currently three ways to connect to a running Hazelcast cluster:
  24. <orderedlist>
  25. <listitem>
  26. <para>
  27. <link xlink:href="#NativeClient">Native Clients</link>
  28. </para>
  29. </listitem>
  30. <listitem>
  31. <para>
  32. <link xlink:href="#MemcacheClient">Memcache Clients</link>
  33. </para>
  34. </listitem>
  35. <listitem>
  36. <para>
  37. <link xlink:href="#RestClient">REST Client</link>
  38. </para>
  39. </listitem>
  40. </orderedlist>
  41. </para>