public interface PersistentMapBuilder<K,V>
Modifier and Type | Method and Description |
---|---|
java.util.Map<K,V> |
build()
Validates the map settings and then builds this map in the database.
|
PersistentMapBuilder<K,V> |
withName(java.lang.String name)
Sets the name of this map.
|
PersistentMapBuilder<K,V> |
withSerializer(Serializer serializer)
Sets the key serializer to be used to serialize this map, this is a required parameter.
|
PersistentMapBuilder<K,V> withName(java.lang.String name)
name
- the string name of this mapPersistentMapBuilder<K,V> withSerializer(Serializer serializer)
serializer
- the serializer to be used for keys