public abstract class AtomicCounterMapBuilder<K> extends AtomicCounterMapOptions<AtomicCounterMapBuilder<K>,K> implements DistributedPrimitiveBuilder<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, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
public abstract AsyncAtomicCounterMap<K> buildAsyncMap()
RuntimeException
- if a mandatory parameter is missing