Interface SpaceIndex

All Known Subinterfaces:
ISpaceIndex
All Known Implementing Classes:
AbstractSpaceIndex, CompoundIndex, CustomIndex, SpaceCollectionIndex, SpacePathIndex, SpacePropertyIndex

public interface SpaceIndex
Encapsulates information about an index of a space type.
Since:
8.0
Author:
Niv Ingberg
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the type of the index.
    Gets the name of the index.
    boolean
    Returns true if this index has a unique constraint, false otherwise.
  • Method Details

    • getName

      String getName()
      Gets the name of the index.
    • getIndexType

      SpaceIndexType getIndexType()
      Gets the type of the index.
    • isUnique

      boolean isUnique()
      Returns true if this index has a unique constraint, false otherwise.
      Returns:
      true if index is unique