Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想直接从 HDFS 访问 mapdb 映射,而不将其复制到本地文件系统。可能吗?有没有其他方法可以在不使用本地文件系统的情况下读取这些地图?
您可以将数据读入 byte[],然后使用 VolumeFactory 将其传递给 Store。然而,目前还没有公开的 API。它在我的 TODO 清单上。