com.hazelcast.monitor
Interface LocalMemoryStats

All Superinterfaces:
JsonSerializable, LocalInstanceStats, MemoryStats
All Known Implementing Classes:
LocalMemoryStatsImpl

public interface LocalMemoryStats
extends MemoryStats, LocalInstanceStats


Field Summary
 
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats
STAT_NOT_AVAILABLE
 
Method Summary
 LocalGCStats getGCStats()
          Returns the garbage collector statistics for the JVM
 
Methods inherited from interface com.hazelcast.memory.MemoryStats
getCommittedHeap, getCommittedNativeMemory, getFreeHeap, getFreeNativeMemory, getFreePhysical, getMaxHeap, getMaxNativeMemory, getTotalPhysical, getUsedHeap, getUsedNativeMemory
 
Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats
getCreationTime
 
Methods inherited from interface com.hazelcast.management.JsonSerializable
fromJson, toJson
 

Method Detail

getGCStats

LocalGCStats getGCStats()
Description copied from interface: MemoryStats
Returns the garbage collector statistics for the JVM

Specified by:
getGCStats in interface MemoryStats
Returns:
GC statistics


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