Class FSIndexRepositoryImpl.SharedIndexInfo

java.lang.Object
org.apache.uima.cas.impl.FSIndexRepositoryImpl.SharedIndexInfo
Enclosing class:
FSIndexRepositoryImpl

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

    • defaultOrderBuilder

      private LinearTypeOrderBuilder defaultOrderBuilder
    • defaultTypeOrder

      private LinearTypeOrder defaultTypeOrder
    • tsi

      private final TypeSystemImpl tsi
    • annotationFsComparator

      private Comparator<AnnotationFS> annotationFsComparator
      lazily created comparator using the built-in annotation index
    • annotationComparator

      private IntComparator annotationComparator
      lazily created comparator using the built-in annotation index, but for ints
    • isSetUpFromBaseCAS

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