Uses of Class
org.apache.uima.cas.impl.BinaryCasSerDes6.CompressStrat
-
Packages that use BinaryCasSerDes6.CompressStrat Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of BinaryCasSerDes6.CompressStrat in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as BinaryCasSerDes6.CompressStrat Modifier and Type Field Description private BinaryCasSerDes6.CompressStrat
BinaryCasSerDes6. compressStrategy
Methods in org.apache.uima.cas.impl that return BinaryCasSerDes6.CompressStrat Modifier and Type Method Description static BinaryCasSerDes6.CompressStrat
BinaryCasSerDes6.CompressStrat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryCasSerDes6.CompressStrat[]
BinaryCasSerDes6.CompressStrat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.uima.cas.impl with parameters of type BinaryCasSerDes6.CompressStrat Constructor Description BinaryCasSerDes6(AbstractCas aCas, MarkerImpl mark, TypeSystemImpl tgtTs, boolean storeTS, boolean storeTSI, BinaryCasSerDes6.ReuseInfo rfs, boolean doMeasurements, BinaryCasSerDes6.CompressLevel compressLevel, BinaryCasSerDes6.CompressStrat compressStrategy)
BinaryCasSerDes6(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 Structures
-