Class ChainSegment

java.lang.Object
com.gigaspaces.internal.server.space.eviction.ChainSegment
All Implemented Interfaces:
IEvictionChain

public class ChainSegment extends Object implements IEvictionChain
mostly concurrent chain segment can be used for LRU and FIFO eviction insertion is totally non-blocking removal locks the specific node + its previous in order to keep balanced list, we use segments in order to minimize contention
Since:
7.0
Author:
Yechiel Feffer