Package org.apache.uima.cas.impl
Class FSIndexRepositoryImpl.SharedIndexInfo
java.lang.Object
org.apache.uima.cas.impl.FSIndexRepositoryImpl.SharedIndexInfo
- Enclosing class:
- FSIndexRepositoryImpl
Information about indexes that is shared across all views *
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntComparator
lazily created comparator using the built-in annotation index, but for intsprivate Comparator<AnnotationFS>
lazily created comparator using the built-in annotation indexprivate LinearTypeOrderBuilder
private LinearTypeOrder
private boolean
optimization only - bypasses some shared (among views) initialization if already doneprivate final TypeSystemImpl
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultOrderBuilder
-
defaultTypeOrder
-
tsi
-
annotationFsComparator
lazily created comparator using the built-in annotation index -
annotationComparator
lazily created comparator using the built-in annotation index, but for ints -
isSetUpFromBaseCAS
private boolean isSetUpFromBaseCASoptimization only - bypasses some shared (among views) initialization if already done
-
-
Constructor Details
-
SharedIndexInfo
SharedIndexInfo(TypeSystemImpl typeSystem)
-