com.hazelcast.spi
Interface StatisticsAwareService

All Known Implementing Classes:
DistributedExecutorService, MapService, MultiMapService, QueueService, TopicService

@Beta
public interface StatisticsAwareService

This interface is in BETA stage and is subject to change in upcoming releases.


Method Summary
<T extends LocalInstanceStats>
Map<String,T>
getStats()
           
 

Method Detail

getStats

<T extends LocalInstanceStats> Map<String,T> getStats()


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