Package org.apache.datasketches.memory
Interface WritableMap
-
- All Superinterfaces:
AutoCloseable
,Map
- All Known Subinterfaces:
WritableMapHandle
public interface WritableMap extends Map
Writable interface for a memory mapped file- Author:
- Roman Leventov, Lee Rhodes, Praveenkumar Venkatesan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
force()
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
force
void force()
- See Also:
- java/nio/MappedByteBuffer.force
-
-