Class RTree.Config
java.lang.Object
com.apple.foundationdb.async.rtree.RTree.Config
- Enclosing class:
- RTree
Configuration settings for a
RTree
.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Config()
protected
Config
(boolean useNodeSlotIndex, int minM, int maxM, int splitS, RTree.Storage storage, boolean storeHilbertValues) -
Method Summary
-
Constructor Details
-
Config
protected Config() -
Config
protected Config(boolean useNodeSlotIndex, int minM, int maxM, int splitS, @Nonnull RTree.Storage storage, boolean storeHilbertValues)
-
-
Method Details