Package org.apache.uima.cas.impl
Class FSIndexRepositoryImpl.SharedIndexInfo
- java.lang.Object
-
- org.apache.uima.cas.impl.FSIndexRepositoryImpl.SharedIndexInfo
-
- Enclosing class:
- FSIndexRepositoryImpl
private static class FSIndexRepositoryImpl.SharedIndexInfo extends java.lang.Object
Information about indexes that is shared across all views *
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Comparator<TOP>
annotationFsComparatorNoTypeWithId
private java.util.Comparator<TOP>
annotationFsComparatorNoTypeWithoutId
private java.util.Comparator<TOP>
annotationFsComparatorWithId
private java.util.Comparator<TOP>
annotationFsComparatorWithoutId
lazily created comparator using the built-in annotation indexprivate LinearTypeOrderBuilder
defaultOrderBuilder
private LinearTypeOrder
defaultTypeOrder
private boolean
isSetUpFromBaseCAS
optimization only - bypasses some shared (among views) initialization if already doneprivate TypeSystemImpl
tsi
-
Constructor Summary
Constructors Constructor Description SharedIndexInfo(TypeSystemImpl typeSystem)
-
-
-
Field Detail
-
defaultOrderBuilder
private LinearTypeOrderBuilder defaultOrderBuilder
-
defaultTypeOrder
private LinearTypeOrder defaultTypeOrder
-
tsi
private final TypeSystemImpl tsi
-
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
-
SharedIndexInfo
SharedIndexInfo(TypeSystemImpl typeSystem)
-
-