Uses of Interface
org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory

Packages that use IndexMetaData.Custom.Factory
org.elasticsearch.cluster.metadata   
org.elasticsearch.search.warmer   
 

Uses of IndexMetaData.Custom.Factory in org.elasticsearch.cluster.metadata
 

Fields in org.elasticsearch.cluster.metadata with type parameters of type IndexMetaData.Custom.Factory
static Map<String,IndexMetaData.Custom.Factory> IndexMetaData.customFactories
           
 

Methods in org.elasticsearch.cluster.metadata that return IndexMetaData.Custom.Factory
static
<T extends IndexMetaData.Custom>
IndexMetaData.Custom.Factory<T>
IndexMetaData.lookupFactory(String type)
           
static
<T extends IndexMetaData.Custom>
IndexMetaData.Custom.Factory<T>
IndexMetaData.lookupFactorySafe(String type)
           
 

Methods in org.elasticsearch.cluster.metadata with parameters of type IndexMetaData.Custom.Factory
static void IndexMetaData.registerFactory(String type, IndexMetaData.Custom.Factory factory)
          Register a custom index meta data factory.
 

Uses of IndexMetaData.Custom.Factory in org.elasticsearch.search.warmer
 

Classes in org.elasticsearch.search.warmer that implement IndexMetaData.Custom.Factory
static class IndexWarmersMetaData.Factory
           
 



Copyright © 2009-2012. All Rights Reserved.