Uses of Class
org.elasticsearch.common.collect.ImmutableOpenIntMap
-
-
Uses of ImmutableOpenIntMap in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return types with arguments of type ImmutableOpenIntMap Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>IndicesShardStoresResponse. getStoreStatuses()ReturnsIndicesShardStoresResponse.StoreStatuss grouped by their index names and shard ids.Constructor parameters in org.elasticsearch.action.admin.indices.shards with type arguments of type ImmutableOpenIntMap Constructor Description IndicesShardStoresResponse(ImmutableOpenMap<String,ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>> storeStatuses, List<IndicesShardStoresResponse.Failure> failures) -
Uses of ImmutableOpenIntMap in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type ImmutableOpenIntMap Modifier and Type Method Description static <T extends Diffable<T>>
DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. diff(ImmutableOpenIntMap<T> before, ImmutableOpenIntMap<T> after, DiffableUtils.KeySerializer<Integer> keySerializer)Calculates diff between two ImmutableOpenIntMaps of Diffable objectsstatic <T> DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. diff(ImmutableOpenIntMap<T> before, ImmutableOpenIntMap<T> after, DiffableUtils.KeySerializer<Integer> keySerializer, DiffableUtils.ValueSerializer<Integer,T> valueSerializer)Calculates diff between two ImmutableOpenIntMaps of non-diffable objectsstatic <T> DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. readImmutableOpenIntMapDiff(StreamInput in, DiffableUtils.KeySerializer<Integer> keySerializer, DiffableUtils.ValueSerializer<Integer,T> valueSerializer)Loads an object that represents difference between two ImmutableOpenMapsstatic <T extends Diffable<T>>
DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. readImmutableOpenIntMapDiff(StreamInput in, DiffableUtils.KeySerializer<Integer> keySerializer, Writeable.Reader<T> reader, Writeable.Reader<Diff<T>> diffReader)Loads an object that represents difference between two ImmutableOpenIntMaps of Diffable objects using Diffable proto objectMethods in org.elasticsearch.cluster with parameters of type ImmutableOpenIntMap Modifier and Type Method Description static <T extends Diffable<T>>
DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. diff(ImmutableOpenIntMap<T> before, ImmutableOpenIntMap<T> after, DiffableUtils.KeySerializer<Integer> keySerializer)Calculates diff between two ImmutableOpenIntMaps of Diffable objectsstatic <T> DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. diff(ImmutableOpenIntMap<T> before, ImmutableOpenIntMap<T> after, DiffableUtils.KeySerializer<Integer> keySerializer, DiffableUtils.ValueSerializer<Integer,T> valueSerializer)Calculates diff between two ImmutableOpenIntMaps of non-diffable objects -
Uses of ImmutableOpenIntMap in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return ImmutableOpenIntMap Modifier and Type Method Description ImmutableOpenIntMap<Set<String>>IndexMetaData. getInSyncAllocationIds() -
Uses of ImmutableOpenIntMap in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return ImmutableOpenIntMap Modifier and Type Method Description ImmutableOpenIntMap<IndexShardRoutingTable>IndexRoutingTable. getShards()ImmutableOpenIntMap<IndexShardRoutingTable>IndexRoutingTable. shards() -
Uses of ImmutableOpenIntMap in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ImmutableOpenIntMap Modifier and Type Method Description ImmutableOpenIntMap<VType>ImmutableOpenIntMap.Builder. build()Builds a new instance of thestatic <VType> ImmutableOpenIntMap<VType>ImmutableOpenIntMap. of()Methods in org.elasticsearch.common.collect with parameters of type ImmutableOpenIntMap Modifier and Type Method Description static <VType> ImmutableOpenIntMap.Builder<VType>ImmutableOpenIntMap. builder(ImmutableOpenIntMap<VType> map)Constructors in org.elasticsearch.common.collect with parameters of type ImmutableOpenIntMap Constructor Description Builder(ImmutableOpenIntMap<VType> map)
-