Uses of Interface
org.terracotta.offheapstore.buffersource.BufferSource

Packages that use BufferSource
org.terracotta.offheapstore.buffersource   
org.terracotta.offheapstore.paging   
 

Uses of BufferSource in org.terracotta.offheapstore.buffersource
 

Classes in org.terracotta.offheapstore.buffersource that implement BufferSource
 class HeapBufferSource
           
 class OffHeapBufferSource
          An unlimited direct byte buffer source.
 class TimingBufferSource
           
 

Constructors in org.terracotta.offheapstore.buffersource with parameters of type BufferSource
TimingBufferSource(BufferSource source, long slow, TimeUnit slowUnit, long critical, TimeUnit criticalUnit, boolean haltOnCritical)
           
 

Uses of BufferSource in org.terracotta.offheapstore.paging
 

Constructors in org.terracotta.offheapstore.paging with parameters of type BufferSource
UnlimitedPageSource(BufferSource source)
           
UpfrontAllocatingPageSource(BufferSource source, long max, int chunk)
          Create an up-front allocating buffer source of max total bytes, in chunk byte chunks.
UpfrontAllocatingPageSource(BufferSource source, long max, int maxChunk, int minChunk)
          Create an up-front allocating buffer source of max total bytes, in maximally sized chunks, within the given bounds.
 



Copyright © 2016. All Rights Reserved.