Uses of Interface
org.apache.uima.cas.impl.CopyOnWriteIndexPart
Packages that use CopyOnWriteIndexPart
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CopyOnWriteIndexPart in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type CopyOnWriteIndexPartModifier and TypeFieldDescriptionprotected WeakReference
<CopyOnWriteIndexPart<T>> FsIndex_singletype.wr_cow
common copy on write instance or null; starts out as null Iterator creation initializes (if null).Methods in org.apache.uima.cas.impl that return CopyOnWriteIndexPartModifier and TypeMethodDescriptionprotected CopyOnWriteIndexPart
<T> FsIndex_bag.createCopyOnWriteIndexPart()
protected CopyOnWriteIndexPart
FsIndex_flat.createCopyOnWriteIndexPart()
protected CopyOnWriteIndexPart
FsIndex_set_sorted.createCopyOnWriteIndexPart()
protected abstract CopyOnWriteIndexPart
<T> FsIndex_singletype.createCopyOnWriteIndexPart()
FsIndex_singletype.getCopyOnWriteIndexPart()
protected CopyOnWriteIndexPart
<T> FsIndex_singletype.getNonNullCow()
Methods in org.apache.uima.cas.impl with parameters of type CopyOnWriteIndexPartModifier and TypeMethodDescriptionprotected void
FsIterator_singletype.maybeTraceCowUsingCopy
(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy) Method parameters in org.apache.uima.cas.impl with type arguments of type CopyOnWriteIndexPartModifier and TypeMethodDescription(package private) void
FsIndex_iicp.collectCowIndexParts
(ArrayList<CopyOnWriteIndexPart<T>> indexes) private <T extends TOP>
voidFSIndexRepositoryImpl.collectCowIndexParts
(TypeImpl ti, ArrayList<CopyOnWriteIndexPart<T>> indexes) private <T extends TOP>
Collection<T> FSIndexRepositoryImpl.getCollectionFromCows
(ArrayList<CopyOnWriteIndexPart<T>> indexes) Constructors in org.apache.uima.cas.impl with parameters of type CopyOnWriteIndexPartModifierConstructorDescription(package private)
FsIterator_bag
(FsIndex_bag<T> fsBagIndex, TypeImpl ti, CopyOnWriteIndexPart<T> cow_wrapper) (package private)
FsIterator_bag_pear
(FsIndex_bag<T> fsBagIndex, TypeImpl ti, CopyOnWriteIndexPart cow_wrapper) (package private)
FsIterator_set_sorted_pear
(FsIndex_set_sorted<T> ll_index, CopyOnWriteIndexPart cow_wrapper, Comparator<TOP> comparatorMaybeNoTypeWithoutID) FsIterator_set_sorted2
(FsIndex_set_sorted<T> ll_index, CopyOnWriteIndexPart cow_wrapper, Comparator<TOP> comparatorMaybeNoTypeWithoutID) -
Uses of CopyOnWriteIndexPart in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement CopyOnWriteIndexPartModifier and TypeClassDescriptionclass
CopyOnWriteObjHashSet<T extends FeatureStructure>
implements ObjHashSet partially, for iterator useclass
CopyOnWriteOrderedFsSet_array<T extends FeatureStructure>
implements OrderedFsSet_array partially, for iterator use