Uses of Class
org.elasticsearch.common.collect.ImmutableOpenMap
-
-
Uses of ImmutableOpenMap in org.elasticsearch.action.admin.indices.alias.get
Methods in org.elasticsearch.action.admin.indices.alias.get that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,List<AliasMetaData>>GetAliasesResponse. getAliases()Constructors in org.elasticsearch.action.admin.indices.alias.get with parameters of type ImmutableOpenMap Constructor Description GetAliasesResponse(ImmutableOpenMap<String,List<AliasMetaData>> aliases) -
Uses of ImmutableOpenMap in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,List<AliasMetaData>>GetIndexResponse. aliases()ImmutableOpenMap<String,Settings>GetIndexResponse. defaultSettings()If the originatingGetIndexRequestobject was configured to include defaults, this will contain a mapping of index name toSettingsobjects.ImmutableOpenMap<String,List<AliasMetaData>>GetIndexResponse. getAliases()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. getMappings()ImmutableOpenMap<String,Settings>GetIndexResponse. getSettings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. mappings()ImmutableOpenMap<String,Settings>GetIndexResponse. settings()Methods in org.elasticsearch.action.admin.indices.get that return types with arguments of type ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. getMappings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. mappings()Constructors in org.elasticsearch.action.admin.indices.get with parameters of type ImmutableOpenMap Constructor Description GetIndexResponse(String[] indices, ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings, ImmutableOpenMap<String,List<AliasMetaData>> aliases, ImmutableOpenMap<String,Settings> settings, ImmutableOpenMap<String,Settings> defaultSettings)Constructor parameters in org.elasticsearch.action.admin.indices.get with type arguments of type ImmutableOpenMap Constructor Description GetIndexResponse(String[] indices, ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings, ImmutableOpenMap<String,List<AliasMetaData>> aliases, ImmutableOpenMap<String,Settings> settings, ImmutableOpenMap<String,Settings> defaultSettings) -
Uses of ImmutableOpenMap in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. getMappings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. mappings()Methods in org.elasticsearch.action.admin.indices.mapping.get that return types with arguments of type ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. getMappings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. mappings()Constructors in org.elasticsearch.action.admin.indices.mapping.get with parameters of type ImmutableOpenMap Constructor Description GetMappingsResponse(ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings)Constructor parameters in org.elasticsearch.action.admin.indices.mapping.get with type arguments of type ImmutableOpenMap Constructor Description GetMappingsResponse(ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings) -
Uses of ImmutableOpenMap in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,Settings>GetSettingsResponse. getIndexToDefaultSettings()If the originatingGetSettingsRequestobject was configured to include defaults, this will contain a mapping of index name toSettingsobjects.ImmutableOpenMap<String,Settings>GetSettingsResponse. getIndexToSettings()Returns a map of index name toSettingsobject.Constructors in org.elasticsearch.action.admin.indices.settings.get with parameters of type ImmutableOpenMap Constructor Description GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings, ImmutableOpenMap<String,Settings> indexToDefaultSettings) -
Uses of ImmutableOpenMap in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>IndicesShardStoresResponse. getStoreStatuses()ReturnsIndicesShardStoresResponse.StoreStatuss grouped by their index names and shard ids.Constructors in org.elasticsearch.action.admin.indices.shards with parameters of type ImmutableOpenMap Constructor Description IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses, List<IndicesShardStoresResponse.Failure> failures) -
Uses of ImmutableOpenMap in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,LifecyclePolicyMetadata>GetLifecyclePolicyResponse. getPolicies()Constructors in org.elasticsearch.client.indexlifecycle with parameters of type ImmutableOpenMap Constructor Description GetLifecyclePolicyResponse(ImmutableOpenMap<String,LifecyclePolicyMetadata> policies) -
Uses of ImmutableOpenMap in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,AliasMetaData>IndexTemplateMetaData. aliases()Constructors in org.elasticsearch.client.indices with parameters of type ImmutableOpenMap Constructor Description IndexTemplateMetaData(String name, int order, Integer version, List<String> patterns, Settings settings, MappingMetaData mappings, ImmutableOpenMap<String,AliasMetaData> aliases) -
Uses of ImmutableOpenMap in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<K,T>DiffableUtils.ImmutableOpenMapDiff. apply(ImmutableOpenMap<K,T> map)ImmutableOpenMap<String,ClusterState.Custom>ClusterState. customs()ImmutableOpenMap<String,ClusterState.Custom>ClusterState. getCustoms()ImmutableOpenMap<String,DiskUsage>ClusterInfo. getNodeLeastAvailableDiskUsages()Returns a node id to disk usage mapping for the path that has the least available space on the node.ImmutableOpenMap<String,DiskUsage>ClusterInfo. getNodeMostAvailableDiskUsages()Returns a node id to disk usage mapping for the path that has the most available space on the node.ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus>RestoreInProgress.Entry. shards()Returns list of shards that being restore and their statusImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus>SnapshotsInProgress.Entry. shards()ImmutableOpenMap<String,List<ShardId>>SnapshotsInProgress.Entry. waitingIndices()Methods in org.elasticsearch.cluster that return types with arguments of type ImmutableOpenMap Modifier and Type Method Description static <K,T extends Diffable<T>>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. diff(ImmutableOpenMap<K,T> before, ImmutableOpenMap<K,T> after, DiffableUtils.KeySerializer<K> keySerializer)Calculates diff between two ImmutableOpenMaps of Diffable objectsstatic <K,T>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. diff(ImmutableOpenMap<K,T> before, ImmutableOpenMap<K,T> after, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)Calculates diff between two ImmutableOpenMaps of non-diffable objectsstatic <K,T>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. readImmutableOpenMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)Loads an object that represents difference between two ImmutableOpenMapsstatic <K,T extends Diffable<T>>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. readImmutableOpenMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, Writeable.Reader<T> reader, Writeable.Reader<Diff<T>> diffReader)Loads an object that represents difference between two ImmutableOpenMaps of Diffable objects using Diffable proto objectMethods in org.elasticsearch.cluster with parameters of type ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<K,T>DiffableUtils.ImmutableOpenMapDiff. apply(ImmutableOpenMap<K,T> map)ClusterState.BuilderClusterState.Builder. customs(ImmutableOpenMap<String,ClusterState.Custom> customs)static <K,T extends Diffable<T>>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. diff(ImmutableOpenMap<K,T> before, ImmutableOpenMap<K,T> after, DiffableUtils.KeySerializer<K> keySerializer)Calculates diff between two ImmutableOpenMaps of Diffable objectsstatic <K,T>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. diff(ImmutableOpenMap<K,T> before, ImmutableOpenMap<K,T> after, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)Calculates diff between two ImmutableOpenMaps of non-diffable objects -
Uses of ImmutableOpenMap in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,Set<ClusterBlock>>ClusterBlocks. indices()ImmutableOpenMap<String,Set<ClusterBlock>>ClusterBlocks. indices(ClusterBlockLevel level) -
Uses of ImmutableOpenMap in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,AliasMetaData>IndexTemplateMetaData. aliases()ImmutableOpenMap<String,MetaData.Custom>MetaData. customs()ImmutableOpenMap<String,List<AliasMetaData>>MetaData. findAliases(AliasesRequest aliasesRequest, String[] concreteIndices)Finds the specific index aliases that match with the specified aliases directly or partially via wildcards, and that point to the specified concrete indices (directly or matching indices via wildcards).ImmutableOpenMap<String,List<AliasMetaData>>MetaData. findAllAliases(String[] concreteIndices)Finds the specific index aliases that point to the requested concrete indices directly or that match with the indices via wildcards.ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>MetaData. findMappings(String[] concreteIndices, String[] types, Function<String,Predicate<String>> fieldFilter)Finds all mappings for types and concrete indices.ImmutableOpenMap<String,AliasMetaData>IndexMetaData. getAliases()ImmutableOpenMap<String,AliasMetaData>IndexTemplateMetaData. getAliases()ImmutableOpenMap<String,MetaData.Custom>MetaData. getCustoms()ImmutableOpenMap<String,IndexMetaData>MetaData. getIndices()ImmutableOpenMap<String,MappingMetaData>IndexMetaData. getMappings()Deprecated.UseIndexMetaData.mapping()instead now that indices have a single typeImmutableOpenMap<String,CompressedXContent>IndexTemplateMetaData. getMappings()ImmutableOpenMap<String,RolloverInfo>IndexMetaData. getRolloverInfos()ImmutableOpenMap<String,IndexTemplateMetaData>MetaData. getTemplates()ImmutableOpenMap<String,IndexMetaData>MetaData. indices()ImmutableOpenMap<String,CompressedXContent>IndexTemplateMetaData. mappings()ImmutableOpenMap<String,IndexTemplateMetaData>MetaData. templates()Methods in org.elasticsearch.cluster.metadata that return types with arguments of type ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>MetaData. findMappings(String[] concreteIndices, String[] types, Function<String,Predicate<String>> fieldFilter)Finds all mappings for types and concrete indices.Methods in org.elasticsearch.cluster.metadata with parameters of type ImmutableOpenMap Modifier and Type Method Description MetaData.BuilderMetaData.Builder. customs(ImmutableOpenMap<String,MetaData.Custom> customs)MetaData.BuilderMetaData.Builder. indices(ImmutableOpenMap<String,IndexMetaData> indices)MetaData.BuilderMetaData.Builder. templates(ImmutableOpenMap<String,IndexTemplateMetaData> templates)Constructors in org.elasticsearch.cluster.metadata with parameters of type ImmutableOpenMap Constructor Description IndexTemplateMetaData(String name, int order, Integer version, List<String> patterns, Settings settings, ImmutableOpenMap<String,CompressedXContent> mappings, ImmutableOpenMap<String,AliasMetaData> aliases) -
Uses of ImmutableOpenMap in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getCoordinatingOnlyNodes()Get aMapof the coordinating only nodes (nodes which are neither master, nor data, nor ingest nodes) arranged by their idsImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getDataNodes()Get aMapof the discovered data nodes arranged by their idsImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getIngestNodes()ImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getMasterAndDataNodes()Get aMapof the discovered master and data nodes arranged by their idsImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getMasterNodes()Get aMapof the discovered master nodes arranged by their idsImmutableOpenMap<String,DiscoveryNode>DiscoveryNodes. getNodes()Get aMapof the discovered nodes arranged by their ids -
Uses of ImmutableOpenMap in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,IndexRoutingTable>RoutingTable. getIndicesRouting()ImmutableOpenMap<String,IndexRoutingTable>RoutingTable. indicesRouting() -
Uses of ImmutableOpenMap in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,ClusterState.Custom>RoutingAllocation. getCustoms() -
Uses of ImmutableOpenMap in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<KType,VType>ImmutableOpenMap.Builder. build()Builds a new instance of thestatic <KType,VType>
ImmutableOpenMap<KType,VType>ImmutableOpenMap. copyOf(ObjectObjectMap<KType,VType> map)static <KType,VType>
ImmutableOpenMap<KType,VType>ImmutableOpenMap. of()Methods in org.elasticsearch.common.collect with parameters of type ImmutableOpenMap Modifier and Type Method Description static <KType,VType>
ImmutableOpenMap.Builder<KType,VType>ImmutableOpenMap. builder(ImmutableOpenMap<KType,VType> map)Constructors in org.elasticsearch.common.collect with parameters of type ImmutableOpenMap Constructor Description Builder(ImmutableOpenMap<KType,VType> map) -
Uses of ImmutableOpenMap in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return ImmutableOpenMap Modifier and Type Method Description ImmutableOpenMap<String,Long>SegmentsStats. getFileSizes()Methods in org.elasticsearch.index.engine with parameters of type ImmutableOpenMap Modifier and Type Method Description voidSegmentsStats. addFileSizes(ImmutableOpenMap<String,Long> fileSizes) -
Uses of ImmutableOpenMap in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with parameters of type ImmutableOpenMap Modifier and Type Method Description static booleanRestoreService. completed(ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)static intRestoreService. failedShards(ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)static RestoreInProgress.StateRestoreService. overallState(RestoreInProgress.State nonCompletedState, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)
-