Uses of Class
org.apache.uima.cas.impl.FSIndexRepositoryImpl
Packages that use FSIndexRepositoryImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIndexRepositoryImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FSIndexRepositoryImplModifier and TypeFieldDescriptionprivate final FSIndexRepositoryImpl
Subiterator.fsIndexRepo
(package private) FSIndexRepositoryImpl
CASImpl.indexRepository
Fields in org.apache.uima.cas.impl with type parameters of type FSIndexRepositoryImplModifier and TypeFieldDescription(package private) final List
<FSIndexRepositoryImpl> FSsTobeAddedback.FSsTobeAddedbackSingle.views
Methods in org.apache.uima.cas.impl that return FSIndexRepositoryImplModifier and TypeMethodDescription(package private) FSIndexRepositoryImpl
FSIndexRepositoryImpl.IndexImpl.getFsRepositoryImpl()
private FSIndexRepositoryImpl
XmiCasDeserializer.XmiCasDeserializerHandler.getIndexRepo
(String sofa, int sofaXmiId) CASMgrSerializer.getIndexRepository
(CASImpl cas) Methods in org.apache.uima.cas.impl with parameters of type FSIndexRepositoryImplModifier and TypeMethodDescriptionvoid
CASMgrSerializer.addIndexRepository
(FSIndexRepositoryImpl ir) Serialize index repository.(package private) void
DeferredIndexUpdates.addTodo
(FSIndexRepositoryImpl ir, int fsAddr) (package private) PositiveIntSet
DeferredIndexUpdates.getTodos
(FSIndexRepositoryImpl ir) Does just-in-time creation of PositiveIntSet if needed before addingprotected void
FSsTobeAddedback.log
(int fsAddr, FSIndexRepositoryImpl view) protected void
FSsTobeAddedback.log
(int fsAddr, FSIndexRepositoryImpl view, int count) protected void
FSsTobeAddedback.log
(FSIndexRepositoryImpl view) protected void
FSsTobeAddedback.log
(FSIndexRepositoryImpl view, int count) private void
FSsTobeAddedback.logPart
(int fsAddr, FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.FSsTobeAddedbackMultiple.recordRemove
(int fsAddr, FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.FSsTobeAddedbackMultipleCounts.recordRemove
(int fsAddr, FSIndexRepositoryImpl view, int count) (package private) void
FSsTobeAddedback.FSsTobeAddedbackSingle.recordRemove
(int fsAddr, FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.FSsTobeAddedbackSingle.recordRemove
(int fsAddr, FSIndexRepositoryImpl view, int count) (package private) void
FSsTobeAddedback.FSsTobeAddedbackSingle.recordRemove
(FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.FSsTobeAddedbackSingleCounts.recordRemove
(FSIndexRepositoryImpl view, int count) (package private) void
FSsTobeAddedback.recordRemove
(int fsAddr, FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.recordRemove
(int fsAddr, FSIndexRepositoryImpl view, int count) (package private) void
FSsTobeAddedback.recordRemove
(FSIndexRepositoryImpl view) (package private) void
FSsTobeAddedback.recordRemove
(FSIndexRepositoryImpl view, int count) private boolean
CASImpl.removeAndRecord
(int fsRef, FSIndexRepositoryImpl ir, FSsTobeAddedback toBeAdded) remove a FS from corruptable indexes in this viewConstructors in org.apache.uima.cas.impl with parameters of type FSIndexRepositoryImplModifierConstructorDescription(package private)
FSIndexRepositoryImpl
(CASImpl cas, FSIndexRepositoryImpl baseIndexRepo) Constructor for views.(package private)
Subiterator
(FSIterator<T> it, AnnotationFS boundingAnnotation, int boundingBegin, int boundingEnd, boolean ambiguous, boolean strict, boolean isBounded, FSIndexRepositoryImpl fsIndexRepo) Constructor called with annot == null and boundingBegin and boundingEnd specified, or called with annot != null (boundingBegin/End ignored) if annot == null, then this implies the comparisons should use just begin and end (not type priorities) and the range is inclusive with the begin/ end boundaries != null, then this implies the comparisons use the normal Annotation compare and the range is exclusive on the left with the boundaries.