| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMemoryRequestServer
This is a simple implementation of the MemoryRequestServer that creates space on the Java heap
for the requesting application.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryRequestServer |
WritableBuffer.getMemoryRequestServer()
For Direct Memory only.
|
MemoryRequestServer |
WritableMemory.getMemoryRequestServer()
For Direct Memory only.
|
| Modifier and Type | Method and Description |
|---|---|
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.