Uses of Package
com.hazelcast.memory

Packages that use com.hazelcast.memory
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.memory Provides classes/interfaces for memory utilities, heap/native memory storage support. 
com.hazelcast.monitor Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Classes in com.hazelcast.memory used by com.hazelcast.config
MemorySize
          MemorySize represents a memory size with given value and MemoryUnit.
 

Classes in com.hazelcast.memory used by com.hazelcast.instance
MemoryStats
          Memory statistics for the JVM which current HazelcastInstance belongs to.
 

Classes in com.hazelcast.memory used by com.hazelcast.memory
GarbageCollectorStats
          Garbage collector statistics for the JVM which current HazelcastInstance belongs to.
MemorySize
          MemorySize represents a memory size with given value and MemoryUnit.
MemoryStats
          Memory statistics for the JVM which current HazelcastInstance belongs to.
MemoryUnit
          MemoryUnit represents memory size at a given unit of granularity and provides utility methods to convert across units.
 

Classes in com.hazelcast.memory used by com.hazelcast.monitor
GarbageCollectorStats
          Garbage collector statistics for the JVM which current HazelcastInstance belongs to.
MemoryStats
          Memory statistics for the JVM which current HazelcastInstance belongs to.
 

Classes in com.hazelcast.memory used by com.hazelcast.monitor.impl
GarbageCollectorStats
          Garbage collector statistics for the JVM which current HazelcastInstance belongs to.
MemoryStats
          Memory statistics for the JVM which current HazelcastInstance belongs to.
 



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