提交 6428e511 authored 作者: noelgrandin's avatar noelgrandin

fix build

上级 a5f4c837
...@@ -505,10 +505,7 @@ public class Recover extends Tool implements DataHandler { ...@@ -505,10 +505,7 @@ public class Recover extends Tool implements DataHandler {
null, this, null); null, this, null);
ValueDataType valueType = new ValueDataType( ValueDataType valueType = new ValueDataType(
null, this, null); null, this, null);
MVMap.Builder<Value, Value> mapBuilder = new MVMap.Builder<Value, Value>(). TransactionMap<Value, Value> dataMap = store.begin().openMap(mapName, keyType, valueType);
keyType(keyType).
valueType(valueType);
TransactionMap<Value, Value> dataMap = store.begin().openMap(mapName, mapBuilder);
Iterator<Value> dataIt = dataMap.keyIterator(null); Iterator<Value> dataIt = dataMap.keyIterator(null);
boolean init = false; boolean init = false;
while (dataIt.hasNext()) { while (dataIt.hasNext()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论