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 |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableCollection<SchemaDefinitions<?>> |
ALL_SCHEMA_DEFS |
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
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 static final com.google.common.collect.ImmutableCollection<SchemaDefinitions<?>> ALL_SCHEMA_DEFS
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