Re: eviction files

2017-08-24 Thread Dan Smith
Hi Roi, I would probably start from NewLRUClockHand. That's the class that maintains the actual state of what entries are least recently used. You can follow the callers of getLRUEntry back to see how it's being used. One key place is AbstractLRUMap.lruUpdateCallback, which gets called after upda

eviction files

2017-08-24 Thread Roi Apelker
Hi, I am looking into the internals of the eviction process, Can anyone point me to the most important classes, the main mechanism "wheels" etc.? Thanks, Roi -Original Message- From: Roi Apelker Sent: Wednesday, August 16, 2017 8:38 PM To: dev@geode.apache.org Subject: RE: continuous