public class DefaultAtomicCounterMapBuilder<K> extends AtomicCounterMapBuilder<K>
AtomicCounterMapBuilder.| Constructor and Description |
|---|
DefaultAtomicCounterMapBuilder(DistributedPrimitiveCreator primitiveCreator) |
| Modifier and Type | Method and Description |
|---|---|
AtomicCounterMap<K> |
build()
Constructs an instance of the distributed primitive.
|
AsyncAtomicCounterMap<K> |
buildAsyncMap()
Builds an async atomic counter map based on the configuration options
supplied to this builder.
|
applicationId, executorSupplier, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, serializer, type, withApplicationId, withExecutor, withExecutorSupplier, withMeteringDisabled, withName, withRelaxedReadConsistency, withSerializer, withUpdatesDisabledpublic DefaultAtomicCounterMapBuilder(DistributedPrimitiveCreator primitiveCreator)
public AsyncAtomicCounterMap<K> buildAsyncMap()
AtomicCounterMapBuilderbuildAsyncMap in class AtomicCounterMapBuilder<K>public AtomicCounterMap<K> build()
DistributedPrimitiveBuilderbuild in class DistributedPrimitiveBuilder<AtomicCounterMapBuilder<K>,AtomicCounterMap<K>>