Uses of Class
org.elasticsearch.common.compress.CompressedString

Packages that use CompressedString
org.elasticsearch.cluster.action.index   
org.elasticsearch.cluster.metadata   
org.elasticsearch.common.compress   
org.elasticsearch.index.aliases   
org.elasticsearch.index.mapper   
 

Uses of CompressedString in org.elasticsearch.cluster.action.index
 

Methods in org.elasticsearch.cluster.action.index that return CompressedString
 CompressedString MappingUpdatedAction.MappingUpdatedRequest.mappingSource()
           
 

Constructors in org.elasticsearch.cluster.action.index with parameters of type CompressedString
MappingUpdatedAction.MappingUpdatedRequest(String index, String type, CompressedString mappingSource)
           
 

Uses of CompressedString in org.elasticsearch.cluster.metadata
 

Methods in org.elasticsearch.cluster.metadata that return CompressedString
 CompressedString AliasMetaData.filter()
           
 CompressedString AliasMetaData.getFilter()
           
 CompressedString MappingMetaData.source()
           
 

Methods in org.elasticsearch.cluster.metadata that return types with arguments of type CompressedString
 com.google.common.collect.ImmutableMap<String,CompressedString> IndexTemplateMetaData.getMappings()
           
 com.google.common.collect.ImmutableMap<String,CompressedString> IndexTemplateMetaData.mappings()
           
 

Methods in org.elasticsearch.cluster.metadata with parameters of type CompressedString
 AliasMetaData.Builder AliasMetaData.Builder.filter(CompressedString filter)
           
 IndexTemplateMetaData.Builder IndexTemplateMetaData.Builder.putMapping(String mappingType, CompressedString mappingSource)
           
 void MetaDataMappingService.updateMapping(String index, String type, CompressedString mappingSource, MetaDataMappingService.Listener listener)
           
 

Method parameters in org.elasticsearch.cluster.metadata with type arguments of type CompressedString
 MetaDataCreateIndexService.Request MetaDataCreateIndexService.Request.mappingsCompressed(Map<String,CompressedString> mappings)
           
 

Constructors in org.elasticsearch.cluster.metadata with parameters of type CompressedString
MappingMetaData(CompressedString mapping)
           
MappingMetaData(String type, CompressedString source, MappingMetaData.Id id, MappingMetaData.Routing routing, MappingMetaData.Timestamp timestamp)
           
 

Constructor parameters in org.elasticsearch.cluster.metadata with type arguments of type CompressedString
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 CompressedString in org.elasticsearch.common.compress
 

Methods in org.elasticsearch.common.compress that return CompressedString
static CompressedString CompressedString.readCompressedString(StreamInput in)
           
 

Uses of CompressedString in org.elasticsearch.index.aliases
 

Methods in org.elasticsearch.index.aliases that return CompressedString
 CompressedString IndexAlias.filter()
           
 

Methods in org.elasticsearch.index.aliases with parameters of type CompressedString
 void IndexAliasesService.add(String alias, CompressedString filter)
           
 

Constructors in org.elasticsearch.index.aliases with parameters of type CompressedString
IndexAlias(String alias, CompressedString filter, org.apache.lucene.search.Filter parsedFilter)
           
 

Uses of CompressedString in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return CompressedString
 CompressedString DocumentMapper.mappingSource()
           
 



Copyright © 2009-2012. All Rights Reserved.