org.elasticsearch.cache
Class NodeCache

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cache.NodeCache

public class NodeCache
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
NodeCache()
           
NodeCache(Settings settings, ByteBufferCache byteBufferCache, QueryParserCache queryParserCache)
           
 
Method Summary
 ByteBufferCache byteBuffer()
           
 void close()
           
 QueryParserCache queryParser()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCache

public NodeCache()

NodeCache

@Inject
public NodeCache(Settings settings,
                        ByteBufferCache byteBufferCache,
                        QueryParserCache queryParserCache)
Method Detail

close

public void close()

byteBuffer

public ByteBufferCache byteBuffer()

queryParser

public QueryParserCache queryParser()