Uses of Class
org.apache.uima.cas.impl.FsIndex_singletype
Packages that use FsIndex_singletype
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FsIndex_singletype in org.apache.uima.cas.impl
Subclasses of FsIndex_singletype in org.apache.uima.cas.implModifier and TypeClassDescriptionclass
FsIndex_bag<T extends FeatureStructure>
Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclass
FsIndex_flat<T extends FeatureStructure>
Common part of flattened indexes, used for both snapshot iterators and flattened sorted indexes built from passed in instance of FsIndex_iicpfinal class
FsIndex_set_sorted<T extends FeatureStructure>
Common index impl for set and sorted indexes.Fields in org.apache.uima.cas.impl declared as FsIndex_singletypeModifier and TypeFieldDescription(package private) FsIndex_singletype<TOP>[]
FsIndex_iicp.cachedSubFsLeafIndexes
A list of indexes (the sub-indexes that we need for an iterator).(package private) final FsIndex_singletype
<T> FsIndex_iicp.fsIndex_singletype
The "root" index, i.e., index of the type of the iterator.Methods in org.apache.uima.cas.impl that return FsIndex_singletypeModifier and TypeMethodDescription(package private) <T extends TOP>
FsIndex_singletype<T> FSIndexRepositoryImpl.addNewIndexCore
(FSIndexComparatorImpl comparatorForIndexSpecs, int initialSize, int indexingStrategy) The routine which actually creates a new index, for a single type.(package private) FsIndex_singletype
<T> FsIndex_iicp.getFsIndex_singleType()
FSIndexRepositoryImpl.getNonSetSingleIndexForType
(int typecode) FSIndexRepositoryImpl.getNonSetSingleIndexForUsedType
(int i) Methods in org.apache.uima.cas.impl that return types with arguments of type FsIndex_singletypeModifier and TypeMethodDescriptionprivate Stream
<FsIndex_singletype<TOP>> FSIndexRepositoryImpl.streamNonEmptyDirectSubtypes
(TypeImpl ti) FsIndex_iicp.streamNonEmptyIndexes()
FSIndexRepositoryImpl.streamNonEmptyIndexes
(Class<? extends TOP> clazz) FSIndexRepositoryImpl.streamNonEmptyIndexes
(Type type) Stream instances of all of the non-empty indexes themselvesMethods in org.apache.uima.cas.impl with parameters of type FsIndex_singletypeModifier and TypeMethodDescriptionprotected void
FsIterator_singletype.maybeTraceCowUsingCopy
(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy) (package private) void
CASImpl.traceCowCopy
(FsIndex_singletype<?> index) (package private) void
CASImpl.traceCowCopyUse
(FsIndex_singletype<?> index) (package private) void
CASImpl.traceCowReinit
(String kind, FsIndex_singletype<?> index) Method parameters in org.apache.uima.cas.impl with type arguments of type FsIndex_singletypeModifier and TypeMethodDescriptionprivate void
FsIndex_iicp.initOneTypeThenAllSubtypes
(TypeImpl ti, ArrayList<FsIndex_singletype<FeatureStructure>> cache, int indexKind) This method inits one type then calls itself for all direct subtypesConstructors in org.apache.uima.cas.impl with parameters of type FsIndex_singletypeModifierConstructorDescriptionFsIndex_annotation
(FsIndex_singletype<T> fsIndex_singletype) (package private)
FsIndex_iicp
(FsIndex_singletype<T> fsIndex_singletype)