Class ByteBlockPool.DirectAllocator

java.lang.Object
org.apache.lucene.util.ByteBlockPool.Allocator
org.apache.lucene.util.ByteBlockPool.DirectAllocator
Enclosing class:
ByteBlockPool

public static final class ByteBlockPool.DirectAllocator extends ByteBlockPool.Allocator
A simple ByteBlockPool.Allocator that never recycles.
  • Constructor Details

    • DirectAllocator

      public DirectAllocator()
    • DirectAllocator

      public DirectAllocator(int blockSize)
  • Method Details