Package com.illumon.iris.db.v2.utils
Class Index.AdaptiveIndexBuilder
java.lang.Object
com.illumon.iris.db.v2.utils.Index.AbstractRandomBuilder
com.illumon.iris.db.v2.utils.Index.AdaptiveIndexBuilder
- All Implemented Interfaces:
Index.RandomBuilder
,IndexBuilder
- Enclosing interface:
- Index
public static class Index.AdaptiveIndexBuilder extends Index.AbstractRandomBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.utils.IndexBuilder
IndexBuilder.Helper
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AdaptiveIndexBuilder()
-
Method Summary
Methods inherited from class com.illumon.iris.db.v2.utils.Index.AbstractRandomBuilder
addKey, addRange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.v2.utils.IndexBuilder
addIndex, addKeyIndicesChunk, addKeyIndicesChunk, addKeys, addOrderedKeyIndicesChunk, addRanges
-
Constructor Details
-
AdaptiveIndexBuilder
public AdaptiveIndexBuilder()
-
-
Method Details
-
getIndex
Description copied from interface:IndexBuilder
Get the index constructed from all of the keys added so far.- Returns:
- an Index
-