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:53 UTC

geode git commit: Docs: redraw delta propagation image to remove proprietary label This closes #88

Repository: geode
Updated Branches:
  refs/heads/develop d497d63af -> 8183b1fdc


Docs: redraw delta propagation image to remove proprietary label
This closes #88


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

Branch: refs/heads/develop
Commit: 8183b1fdcf22b8f1d5599480a771d59aa02c76e1
Parents: d497d63
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Apr 7 15:13:43 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Mon Apr 10 10:52:01 2017 -0700

----------------------------------------------------------------------
 .../how_delta_propagation_works.html.md.erb        |   2 +-
 geode-docs/images/DeltaPropagation-1.gif           | Bin 7593 -> 0 bytes
 geode-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/blob/8183b1fd/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb b/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
index 6437781..7aec9ab 100644
--- a/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
+++ b/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
@@ -30,7 +30,7 @@ Geode propagates object deltas using methods that you program. The methods are i
 
 This figure shows delta propagation for a change to an entry with key, k, and value object, v.
 
-<img src="../../images/DeltaPropagation-1.gif" id="how_delta_propagation_works__image_06A25185C31548669423DDA3136B1851" class="image" />
+<img src="../../images/delta-propagation.png" class="image" />
 
 1.  **`get` operation**. The `get` works as usual: the cache returns the full entry object from the local cache or, if it isn't available there, from a remote cache or from a loader.
 2.  **update methods**. You need to add code to the object's 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/blob/8183b1fd/geode-docs/images/DeltaPropagation-1.gif
----------------------------------------------------------------------
diff --git a/geode-docs/images/DeltaPropagation-1.gif b/geode-docs/images/DeltaPropagation-1.gif
deleted file mode 100644
index aa4149e..0000000
Binary files a/geode-docs/images/DeltaPropagation-1.gif and /dev/null differ

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