Uses of Class
org.apache.uima.cas.impl.MarkerImpl
Packages that use MarkerImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of MarkerImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as MarkerImplModifier and TypeFieldDescriptionprivate final MarkerImpl
BinaryCasSerDes4.Serializer.mark
private final MarkerImpl
BinaryCasSerDes6.mark
final MarkerImpl
CasSerializerSupport.CasDocSerializer.marker
Used to tell if a FS was created before or after mark.private MarkerImpl
CASImpl.SharedViewData.trackingMark
This tracks the changes for delta cas May also in the future support Journaling by component, allowing determination of which component in a flow created/updated a FeatureStructure (not implmented) TrackingMarkers are held on to by things outside of the Cas, to support switching from one tracking marker to another (currently not used, but designed to support Component Journaling).Fields in org.apache.uima.cas.impl with type parameters of type MarkerImplModifier and TypeFieldDescriptionprivate List
<MarkerImpl> CASImpl.SharedViewData.trackingMarkList
This list currently only contains at most 1 element.Methods in org.apache.uima.cas.impl that return MarkerImplMethods in org.apache.uima.cas.impl with parameters of type MarkerImplModifier and TypeMethodDescription(package private) int[]
CASImpl.getDeltaIndexedFSs
(MarkerImpl mark) Constructors in org.apache.uima.cas.impl with parameters of type MarkerImplModifierConstructorDescriptionBinaryCasSerDes6
(AbstractCas cas, MarkerImpl mark, TypeSystemImpl tgtTs, BinaryCasSerDes6.ReuseInfo rfs) Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature StructuresBinaryCasSerDes6
(AbstractCas cas, MarkerImpl mark, TypeSystemImpl tgtTs, BinaryCasSerDes6.ReuseInfo rfs, boolean doMeasurements) Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature Structures, output measurementsBinaryCasSerDes6
(AbstractCas aCas, MarkerImpl mark, TypeSystemImpl tgtTs, BinaryCasSerDes6.ReuseInfo rfs, boolean doMeasurements, BinaryCasSerDes6.CompressLevel compressLevel, BinaryCasSerDes6.CompressStrat compressStrategy) Setup to serialize or deserialize using binary compression, with (optional) type mapping and only processing reachable Feature StructuresCasDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss) CasDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss, boolean trackMultiRefs) private
Serializer
(CASImpl cas, DataOutputStream serializedOut, MarkerImpl mark, SerializationMeasures sm, BinaryCasSerDes4.CompressLevel compressLevel, BinaryCasSerDes4.CompressStrat compressStrategy) private
XmiDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker) -
Uses of MarkerImpl in org.apache.uima.json
Constructors in org.apache.uima.json with parameters of type MarkerImplModifierConstructorDescriptionprivate
JsonDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker)