Class UnsafeChunk

java.lang.Object
org.apache.ignite.internal.mem.UnsafeChunk
All Implemented Interfaces:
DirectMemoryRegion

public class UnsafeChunk extends Object implements DirectMemoryRegion
  • Constructor Details

    • UnsafeChunk

      public UnsafeChunk(long ptr, long len)
      Parameters:
      ptr - Pointer to the memory start.
      len - Memory length.
  • Method Details