Uses of Interface
org.apache.ignite.internal.mem.DirectMemoryRegion
Packages that use DirectMemoryRegion
Package
Description
-
Uses of DirectMemoryRegion in org.apache.ignite.internal.mem
Classes in org.apache.ignite.internal.mem that implement DirectMemoryRegionMethods in org.apache.ignite.internal.mem that return DirectMemoryRegionModifier and TypeMethodDescriptionDirectMemoryProvider.allocateMemory(long size) Allocates memory region of the specified size.DirectMemoryRegion.slice(long offset) Gets a sub-region of this region starting from the given offset.UnsafeChunk.slice(long offset) Gets a sub-region of this region starting from the given offset.Methods in org.apache.ignite.internal.mem with parameters of type DirectMemoryRegionModifier and TypeMethodDescriptionvoidDirectMemoryProvider.freeMemory(DirectMemoryRegion region) Releases allocated memory region. -
Uses of DirectMemoryRegion in org.apache.ignite.internal.mem.unsafe
Methods in org.apache.ignite.internal.mem.unsafe that return DirectMemoryRegionMethods in org.apache.ignite.internal.mem.unsafe with parameters of type DirectMemoryRegionModifier and TypeMethodDescriptionvoidUnsafeMemoryProvider.freeMemory(DirectMemoryRegion region) -
Uses of DirectMemoryRegion in org.apache.ignite.internal.pagemem
Fields in org.apache.ignite.internal.pagemem declared as DirectMemoryRegionModifier and TypeFieldDescriptionprotected final DirectMemoryRegionPagePool.regionDirect memory region.Methods in org.apache.ignite.internal.pagemem that return DirectMemoryRegionConstructors in org.apache.ignite.internal.pagemem with parameters of type DirectMemoryRegionModifierConstructorDescriptionprotectedPagePool(DirectMemoryRegion region, int sysPageSize, OffheapReadWriteLock rwLock)