Uses of Interface
org.apache.lucene.store.bytebuffer.ByteBufferAllocator

Packages that use ByteBufferAllocator
org.apache.lucene.store.bytebuffer   
org.elasticsearch.cache.memory   
 

Uses of ByteBufferAllocator in org.apache.lucene.store.bytebuffer
 

Classes in org.apache.lucene.store.bytebuffer that implement ByteBufferAllocator
 class CachingByteBufferAllocator
          The caching byte buffer allocator allows to define a global size for both the small and large buffers allocated.
 class PlainByteBufferAllocator
          A simple byte buffer allocator that does not caching.
 

Constructors in org.apache.lucene.store.bytebuffer with parameters of type ByteBufferAllocator
ByteBufferDirectory(ByteBufferAllocator allocator)
          Constructs a new byte buffer directory with a custom allocator.
ByteBufferIndexOutput(ByteBufferDirectory dir, String name, ByteBufferAllocator allocator, ByteBufferAllocator.Type allocatorType, ByteBufferFileOutput file)
           
 

Uses of ByteBufferAllocator in org.elasticsearch.cache.memory
 

Classes in org.elasticsearch.cache.memory that implement ByteBufferAllocator
 class ByteBufferCache
           
 



Copyright © 2009-2012. All Rights Reserved.