replace keys.csv with persistent map

This commit is contained in:
2021-10-16 17:28:15 +02:00
parent cce2c052f2
commit 7754e54037
3 changed files with 31 additions and 26 deletions

View File

@@ -190,7 +190,7 @@ public class PersistentMap<K, V> implements AutoCloseable {
/**
*
* @param path file relative to {@code storageBasePath}
* @param path file for the index, must be child of storageBasePath
* @param storageBasePath base path
* @param keyEncoder encoder for keys
* @param valueEncoder encoder for values