K
- type for map keyV
- type for map valuepublic abstract class ConsistentMapBuilder<K,V> extends ConsistentMapOptions<ConsistentMapBuilder<K,V>,K,V> implements DistributedPrimitiveBuilder<ConsistentMap<K,V>>
ConsistentMap
instances.compatibilityFunction
Constructor and Description |
---|
ConsistentMapBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract AsyncConsistentMap<K,V> |
buildAsyncMap()
Builds an async consistent map based on the configuration options
supplied to this builder.
|
nullValues, purgeOnUninstall, withCompatibilityFunction, withNullValues, withPurgeOnUninstall
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 AsyncConsistentMap<K,V> buildAsyncMap()
RuntimeException
- if a mandatory parameter is missing