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

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

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

Classes in org.elasticsearch.cluster.metadata with type parameters of type MetaData.Custom
static interface MetaData.Custom.Factory<T extends MetaData.Custom>
           
 

Methods in org.elasticsearch.cluster.metadata with type parameters of type MetaData.Custom
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 that return MetaData.Custom
 MetaData.Custom MetaData.Builder.getCustom(String type)
           
 

Methods in org.elasticsearch.cluster.metadata that return types with arguments of type MetaData.Custom
 com.google.common.collect.ImmutableMap<String,MetaData.Custom> MetaData.customs()
           
 com.google.common.collect.ImmutableMap<String,MetaData.Custom> MetaData.getCustoms()
           
 

Methods in org.elasticsearch.cluster.metadata with parameters of type MetaData.Custom
 MetaData.Builder MetaData.Builder.putCustom(String type, MetaData.Custom custom)
           
 



Copyright © 2009-2012. All Rights Reserved.