Uses of Class
org.terracotta.offheapstore.paging.OffHeapStorageArea
-
-
Uses of OffHeapStorageArea in org.terracotta.offheapstore.disk.paging
Methods in org.terracotta.offheapstore.disk.paging with parameters of type OffHeapStorageArea Modifier and Type Method Description MappedPageMappedPageSource. 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 OffHeapStorageArea Modifier and Type Field Description private OffHeapStorageAreaPage. bindingMethods in org.terracotta.offheapstore.paging that return OffHeapStorageArea Modifier and Type Method Description OffHeapStorageAreaPage. binding()Methods in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageArea Modifier and Type Method Description PagePageSource. allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)Attempt to allocate a page of the given size.PagePhantomReferenceLimitedPageSource. allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)Allocates a byte buffer of the given size.PageUnlimitedPageSource. allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)PageUpfrontAllocatingPageSource. 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 OffHeapStorageArea Constructor Description Page(java.nio.ByteBuffer buffer, int index, int address, OffHeapStorageArea binding)Page(java.nio.ByteBuffer buffer, OffHeapStorageArea binding) -
Uses of OffHeapStorageArea in org.terracotta.offheapstore.storage
Fields in org.terracotta.offheapstore.storage declared as OffHeapStorageArea Modifier and Type Field Description private OffHeapStorageAreaOffHeapBufferHalfStorageEngine. storageAreaprotected OffHeapStorageAreaOffHeapBufferStorageEngine. storageArea -
Uses of OffHeapStorageArea in org.terracotta.offheapstore.storage.allocator
Fields in org.terracotta.offheapstore.storage.allocator declared as OffHeapStorageArea Modifier and Type Field Description private OffHeapStorageAreaIntegerBestFitAllocator. storageprivate OffHeapStorageAreaLongBestFitAllocator. storageConstructors in org.terracotta.offheapstore.storage.allocator with parameters of type OffHeapStorageArea Constructor Description IntegerBestFitAllocator(OffHeapStorageArea storage)Create a best fit allocator backed by the given OffHeapStorageArea.LongBestFitAllocator(OffHeapStorageArea storage)Create a best fit allocator backed by the given OffHeapStorageArea.
-