Package com.illumon.iris.db.v2.utils
Class MixedBuilder
java.lang.Object
com.illumon.iris.db.v2.utils.MixedBuilder
- All Implemented Interfaces:
LongRangeConsumer
,TreeIndexImpl.RandomBuilder
,TreeIndexImpl.SequentialBuilder
-
Field Summary
FieldsFields inherited from interface com.illumon.iris.db.v2.utils.TreeIndexImpl.SequentialBuilder
check, outOfOrderKeyErrorMsg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
add
(SortedRanges ix, boolean acquire) void
addKey
(long key) void
addRange
(long startKey, long endKey) 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.TreeIndexImpl.RandomBuilder
accept, add, appendKey, appendRange
Methods inherited from interface com.illumon.iris.db.v2.utils.TreeIndexImpl.SequentialBuilder
appendTreeIndexImpl, setDomain
-
Field Details
-
pqb
-
-
Constructor Details
-
MixedBuilder
public MixedBuilder(int pqInitialCapacity)
-
-
Method Details
-
addKey
public void addKey(long key) - Specified by:
addKey
in interfaceTreeIndexImpl.RandomBuilder
-
addRange
public void addRange(long startKey, long endKey) - Specified by:
addRange
in interfaceTreeIndexImpl.RandomBuilder
-
add
- Specified by:
add
in interfaceTreeIndexImpl.RandomBuilder
-
add
- Specified by:
add
in interfaceTreeIndexImpl.RandomBuilder
-
getTreeIndexImpl
- Specified by:
getTreeIndexImpl
in interfaceTreeIndexImpl.SequentialBuilder
-