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