Uses of Interface
org.apache.ignite.internal.mem.DirectMemoryRegion
-
Packages that use DirectMemoryRegion Package Description org.apache.ignite.internal.mem org.apache.ignite.internal.mem.file org.apache.ignite.internal.mem.unsafe org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled. -
-
Uses of DirectMemoryRegion in org.apache.ignite.internal.mem
Classes in org.apache.ignite.internal.mem that implement DirectMemoryRegion Modifier and Type Class Description classUnsafeChunkMethods in org.apache.ignite.internal.mem that return DirectMemoryRegion Modifier and Type Method Description DirectMemoryRegionDirectMemoryProvider. nextRegion()Attempts to allocate next memory region.DirectMemoryRegionDirectMemoryRegion. slice(long offset)Gets a sub-region of this region starting from the given offset.DirectMemoryRegionUnsafeChunk. slice(long offset)Gets a sub-region of this region starting from the given offset. -
Uses of DirectMemoryRegion in org.apache.ignite.internal.mem.file
Classes in org.apache.ignite.internal.mem.file that implement DirectMemoryRegion Modifier and Type Class Description classMappedFileMethods in org.apache.ignite.internal.mem.file that return DirectMemoryRegion Modifier and Type Method Description DirectMemoryRegionMappedFileMemoryProvider. nextRegion()Attempts to allocate next memory region.DirectMemoryRegionMappedFile. slice(long offset)Gets a sub-region of this region starting from the given offset. -
Uses of DirectMemoryRegion in org.apache.ignite.internal.mem.unsafe
Methods in org.apache.ignite.internal.mem.unsafe that return DirectMemoryRegion Modifier and Type Method Description DirectMemoryRegionUnsafeMemoryProvider. nextRegion()Attempts to allocate next memory region. -
Uses of DirectMemoryRegion in org.apache.ignite.internal.processors.cache.persistence.pagemem
Fields in org.apache.ignite.internal.processors.cache.persistence.pagemem declared as DirectMemoryRegion Modifier and Type Field Description protected DirectMemoryRegionPagePool. regionDirect memory region.Constructors in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type DirectMemoryRegion Constructor Description PagePool(int idx, DirectMemoryRegion region, int sysPageSize, OffheapReadWriteLock rwLock)
-