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 interfaceWritableMapHandleA Handle for a memory-mapped, writable file resource.Methods in org.apache.datasketches.memory that return WritableHandle Modifier and Type Method Description static WritableHandleWritableMemory. allocateDirect(long capacityBytes)Allocates and provides access to capacityBytes directly in native (off-heap) memory.static WritableHandleWritableMemory. allocateDirect(long capacityBytes, ByteOrder byteOrder, MemoryRequestServer memReqSvr)Allocates and provides access to capacityBytes directly in native (off-heap) memory.
-