| Package | Description |
|---|---|
| com.orientechnologies.common.directmemory |
| Modifier and Type | Method and Description |
|---|---|
static ODirectMemoryAllocator.Intention |
ODirectMemoryAllocator.Intention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODirectMemoryAllocator.Intention[] |
ODirectMemoryAllocator.Intention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OPointer |
OByteBufferPool.acquireDirect(boolean clear,
ODirectMemoryAllocator.Intention intention)
Acquires direct memory buffer with native byte order.
|
OPointer |
ODirectMemoryAllocator.allocate(int size,
boolean clear,
ODirectMemoryAllocator.Intention intention)
Allocates chunk of direct memory of given size.
|
Copyright © 2009–2025 OrientDB. All rights reserved.