public class IndexCacheModule extends AbstractModule
Modifier and Type | Field and Description |
---|---|
static String |
INDEX_QUERY_CACHE |
static String |
NONE_QUERY_CACHE |
static String |
QUERY_CACHE_EVERYTHING |
static String |
QUERY_CACHE_TERM_QUERIES |
static String |
QUERY_CACHE_TYPE |
Constructor and Description |
---|
IndexCacheModule(Settings settings) |
Modifier and Type | Method and Description |
---|---|
protected void |
configure()
Configures a
Binder via the exposed methods. |
void |
registerQueryCache(String name,
Class<? extends QueryCache> clazz) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public static final String INDEX_QUERY_CACHE
public static final String NONE_QUERY_CACHE
public static final String QUERY_CACHE_TYPE
public static final String QUERY_CACHE_EVERYTHING
public static final String QUERY_CACHE_TERM_QUERIES
public IndexCacheModule(Settings settings)
public void registerQueryCache(String name, Class<? extends QueryCache> clazz)
protected void configure()
AbstractModule
Binder
via the exposed methods.configure
in class AbstractModule
Copyright © 2009–2017. All rights reserved.