Package org.apache.lucene.store.bytebuffer

Interface Summary
ByteBufferAllocator A byte buffer allocator simple allocates byte buffers, and handles releasing them.
 

Class Summary
ByteBufferAllocator.Cleaner Helper class to allocator implementations allowing to clean direct buffers.
ByteBufferDirectory A memory based directory that uses ByteBuffer in order to store the directory content.
ByteBufferFile  
ByteBufferFileOutput  
ByteBufferIndexInput  
ByteBufferIndexOutput  
CachingByteBufferAllocator The caching byte buffer allocator allows to define a global size for both the small and large buffers allocated.
PlainByteBufferAllocator A simple byte buffer allocator that does not caching.
 

Enum Summary
ByteBufferAllocator.Type  
 



Copyright © 2009-2012. All Rights Reserved.