/hazelcast-documentation/src/main/docbook/manual/content/misc/Todo.xml
https://bitbucket.org/gabral6_gmailcom/hazelcast · XML · 64 lines · 48 code · 1 blank · 15 comment · 0 complexity · e1b14c7ce811f16187eb9e0828a93621 MD5 · raw file
- <?xml version='1.0' encoding='UTF-8'?>
- <!--
- ~ Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
- <sect1 xml:id="Todo" version='5.0' xmlns='http://docbook.org/ns/docbook'
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
- http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd">
- <title>Planned Features</title>
- <para>Random order of planned features.
- <itemizedlist>
- <listitem>
- <para>Native C++ Client</para>
- </listitem>
- <listitem>
- <para>Ready-to-go Hazelcast Cache Server Image for Amazon EC2</para>
- </listitem>
- <listitem>
- <para>Symmetric Encryption and SSL support for Java Client</para>
- </listitem>
- <listitem>
- <para>Continuous query (events based on given criteria)</para>
- </listitem>
- <listitem>
- <para>Distributed
- <literal>java.util.concurrent.DelayQueue</literal>
- implementation.
- </para>
- </listitem>
- <listitem>
- <para>Cluster-wide receive ordering for topics.</para>
- </listitem>
- <listitem>
- <para>Distributed Tree implementation.</para>
- </listitem>
- <listitem>
- <para>Distributed Tuple implementation.</para>
- </listitem>
- <listitem>
- <para>Call interceptors for modifying the request or the response.</para>
- </listitem>
- <listitem>
- <para>Built-in file based storage.</para>
- </listitem>
- </itemizedlist>
- History of existing features is available at<link xlink:href="#ReleaseNotes"
- >Release Notes</link>.
- </para>
- </sect1>