You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2017/01/23 17:01:31 UTC

[2/4] flink git commit: [FLINK-5618] [docs] Add intial queryable state page

[FLINK-5618] [docs] Add intial queryable state page


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3e3387bf
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3e3387bf
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3e3387bf

Branch: refs/heads/master
Commit: 3e3387bf812eaef7c89ebe6b0f7f69acd4c313a4
Parents: cfb95b9
Author: Ufuk Celebi <uc...@apache.org>
Authored: Mon Jan 23 16:40:56 2017 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Mon Jan 23 17:57:12 2017 +0100

----------------------------------------------------------------------
 docs/dev/stream/queryable_state.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/3e3387bf/docs/dev/stream/queryable_state.md
----------------------------------------------------------------------
diff --git a/docs/dev/stream/queryable_state.md b/docs/dev/stream/queryable_state.md
new file mode 100644
index 0000000..5f47df8
--- /dev/null
+++ b/docs/dev/stream/queryable_state.md
@@ -0,0 +1,32 @@
+---
+title: "Queryable State"
+nav-parent_id: streaming
+nav-pos: 61
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+* ToC
+{:toc}
+
+<div class="alert alert-warning">
+  <strong>Note:</strong> The client APIs for queryable state are currently in an evolving state and there are <strong>no guarantees</strong> made about stability of the provided interfaces. It is likely that there will be breaking API changes on the client side in the upcoming Flink versions.
+</div>
+
+Coming up...
\ No newline at end of file