Class PlatformExternalMemory
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.memory.PlatformAbstractMemory
-
- org.apache.ignite.internal.processors.platform.memory.PlatformExternalMemory
-
- All Implemented Interfaces:
AutoCloseable,PlatformMemory
public class PlatformExternalMemory extends PlatformAbstractMemory
Interop external memory chunk.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.platform.memory.PlatformAbstractMemory
memPtr
-
-
Constructor Summary
Constructors Constructor Description PlatformExternalMemory(@Nullable PlatformCallbackGateway gate, 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.
-
-
-
Constructor Detail
-
PlatformExternalMemory
public PlatformExternalMemory(@Nullable @Nullable PlatformCallbackGateway gate, long memPtr)Constructor.- Parameters:
gate- Native gateway.memPtr- Memory pointer.
-
-