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 2017/04/10 17:52:34 UTC

geode-native git commit: Docs: redraw delta propagation image to remove proprietary label

Repository: geode-native
Updated Branches:
  refs/heads/develop 731f89fe8 -> f08fc86ab


Docs: redraw delta propagation image to remove proprietary label


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/f08fc86a
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/f08fc86a
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/f08fc86a

Branch: refs/heads/develop
Commit: f08fc86ab32d8b366c5157e5aa3a10be1d37812e
Parents: 731f89f
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Apr 7 15:14:00 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Mon Apr 10 10:49:35 2017 -0700

----------------------------------------------------------------------
 .../common/images/delta-propagation.gif            | Bin 8817 -> 0 bytes
 .../how-delta-propagation-works.html.md.erb        |   2 +-
 .../geode-native-docs/images/delta-propagation.png | Bin 0 -> 78773 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/f08fc86a/docs/geode-native-docs/common/images/delta-propagation.gif
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/common/images/delta-propagation.gif b/docs/geode-native-docs/common/images/delta-propagation.gif
deleted file mode 100644
index aa6c27e..0000000
Binary files a/docs/geode-native-docs/common/images/delta-propagation.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/geode-native/blob/f08fc86a/docs/geode-native-docs/delta-propagation/how-delta-propagation-works.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/delta-propagation/how-delta-propagation-works.html.md.erb b/docs/geode-native-docs/delta-propagation/how-delta-propagation-works.html.md.erb
index 08b8995..138105f 100644
--- a/docs/geode-native-docs/delta-propagation/how-delta-propagation-works.html.md.erb
+++ b/docs/geode-native-docs/delta-propagation/how-delta-propagation-works.html.md.erb
@@ -23,7 +23,7 @@ Geode propagates object deltas using methods that you program on the client side
 
 This figure shows delta propagation for a change to an entry with key, `k`, and value object, `v`.
 
-<img src="../common/images/delta-propagation.gif" alt="Delta Propagation" id="how-delta-propagation-works__image_69D664D2A4344785A52AC2D492E4B557" class="image" />
+<img src="../images/delta-propagation.png" alt="Delta Propagation" class="image" />
 
 1.  **get operation**. The `get` works as usual; the cache returns the full entry object from the local cache or, if it is unavailable there, from a server cache or from a loader.
 2.  **update methods**. You need to add code to the object\u2019s update methods so that they save delta information for object updates, in addition to the work they were already doing.

http://git-wip-us.apache.org/repos/asf/geode-native/blob/f08fc86a/docs/geode-native-docs/images/delta-propagation.png
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/images/delta-propagation.png b/docs/geode-native-docs/images/delta-propagation.png
new file mode 100644
index 0000000..022e6c5
Binary files /dev/null and b/docs/geode-native-docs/images/delta-propagation.png differ