Uses of Class
org.terracotta.offheapstore.paging.OffHeapStorageArea

Packages that use OffHeapStorageArea
org.terracotta.offheapstore.disk.paging   
org.terracotta.offheapstore.paging   
org.terracotta.offheapstore.storage   
org.terracotta.offheapstore.storage.allocator   
 

Uses of OffHeapStorageArea in org.terracotta.offheapstore.disk.paging
 

Methods in org.terracotta.offheapstore.disk.paging with parameters of type OffHeapStorageArea
 MappedPage MappedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)
           
 

Uses of OffHeapStorageArea in org.terracotta.offheapstore.paging
 

Methods in org.terracotta.offheapstore.paging that return OffHeapStorageArea
 OffHeapStorageArea Page.binding()
           
 

Methods in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageArea
 Page UnlimitedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)
           
 Page PageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)
          Attempt to allocate a page of the given size.
 Page PhantomReferenceLimitedPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)
          Allocates a byte buffer of the given size.
 Page UpfrontAllocatingPageSource.allocate(int size, boolean thief, boolean victim, OffHeapStorageArea owner)
          Allocates a byte buffer of at least the given size.
 

Constructors in org.terracotta.offheapstore.paging with parameters of type OffHeapStorageArea
Page(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 OffHeapStorageArea
protected  OffHeapStorageArea OffHeapBufferStorageEngine.storageArea
           
 

Uses of OffHeapStorageArea in org.terracotta.offheapstore.storage.allocator
 

Constructors in org.terracotta.offheapstore.storage.allocator with parameters of type OffHeapStorageArea
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.
 



Copyright © 2016. All rights reserved.