org.elasticsearch.cache.query.parser.weak
Class WeakQueryParserCache

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cache.query.parser.support.AbstractJvmQueryParserCache
          extended by org.elasticsearch.cache.query.parser.weak.WeakQueryParserCache
All Implemented Interfaces:
QueryParserCache

public class WeakQueryParserCache
extends AbstractJvmQueryParserCache


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
WeakQueryParserCache(Settings settings)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.cache.query.parser.support.AbstractJvmQueryParserCache
clear, get, put
 
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

WeakQueryParserCache

@Inject
public WeakQueryParserCache(Settings settings)