public static class SimpleMapTest.Stats extends Object
Modifier and Type | Field and Description |
---|---|
AtomicLong |
gets |
AtomicLong |
puts |
AtomicLong |
removes |
Constructor and Description |
---|
SimpleMapTest.Stats() |
public AtomicLong gets
public AtomicLong puts
public AtomicLong removes
public SimpleMapTest.Stats getAndReset()
public long total()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.