com.hazelcast.client.examples
Class SimpleMapTest.Stats

java.lang.Object
  extended by com.hazelcast.client.examples.SimpleMapTest.Stats
Enclosing class:
SimpleMapTest

public static class SimpleMapTest.Stats
extends Object


Field Summary
 AtomicLong gets
           
 AtomicLong puts
           
 AtomicLong removes
           
 
Constructor Summary
SimpleMapTest.Stats()
           
 
Method Summary
 SimpleMapTest.Stats getAndReset()
           
 String toString()
           
 long total()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gets

public AtomicLong gets

puts

public AtomicLong puts

removes

public AtomicLong removes
Constructor Detail

SimpleMapTest.Stats

public SimpleMapTest.Stats()
Method Detail

getAndReset

public SimpleMapTest.Stats getAndReset()

total

public long total()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.