Uses of Enum Class
com.pervasive.datarush.operators.io.avro.Compression
Packages that use Compression
Package
Description
Provides operators for reading and writing files in Avro format.
-
Uses of Compression in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro that return CompressionModifier and TypeMethodDescriptionWriteAvro.getCompression()Gets the currently specified compression method for writing data blocks.static CompressionReturns the enum constant of this class with the specified name.static Compression[]Compression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.avro with parameters of type CompressionModifier and TypeMethodDescriptionvoidWriteAvro.setCompression(Compression codec) Sets the compression method to use on data blocks.Constructors in com.pervasive.datarush.operators.io.avro with parameters of type CompressionModifierConstructorDescriptionAvroFormat(org.apache.avro.Schema schema, Compression codec) AvroFormat(org.apache.avro.Schema schema, Compression codec, FileMetadata metadata)