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, withPurgeOnUninstallapplicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic abstract AsyncConsistentMap<K,V> buildAsyncMap()
RuntimeException - if a mandatory parameter is missing