Uses of Interface
org.apache.datasketches.memory.WritableHandle
-
-
Uses of WritableHandle in org.apache.datasketches.memory
Subinterfaces of WritableHandle in org.apache.datasketches.memory Modifier and Type Interface Description interface
WritableMapHandle
A Handle for a memory-mapped, writable file resource.Methods in org.apache.datasketches.memory that return WritableHandle Modifier and Type Method Description static WritableHandle
WritableMemory. allocateDirect(long capacityBytes)
Allocates and provides access to capacityBytes directly in native (off-heap) memory.static WritableHandle
WritableMemory. allocateDirect(long capacityBytes, ByteOrder byteOrder, MemoryRequestServer memReqSvr)
Allocates and provides access to capacityBytes directly in native (off-heap) memory.
-