Package org.apache.datasketches.memory
Interface WritableMapHandle
-
- All Superinterfaces:
AutoCloseable
,Handle
,Map
,WritableHandle
,WritableMap
public interface WritableMapHandle extends WritableMap, WritableHandle
A Handle for a memory-mapped, writable file resource. Joins a WritableHandle with an AutoCloseable WritableMap resource Please read Javadocs forHandle
.- Author:
- Roman Leventov, Lee Rhodes
-
-
Method Summary
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface org.apache.datasketches.memory.WritableHandle
getWritable
-
Methods inherited from interface org.apache.datasketches.memory.WritableMap
force
-
-