Uses of Class
org.terracotta.offheapstore.paging.OffHeapStorageArea
Packages that use OffHeapStorageArea
Package
Description
-
Uses of OffHeapStorageArea in org.terracotta.offheapstore.disk.paging
Methods in org.terracotta.offheapstore.disk.paging with parameters of type OffHeapStorageAreaModifier and TypeMethodDescriptionMappedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner) -
Uses of OffHeapStorageArea in org.terracotta.offheapstore.paging
Fields in org.terracotta.offheapstore.paging declared as OffHeapStorageAreaMethods in org.terracotta.offheapstore.paging that return OffHeapStorageAreaMethods in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageAreaModifier and TypeMethodDescriptionPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner) Attempt to allocate a page of the given size.PhantomReferenceLimitedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner) Allocates a byte buffer of the given size.UnlimitedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner) UpfrontAllocatingPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner) Allocates a byte buffer of at least the given size.private PageUpfrontAllocatingPageSource.allocateAsThief(int size, boolean victim, OffHeapStorageArea owner) private PageUpfrontAllocatingPageSource.allocateFromFree(int size, boolean victim, OffHeapStorageArea owner) Constructors in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageAreaModifierConstructorDescriptionPage(ByteBuffer buffer, int index, int address, OffHeapStorageArea binding) Page(ByteBuffer buffer, OffHeapStorageArea binding) -
Uses of OffHeapStorageArea in org.terracotta.offheapstore.storage
Fields in org.terracotta.offheapstore.storage declared as OffHeapStorageAreaModifier and TypeFieldDescriptionprivate final OffHeapStorageAreaOffHeapBufferHalfStorageEngine.storageAreaprotected final OffHeapStorageAreaOffHeapBufferStorageEngine.storageArea -
Uses of OffHeapStorageArea in org.terracotta.offheapstore.storage.allocator
Fields in org.terracotta.offheapstore.storage.allocator declared as OffHeapStorageAreaModifier and TypeFieldDescriptionprivate final OffHeapStorageAreaIntegerBestFitAllocator.storageprivate final OffHeapStorageAreaLongBestFitAllocator.storageConstructors in org.terracotta.offheapstore.storage.allocator with parameters of type OffHeapStorageAreaModifierConstructorDescriptionCreate a best fit allocator backed by the given OffHeapStorageArea.LongBestFitAllocator(OffHeapStorageArea storage) Create a best fit allocator backed by the given OffHeapStorageArea.