Interface SortedIndexDefinition

    • Method Detail

      • treeName

        String treeName()
        Represents an index tree name.
      • segments

        int segments()
        Amount of index tree segments.
      • inlineSize

        int inlineSize()
        Inline size.
      • primary

        boolean primary()
        Whether this index is primary key (unique) or not.
      • affinity

        boolean affinity()
        Whether this index is affinity key index or not.