Class RTree.ConfigBuilder
java.lang.Object
com.apple.foundationdb.async.rtree.RTree.ConfigBuilder
- Enclosing class:
- RTree
Builder for
RTree.Config.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigBuilder(boolean useNodeSlotIndex, int minM, int maxM, int splitS, RTree.Storage storage, boolean storeHilbertValues) -
Method Summary
Modifier and TypeMethodDescriptionbuild()intgetMaxM()intgetMinM()intbooleanbooleansetMaxM(int maxM) setMinM(int minM) setSplitS(int splitS) setStorage(RTree.Storage storage) setStoreHilbertValues(boolean storeHilbertValues) setUseNodeSlotIndex(boolean useNodeSlotIndex)
-
Constructor Details
-
ConfigBuilder
public ConfigBuilder() -
ConfigBuilder
public ConfigBuilder(boolean useNodeSlotIndex, int minM, int maxM, int splitS, @Nonnull RTree.Storage storage, boolean storeHilbertValues)
-
-
Method Details
-
getMinM
public int getMinM() -
setMinM
-
getMaxM
public int getMaxM() -
setMaxM
-
getSplitS
public int getSplitS() -
setSplitS
-
getStorage
-
setStorage
-
isStoreHilbertValues
public boolean isStoreHilbertValues() -
setStoreHilbertValues
-
isUseNodeSlotIndex
public boolean isUseNodeSlotIndex() -
setUseNodeSlotIndex
-
build
-