public abstract class AtomicCounterMapBuilder<K> extends DistributedPrimitiveBuilder<AtomicCounterMapBuilder<K>,AtomicCounterMap<K>>
Constructor and Description |
---|
AtomicCounterMapBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract AsyncAtomicCounterMap<K> |
buildAsyncMap()
Builds an async atomic counter map based on the configuration options
supplied to this builder.
|
applicationId, build, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, serializer, type, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withSerializer, withUpdatesDisabled
public abstract AsyncAtomicCounterMap<K> buildAsyncMap()
java.lang.RuntimeException
- if a mandatory parameter is missing