Uses of Class
org.apache.uima.cas.impl.BinaryCasSerDes6.CompressLevel
-
Packages that use BinaryCasSerDes6.CompressLevel Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of BinaryCasSerDes6.CompressLevel in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as BinaryCasSerDes6.CompressLevel Modifier and Type Field Description private BinaryCasSerDes6.CompressLevel
BinaryCasSerDes6. compressLevel
Methods in org.apache.uima.cas.impl that return BinaryCasSerDes6.CompressLevel Modifier and Type Method Description static BinaryCasSerDes6.CompressLevel
BinaryCasSerDes6.CompressLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryCasSerDes6.CompressLevel[]
BinaryCasSerDes6.CompressLevel. 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.CompressLevel 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
-