Uses of Class
org.apache.uima.cas.impl.BinaryCasSerDes
-
Packages that use BinaryCasSerDes Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of BinaryCasSerDes in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as BinaryCasSerDes Modifier and Type Field Description private BinaryCasSerDesBinaryCasSerDes4.Deserializer. bcsdprivate BinaryCasSerDesBinaryCasSerDes4.Serializer. bcsdprivate BinaryCasSerDesBinaryCasSerDes6. bcsdprivate BinaryCasSerDesCASImpl.SharedViewData. bcsdCreated at startup time, lives as long as the CAS lives Serves to reference code for binary cas ser/des that used to live in this class, but was moved outMethods in org.apache.uima.cas.impl that return BinaryCasSerDes Modifier and Type Method Description BinaryCasSerDesCASImpl. getBinaryCasSerDes()Methods in org.apache.uima.cas.impl with parameters of type BinaryCasSerDes Modifier and Type Method Description private static intCASSerializer. convertArrayIndexToAuxHeapAddr(BinaryCasSerDes bcsd, int index, TOP fs, Obj2IntIdentityHashMap<TOP> fs2auxOffset)The offset in the modeled heaps:private voidCASSerializer. copyHeapsToArrays(BinaryCasSerDes bcsd)private voidCASSerializer. outputStringHeap(java.io.DataOutputStream dos, CASImpl cas, StringHeapDeserializationHelper shdh, BinaryCasSerDes bcsd)(package private) static voidCASSerializer. scanModifications(BinaryCasSerDes bcsd, CommonSerDesSequential csds, CASImpl.FsChange[] fssModified, Obj2IntIdentityHashMap<TOP> fs2auxOffset, java.util.List<CASSerializer.AddrPlusValue> chgMainAvs, java.util.List<CASSerializer.AddrPlusValue> chgByteAvs, java.util.List<CASSerializer.AddrPlusValue> chgShortAvs, java.util.List<CASSerializer.AddrPlusValue> chgLongAvs)Scan the v3 fsChange info and produce v2 style info into chgXxxAddr, chgXxxValue A prescan approach is needed in order to write the number of modifications preceding the write of the values (which unfortunately were written to the same stream in V2).
-