Uses of Class
org.apache.lucene.store.bytebuffer.ByteBufferAllocator.Type

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

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

Methods in org.apache.lucene.store.bytebuffer that return ByteBufferAllocator.Type
static ByteBufferAllocator.Type ByteBufferAllocator.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ByteBufferAllocator.Type[] ByteBufferAllocator.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.store.bytebuffer with parameters of type ByteBufferAllocator.Type
 ByteBuffer CachingByteBufferAllocator.allocate(ByteBufferAllocator.Type type)
           
 ByteBuffer ByteBufferAllocator.allocate(ByteBufferAllocator.Type type)
          Allocate a byte buffer for the specific type.
 ByteBuffer PlainByteBufferAllocator.allocate(ByteBufferAllocator.Type type)
           
 int ByteBufferAllocator.sizeInBytes(ByteBufferAllocator.Type type)
          The size (in bytes) that is allocated for the provided type.
 int PlainByteBufferAllocator.sizeInBytes(ByteBufferAllocator.Type type)
           
 

Constructors in org.apache.lucene.store.bytebuffer with parameters of type ByteBufferAllocator.Type
ByteBufferIndexOutput(ByteBufferDirectory dir, String name, ByteBufferAllocator allocator, ByteBufferAllocator.Type allocatorType, ByteBufferFileOutput file)
           
 

Uses of ByteBufferAllocator.Type in org.elasticsearch.cache.memory
 

Methods in org.elasticsearch.cache.memory with parameters of type ByteBufferAllocator.Type
 ByteBuffer ByteBufferCache.allocate(ByteBufferAllocator.Type type)
           
 int ByteBufferCache.sizeInBytes(ByteBufferAllocator.Type type)
           
 



Copyright © 2009-2012. All Rights Reserved.