Class PlatformUnpooledMemory
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.memory.PlatformAbstractMemory
-
- org.apache.ignite.internal.processors.platform.memory.PlatformUnpooledMemory
-
- All Implemented Interfaces:
AutoCloseable,PlatformMemory
public class PlatformUnpooledMemory extends PlatformAbstractMemory
Interop un-pooled memory chunk.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.platform.memory.PlatformAbstractMemory
memPtr
-
-
Constructor Summary
Constructors Constructor Description PlatformUnpooledMemory(long memPtr)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close memory releasing it.voidreallocate(int cap)Reallocate memory chunk.
-