Class FSIndexRepositoryImpl.SharedIndexInfo

  • Enclosing class:
    FSIndexRepositoryImpl

    private static class FSIndexRepositoryImpl.SharedIndexInfo
    extends java.lang.Object
    Information about indexes that is shared across all views *
    • Field Detail

      • annotationFsComparatorWithoutId

        private java.util.Comparator<TOP> annotationFsComparatorWithoutId
        lazily created comparator using the built-in annotation index
      • annotationFsComparatorWithId

        private java.util.Comparator<TOP> annotationFsComparatorWithId
      • annotationFsComparatorNoTypeWithoutId

        private java.util.Comparator<TOP> annotationFsComparatorNoTypeWithoutId
      • annotationFsComparatorNoTypeWithId

        private java.util.Comparator<TOP> annotationFsComparatorNoTypeWithId
      • isSetUpFromBaseCAS

        private boolean isSetUpFromBaseCAS
        optimization only - bypasses some shared (among views) initialization if already done
    • Constructor Detail