Package | Description |
---|---|
com.hazelcast.util.counters |
Provides various counter implementations.
|
Modifier and Type | Method and Description |
---|---|
static SwCounter |
SwCounter.newSwCounter()
Creates a new SwCounter with 0 as initial value.
|
static SwCounter |
SwCounter.newSwCounter(long initialValue)
Creates a new SwCounter with the given initial value.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.