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

Packages that use IndexMetaData.Custom
org.elasticsearch.action.admin.indices.create Create index action. 
org.elasticsearch.action.admin.indices.template.put   
org.elasticsearch.cluster.metadata   
org.elasticsearch.search.warmer   
 

Uses of IndexMetaData.Custom in org.elasticsearch.action.admin.indices.create
 

Methods in org.elasticsearch.action.admin.indices.create with parameters of type IndexMetaData.Custom
 CreateIndexRequest CreateIndexRequest.custom(IndexMetaData.Custom custom)
           
 CreateIndexRequestBuilder CreateIndexRequestBuilder.setCustom(IndexMetaData.Custom custom)
           
 

Uses of IndexMetaData.Custom in org.elasticsearch.action.admin.indices.template.put
 

Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type IndexMetaData.Custom
 PutIndexTemplateRequest PutIndexTemplateRequest.custom(IndexMetaData.Custom custom)
           
 

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

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

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

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

Methods in org.elasticsearch.cluster.metadata with parameters of type IndexMetaData.Custom
 IndexMetaData.Builder IndexMetaData.Builder.putCustom(String type, IndexMetaData.Custom customIndexMetaData)
           
 IndexTemplateMetaData.Builder IndexTemplateMetaData.Builder.putCustom(String type, IndexMetaData.Custom customIndexMetaData)
           
 

Method parameters in org.elasticsearch.cluster.metadata with type arguments of type IndexMetaData.Custom
 MetaDataCreateIndexService.Request MetaDataCreateIndexService.Request.customs(Map<String,IndexMetaData.Custom> customs)
           
 MetaDataIndexTemplateService.PutRequest MetaDataIndexTemplateService.PutRequest.customs(Map<String,IndexMetaData.Custom> customs)
           
 

Constructor parameters in org.elasticsearch.cluster.metadata with type arguments of type IndexMetaData.Custom
IndexTemplateMetaData(String name, int order, String template, Settings settings, com.google.common.collect.ImmutableMap<String,CompressedString> mappings, com.google.common.collect.ImmutableMap<String,IndexMetaData.Custom> customs)
           
 

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

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



Copyright © 2009-2012. All Rights Reserved.