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, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic abstract AsyncAtomicCounterMap<K> buildAsyncMap()
RuntimeException - if a mandatory parameter is missing