Package org.apache.datasketches.memory
Interface WritableHandle
-
- All Superinterfaces:
AutoCloseable
,Handle
- All Known Subinterfaces:
WritableMapHandle
public interface WritableHandle extends Handle
A Handle for writable direct memory or a memory-mapped, writable file resource. Please read Javadocs forHandle
.- Author:
- Lee Rhodes, Roman Leventov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WritableMemory
getWritable()
Gets a WritableMemory-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
getWritable
WritableMemory getWritable()
Gets a WritableMemory- Returns:
- a WritableMemory
-
-