| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableMapHandle
A Handle for a memory-mapped, writable file resource.
|
| Modifier and Type | Method and 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.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.