Skip to content

Commit

Permalink
GEODE-4325 User Guide: Clarify eviction actions (correction to an exa…
Browse files Browse the repository at this point in the history
…mple)
  • Loading branch information
davebarnes97 committed Feb 20, 2018
1 parent e887933 commit cbb9802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Configure the type of expiration and the expiration action to use.
The gfsh equivalent of the above XML is:

gfsh> create region --name=region1 --type=REPLICATE --enable-statistics \
--entry-idle-time-custom-expiry=60 --entry-idle-time-custom-expiry=com.company.mypackage.MyClass
--entry-idle-time-expiration=60 --entry-idle-time-custom-expiry=com.company.mypackage.MyClass

- When the primary expires entries, it requests last-accessed statistics from the secondaries. The
primary adopts the most recent access time and reschedules the expiration, if warranted. This is
Expand Down

0 comments on commit cbb9802

Please sign in to comment.