public class IndexModule extends LifecycleModule
This module should not be used directly except by specific secondary indexer implementations (e.g. Lucene).
Modifier and Type | Class and Description |
---|---|
static class |
IndexModule.IndexType |
Constructor and Description |
---|
IndexModule(int threads) |
IndexModule(com.google.common.util.concurrent.ListeningExecutorService interactiveExecutor,
com.google.common.util.concurrent.ListeningExecutorService batchExecutor) |
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
static IndexModule.IndexType |
getIndexType(com.google.inject.Injector injector)
Type of secondary index.
|
listener
factory
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public IndexModule(int threads)
public IndexModule(com.google.common.util.concurrent.ListeningExecutorService interactiveExecutor, com.google.common.util.concurrent.ListeningExecutorService batchExecutor)
public static IndexModule.IndexType getIndexType(com.google.inject.Injector injector)
protected void configure()
configure
in class com.google.inject.AbstractModule