提交 4609b202 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 9e6867b0
...@@ -265,6 +265,11 @@ Except for persisting data, all features are supported in this mode ...@@ -265,6 +265,11 @@ Except for persisting data, all features are supported in this mode
(multi-versioning, index lookup, R-tree and so on). (multi-versioning, index lookup, R-tree and so on).
If a file name is specified, all operations occur in memory (with the same If a file name is specified, all operations occur in memory (with the same
performance characteristics) until data is persisted. performance characteristics) until data is persisted.
</p><p>
As in all map implementations, changing the key object after an entry
has been added to the map is not allowed (keys are immutable).
If a file name is specified, the value may also not be changed after
adding an entry, because it might be serialized at any time.
</p> </p>
<h3 id="dataTypes">Pluggable Data Types</h3> <h3 id="dataTypes">Pluggable Data Types</h3>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论