Annotation Interface FsIndexKey


@Retention(RUNTIME) @Target(TYPE) public @interface FsIndexKey
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Field Details

    • STANDARD_COMPARE

      static final int STANDARD_COMPARE
      See Also:
    • REVERSE_STANDARD_COMPARE

      static final int REVERSE_STANDARD_COMPARE
      See Also:
  • Element Details

    • featureName

      String featureName
      Returns:
      the name of this key's Feature
      See Also:
      • FsIndexKeyDescription.getFeatureName()
    • comparator

      int comparator
      Returns:
      this key's comparator
      See Also:
      • FsIndexKeyDescription.getComparator()
      Default:
      0