Uses of Interface
com.carrotsearch.hppc.IntSet
-
Packages that use IntSet Package Description com.carrotsearch.hppc org.elasticsearch.cluster.routing -
-
Uses of IntSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntSet Modifier and Type Class Description classIntHashSetA hash set ofints, implemented using using open addressing with linear probing for collision resolution. -
Uses of IntSet in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type IntSet Modifier and Type Method Description RoutingTable.BuilderRoutingTable.Builder. addAsNewRestore(IndexMetaData indexMetaData, RecoverySource.SnapshotRecoverySource recoverySource, IntSet ignoreShards)IndexRoutingTable.BuilderIndexRoutingTable.Builder. initializeAsNewRestore(IndexMetaData indexMetaData, RecoverySource.SnapshotRecoverySource recoverySource, IntSet ignoreShards)Initializes a new empty index, to be restored from a snapshot
-