public interface EvictableStore<A,E extends Evictable>
Evictable
entries to evict.Modifier and Type | Method and Description |
---|---|
<C extends EvictionCandidate<A,E>> |
evict(Iterable<C> evictionCandidates)
The evict method is called by the
EvictionStrategy to eventually evict, by the policy, selected
candidates from the internal data structures. |
<C extends EvictionCandidate<A,E>> int evict(Iterable<C> evictionCandidates)
EvictionStrategy
to eventually evict, by the policy, selected
candidates from the internal data structures.evictionCandidates
- Multiple EvictionCandidate
to be evictedCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.