Uses of Interface
org.elasticsearch.common.inject.PreProcessModule

Packages that use PreProcessModule
org.elasticsearch.gateway.blobstore   
org.elasticsearch.gateway.fs   
org.elasticsearch.gateway.local   
org.elasticsearch.gateway.none   
org.elasticsearch.plugins   
org.elasticsearch.river   
 

Uses of PreProcessModule in org.elasticsearch.gateway.blobstore
 

Classes in org.elasticsearch.gateway.blobstore that implement PreProcessModule
 class BlobStoreGatewayModule
           
 

Uses of PreProcessModule in org.elasticsearch.gateway.fs
 

Classes in org.elasticsearch.gateway.fs that implement PreProcessModule
 class FsGatewayModule
           
 

Uses of PreProcessModule in org.elasticsearch.gateway.local
 

Classes in org.elasticsearch.gateway.local that implement PreProcessModule
 class LocalGatewayModule
           
 

Uses of PreProcessModule in org.elasticsearch.gateway.none
 

Classes in org.elasticsearch.gateway.none that implement PreProcessModule
 class NoneGatewayModule
           
 

Uses of PreProcessModule in org.elasticsearch.plugins
 

Classes in org.elasticsearch.plugins that implement PreProcessModule
 class IndexPluginsModule
           
 class PluginsModule
           
 class ShardsPluginsModule
           
 

Uses of PreProcessModule in org.elasticsearch.river
 

Classes in org.elasticsearch.river that implement PreProcessModule
 class RiversPluginsModule
          A module that simply calls the PluginsService.processModule(org.elasticsearch.common.inject.Module) in order to allow plugins to pre process specific river modules.
 



Copyright © 2009-2012. All Rights Reserved.