Uses of Interface
org.terracotta.offheapstore.buffersource.BufferSource
Packages that use BufferSource
-
Uses of BufferSource in org.terracotta.offheapstore.buffersource
Classes in org.terracotta.offheapstore.buffersource that implement BufferSourceModifier and TypeClassDescriptionclassclassAn unlimited direct byte buffer source.classFields in org.terracotta.offheapstore.buffersource declared as BufferSourceConstructors in org.terracotta.offheapstore.buffersource with parameters of type BufferSourceModifierConstructorDescriptionTimingBufferSource(BufferSource source, long slow, TimeUnit slowUnit, long critical, TimeUnit criticalUnit, boolean haltOnCritical) -
Uses of BufferSource in org.terracotta.offheapstore.paging
Fields in org.terracotta.offheapstore.paging declared as BufferSourceMethods in org.terracotta.offheapstore.paging with parameters of type BufferSourceModifier and TypeMethodDescriptionprivate static Collection<ByteBuffer> UpfrontAllocatingPageSource.allocateBackingBuffers(BufferSource source, long toAllocate, int maxChunk, int minChunk, boolean fixed) Allocate multiple buffers to fulfill the requested memorytoAllocate.private static Collection<ByteBuffer> UpfrontAllocatingPageSource.bufferAllocation(BufferSource source, int toAllocate, int minChunk, boolean fixed, PrintStream allocatorLog, long start) Constructors in org.terracotta.offheapstore.paging with parameters of type BufferSourceModifierConstructorDescriptionUnlimitedPageSource(BufferSource source) UpfrontAllocatingPageSource(BufferSource source, long toAllocate, int chunkSize) Create an up-front allocating buffer source oftoAllocatetotal bytes, inchunkSizebyte chunks.UpfrontAllocatingPageSource(BufferSource source, long toAllocate, int maxChunk, int minChunk) Create an up-front allocating buffer source oftoAllocatetotal bytes, in maximally sized chunks, within the given bounds.privateUpfrontAllocatingPageSource(BufferSource source, long toAllocate, int maxChunk, int minChunk, boolean fixed) Create an up-front allocating buffer source oftoAllocatetotal bytes, in maximally sized chunks, within the given bounds.