提交 b17b51dd authored 作者: Thomas Mueller's avatar Thomas Mueller

MVStore: documentation

上级 d2ec2ee3
......@@ -121,8 +121,8 @@ that supports fast spatial queries.
MVStore s = MVStore.open(null);
// open an R-tree map
MVRTreeMap<String> r = s.openMap("data",
new MVRTreeMap.Builder<String>());
MVRTreeMap&lt;String&gt; r = s.openMap("data",
new MVRTreeMap.Builder&lt;String&gt;());
// add two key-value pairs
// the first value is the key id (to make the key unique)
......
......@@ -41,7 +41,6 @@ H:3,...
TODO:
- fix MVStore documentation, example code
- improve exception factory (fluent api)
- implement table engine for H2
- automated 'kill process' and 'power failure' test
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论