Class RTree.Config

java.lang.Object
com.apple.foundationdb.async.rtree.RTree.Config
Enclosing class:
RTree

public static class RTree.Config extends Object
Configuration settings for a RTree.
  • Constructor Details

    • Config

      protected Config()
    • Config

      protected Config(boolean useNodeSlotIndex, int minM, int maxM, int splitS, @Nonnull RTree.Storage storage, boolean storeHilbertValues)
  • Method Details

    • isUseNodeSlotIndex

      public boolean isUseNodeSlotIndex()
    • getMinM

      public int getMinM()
    • getMaxM

      public int getMaxM()
    • getSplitS

      public int getSplitS()
    • getStorage

      @Nonnull public RTree.Storage getStorage()
    • isStoreHilbertValues

      public boolean isStoreHilbertValues()
    • toBuilder

      public RTree.ConfigBuilder toBuilder()
    • toString

      public String toString()
      Overrides:
      toString in class Object