Uses of Class
org.apache.uima.cas.impl.FsIndex_singletype
-
Packages that use FsIndex_singletype Package Description org.apache.uima.cas.impl 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.impl Modifier and Type Class Description classFsIndex_bag<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclassFsIndex_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_iicpclassFsIndex_set_sorted<T extends FeatureStructure>Common index impl for set and sorted indexes.Fields in org.apache.uima.cas.impl declared as FsIndex_singletype Modifier and Type Field Description (package private) FsIndex_singletype<TOP>[]FsIndex_iicp. cachedSubFsLeafIndexesA list of indexes (the sub-indexes that we need for an iterator).(package private) FsIndex_singletype<T>FsIndex_iicp. fsIndex_singletypeThe "root" index, i.e., index of the type of the iterator.Methods in org.apache.uima.cas.impl that return FsIndex_singletype Modifier and Type Method Description (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()FsIndex_singletype<TOP>FSIndexRepositoryImpl. getNonSetSingleIndexForType(int typecode)FsIndex_singletype<TOP>FSIndexRepositoryImpl. getNonSetSingleIndexForUsedType(int i)Methods in org.apache.uima.cas.impl that return types with arguments of type FsIndex_singletype Modifier and Type Method Description private java.util.stream.Stream<FsIndex_singletype<TOP>>FSIndexRepositoryImpl. streamNonEmptyDirectSubtypes(TypeImpl ti)java.util.stream.Stream<FsIndex_singletype<TOP>>FsIndex_iicp. streamNonEmptyIndexes()java.util.stream.Stream<FsIndex_singletype<TOP>>FSIndexRepositoryImpl. streamNonEmptyIndexes(java.lang.Class<? extends TOP> clazz)java.util.stream.Stream<FsIndex_singletype<TOP>>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_singletype Modifier and Type Method Description protected voidFsIterator_singletype. maybeTraceCowUsingCopy(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy)(package private) voidCASImpl. traceCowCopy(FsIndex_singletype<?> index)(package private) voidCASImpl. traceCowCopyUse(FsIndex_singletype<?> index)(package private) voidCASImpl. traceCowReinit(java.lang.String kind, FsIndex_singletype<?> index)Method parameters in org.apache.uima.cas.impl with type arguments of type FsIndex_singletype Modifier and Type Method Description private voidFsIndex_iicp. initOneTypeThenAllSubtypes(TypeImpl ti, java.util.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_singletype Constructor Description FsIndex_annotation(FsIndex_singletype<T> fsIndex_singletype)FsIndex_iicp(FsIndex_singletype<T> fsIndex_singletype)
-