Uses of Class
org.terracotta.offheapstore.paging.Page
Packages that use Page
Package
Description
-
Uses of Page in org.terracotta.offheapstore
Fields in org.terracotta.offheapstore declared as PageModifier and TypeFieldDescriptionprotected PageOffHeapHashMap.hashTablePage(package private) final PageOffHeapHashMap.PendingPage.tablePageMethods in org.terracotta.offheapstore that return PageModifier and TypeMethodDescriptionprivate PageOffHeapHashMap.allocateTable(int size) private PageOffHeapHashMap.expandTable(int scale) private PageOffHeapHashMap.shrinkTableImpl(int scale) Methods in org.terracotta.offheapstore with parameters of type PageModifier and TypeMethodDescriptionprivate voidprivate voidConstructors in org.terracotta.offheapstore with parameters of type Page -
Uses of Page in org.terracotta.offheapstore.disk.paging
Subclasses of Page in org.terracotta.offheapstore.disk.pagingMethods in org.terracotta.offheapstore.disk.paging with parameters of type Page -
Uses of Page in org.terracotta.offheapstore.paging
Fields in org.terracotta.offheapstore.paging with type parameters of type PageModifier and TypeFieldDescriptionOffHeapStorageArea.pagesprivate static final Comparator<Page> UpfrontAllocatingPageSource.REGION_COMPARATORprivate Deque<Collection<Page>> OffHeapStorageArea.releasedprivate final List<NavigableSet<Page>> UpfrontAllocatingPageSource.victimsMethods in org.terracotta.offheapstore.paging that return PageModifier 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) Methods in org.terracotta.offheapstore.paging that return types with arguments of type PageModifier and TypeMethodDescriptionUpfrontAllocatingPageSource.findVictimPages(int chunk, int address, int size) OffHeapStorageArea.release(Collection<Page> targets) Methods in org.terracotta.offheapstore.paging with parameters of type PageModifier and TypeMethodDescriptionvoidvoidFrees the supplied buffer.voidvoidFrees the supplied buffer.private voidprivate intOffHeapStorageArea.getIndexForPage(Page p) Method parameters in org.terracotta.offheapstore.paging with type arguments of type Page