Uses of Interface
com.hazelcast.util.MemoryInfoAccessor

Packages that use MemoryInfoAccessor
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.map.impl.eviction This package contains eviction classes.
 
com.hazelcast.util This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. 
 

Uses of MemoryInfoAccessor in com.hazelcast.instance
 

Constructors in com.hazelcast.instance with parameters of type MemoryInfoAccessor
DefaultOutOfMemoryHandler(double freeVersusMaxRatio, MemoryInfoAccessor memoryInfoAccessor)
           
 

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

Methods in com.hazelcast.map.impl.eviction with parameters of type MemoryInfoAccessor
static EvictionOperator EvictionOperator.create(MemoryInfoAccessor memoryInfoAccessor, MapServiceContext mapServiceContext)
           
 

Constructors in com.hazelcast.map.impl.eviction with parameters of type MemoryInfoAccessor
MaxSizeChecker(MemoryInfoAccessor memoryInfoAccessor, MapServiceContext mapServiceContext)
           
 

Uses of MemoryInfoAccessor in com.hazelcast.util
 

Classes in com.hazelcast.util that implement MemoryInfoAccessor
 class RuntimeMemoryInfoAccessor
          Provides memory information using Runtime.
 



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