Uses of Class
com.hazelcast.map.impl.eviction.EvictionOperator

Packages that use EvictionOperator
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.eviction This package contains eviction classes.
 
 

Uses of EvictionOperator in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return EvictionOperator
 EvictionOperator MapServiceContext.getEvictionOperator()
           
 EvictionOperator DefaultMapServiceContext.getEvictionOperator()
           
 

Methods in com.hazelcast.map.impl with parameters of type EvictionOperator
 void DefaultMapServiceContext.setEvictionOperator(EvictionOperator evictionOperator)
          Used for testing purposes.
 

Uses of EvictionOperator in com.hazelcast.map.impl.eviction
 

Methods in com.hazelcast.map.impl.eviction that return EvictionOperator
static EvictionOperator EvictionOperator.create(MapServiceContext mapServiceContext)
           
static EvictionOperator EvictionOperator.create(MemoryInfoAccessor memoryInfoAccessor, MapServiceContext mapServiceContext)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.