You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/11/30 18:10:19 UTC

[geode-native] branch develop updated: GEODE-4728 User Guide: Add a page for Function Execution

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new d08e798  GEODE-4728 User Guide: Add a page for Function Execution
d08e798 is described below

commit d08e79876b186ae2bdd0af162aa3432be219ef56
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Nov 30 10:10:11 2018 -0800

    GEODE-4728 User Guide: Add a page for Function Execution
---
 .../source/subnavs/geode-nc-nav.erb                |  4 ++++
 .../function-execution.html.md.erb                 | 23 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb b/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
index fc17f06..d1922ec 100644
--- a/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
+++ b/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
@@ -86,6 +86,10 @@ limitations under the License.
     </li>
 
     <li>
+      <a href="/docs/geode-native/<%=vars.product_version_nodot%>/function-execution/function-execution.html">Function Execution</a>
+    </li>
+
+    <li>
       <a href="/docs/geode-native/<%=vars.product_version_nodot%>/transactions/transactions.html">Transactions</a>
     </li>
   </ul>
diff --git a/docs/geode-native-docs/function-execution/function-execution.html.md.erb b/docs/geode-native-docs/function-execution/function-execution.html.md.erb
new file mode 100644
index 0000000..1595501
--- /dev/null
+++ b/docs/geode-native-docs/function-execution/function-execution.html.md.erb
@@ -0,0 +1,23 @@
+---
+title:  Function Execution
+---
+
+<!--
+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.
+-->
+
+A function is a body of code that resides on a server and that an application can invoke from a client or from another server without the need to send the function code itself.
+