Uses of Class
com.hazelcast.map.impl.record.RecordStatistics

Packages that use RecordStatistics
com.hazelcast.map.impl.record Contains record specific classes. 
 

Uses of RecordStatistics in com.hazelcast.map.impl.record
 

Fields in com.hazelcast.map.impl.record declared as RecordStatistics
protected  RecordStatistics RecordInfo.statistics
           
 

Methods in com.hazelcast.map.impl.record that return RecordStatistics
 RecordStatistics Record.getStatistics()
           
 RecordStatistics RecordInfo.getStatistics()
           
 

Methods in com.hazelcast.map.impl.record with parameters of type RecordStatistics
 void Record.setStatistics(RecordStatistics stats)
           
 void RecordInfo.setStatistics(RecordStatistics statistics)
           
 



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