Uses of Interface
org.elasticsearch.cluster.ClusterState.Custom.Factory

Packages that use ClusterState.Custom.Factory
org.elasticsearch.cluster   
 

Uses of ClusterState.Custom.Factory in org.elasticsearch.cluster
 

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

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

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



Copyright © 2009-2012. All Rights Reserved.