public abstract class ConsistentTreeMapBuilder<V> extends ConsistentTreeMapOptions<ConsistentTreeMapBuilder<V>,V> implements DistributedPrimitiveBuilder<ConsistentTreeMap<V>>
ConsistentTreeMap
.Constructor and Description |
---|
ConsistentTreeMapBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract AsyncConsistentTreeMap<V> |
buildTreeMap()
Builds the distributed tree map based on the configuration options supplied
to this builder.
|
purgeOnUninstall, withPurgeOnUninstall
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
public abstract AsyncConsistentTreeMap<V> buildTreeMap()
RuntimeException
- if a mandatory parameter is missing