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

Packages that use MetaData.Custom.Factory
org.elasticsearch.cluster.metadata   
 

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

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

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

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



Copyright © 2009-2012. All Rights Reserved.