| Modifier and Type | Method and Description |
|---|---|
static WritableDirectHandle |
WritableMemory.allocateDirect(long capacityBytes)
Allocates and provides access to capacityBytes directly in native (off-heap) memory
leveraging the WritableMemory API.
|
static WritableDirectHandle |
WritableMemory.allocateDirect(long capacityBytes,
MemoryRequestServer memReqSvr)
Allocates and provides access to capacityBytes directly in native (off-heap) memory
leveraging the WritableMemory API.
|
Copyright © 2015–2018 Yahoo! Inc.. All rights reserved.