com.hazelcast.monitor
Interface LocalAtomicNumberOperationStats

All Superinterfaces:
DataSerializable, LocalInstanceOperationStats, Serializable
All Known Implementing Classes:
LocalAtomicNumberOperationStatsImpl

public interface LocalAtomicNumberOperationStats
extends LocalInstanceOperationStats


Method Summary
 long getNumberOfModifyOps()
          Returns the number of operations that modified the stored atomic value.
 long getNumberOfNonModifyOps()
          Returns the number of operations that did not modify the stored atomic value.
 
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats
getPeriodEnd, getPeriodStart
 
Methods inherited from interface com.hazelcast.nio.DataSerializable
readData, writeData
 

Method Detail

getNumberOfModifyOps

long getNumberOfModifyOps()
Returns the number of operations that modified the stored atomic value.

Returns:
number of modified operations

getNumberOfNonModifyOps

long getNumberOfNonModifyOps()
Returns the number of operations that did not modify the stored atomic value.

Returns:
number of non-modified operations


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.