com.hazelcast.monitor
Interface LocalInstanceStats

All Superinterfaces:
JsonSerializable
All Known Subinterfaces:
LocalCacheStats, LocalExecutorStats, LocalGCStats, LocalMapStats, LocalMemoryStats, LocalMultiMapStats, LocalQueueStats, LocalReplicatedMapStats, LocalTopicStats, NearCacheStats
All Known Implementing Classes:
LocalCacheStatsImpl, LocalExecutorStatsImpl, LocalGCStatsImpl, LocalMapStatsImpl, LocalMemoryStatsImpl, LocalMultiMapStatsImpl, LocalQueueStatsImpl, LocalReplicatedMapStatsImpl, LocalTopicStatsImpl, NearCacheStatsImpl

public interface LocalInstanceStats
extends JsonSerializable


Field Summary
static long STAT_NOT_AVAILABLE
          Fill a stat value with this if it's not available
 
Method Summary
 long getCreationTime()
           
 
Methods inherited from interface com.hazelcast.management.JsonSerializable
fromJson, toJson
 

Field Detail

STAT_NOT_AVAILABLE

static final long STAT_NOT_AVAILABLE
Fill a stat value with this if it's not available

See Also:
Constant Field Values
Method Detail

getCreationTime

long getCreationTime()


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