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)