Uses of Enum
com.orientechnologies.common.directmemory.ODirectMemoryAllocator.Intention
Packages that use ODirectMemoryAllocator.Intention
-
Uses of ODirectMemoryAllocator.Intention in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory that return ODirectMemoryAllocator.IntentionModifier and TypeMethodDescriptionReturns 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.Methods in com.orientechnologies.common.directmemory with parameters of type ODirectMemoryAllocator.IntentionModifier and TypeMethodDescriptionfinal OPointerOByteBufferPool.acquireDirect(boolean clear, ODirectMemoryAllocator.Intention intention) Acquires direct memory buffer with native byte order.ODirectMemoryAllocator.allocate(int size, boolean clear, ODirectMemoryAllocator.Intention intention) Allocates chunk of direct memory of given size.