Uses of Class
org.elasticsearch.cache.memory.ByteBufferCache

Packages that use ByteBufferCache
org.elasticsearch.cache   
org.elasticsearch.index.store.memory   
 

Uses of ByteBufferCache in org.elasticsearch.cache
 

Methods in org.elasticsearch.cache that return ByteBufferCache
 ByteBufferCache NodeCache.byteBuffer()
           
 

Constructors in org.elasticsearch.cache with parameters of type ByteBufferCache
NodeCache(Settings settings, ByteBufferCache byteBufferCache, ClusterService clusterService)
           
 

Uses of ByteBufferCache in org.elasticsearch.index.store.memory
 

Constructors in org.elasticsearch.index.store.memory with parameters of type ByteBufferCache
ByteBufferDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore, ByteBufferCache byteBufferCache)
           
ByteBufferIndexStore(Index index, Settings indexSettings, IndexService indexService, ByteBufferCache byteBufferCache, IndicesStore indicesStore)
           
 



Copyright © 2009-2012. All Rights Reserved.