Uses of Class
com.carrotsearch.hppc.IntArrayList
-
Packages that use IntArrayList Package Description com.carrotsearch.hppc org.elasticsearch.action.search org.elasticsearch.search.fetch -
-
Uses of IntArrayList in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return IntArrayList Modifier and Type Method Description IntArrayListIntArrayList. clone()Clone this object.static IntArrayListIntArrayList. from(int... elements)Create a list from a variable number of arguments or an array ofint.Methods in com.carrotsearch.hppc with parameters of type IntArrayList Modifier and Type Method Description protected booleanIntArrayList. equalElements(IntArrayList other)Compare index-aligned elements against anotherIntIndexedContainer. -
Uses of IntArrayList in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return IntArrayList Modifier and Type Method Description IntArrayList[]SearchPhaseController. fillDocIdsToLoad(int numShards, ScoreDoc[] shardDocs)Builds an array, with potential null elements, with docs to load. -
Uses of IntArrayList in org.elasticsearch.search.fetch
Constructors in org.elasticsearch.search.fetch with parameters of type IntArrayList Constructor Description ShardFetchRequest(long id, IntArrayList list, ScoreDoc lastEmittedDoc)ShardFetchSearchRequest(OriginalIndices originalIndices, long id, IntArrayList list, ScoreDoc lastEmittedDoc)
-