Package | Description |
---|---|
com.pervasive.datarush.operators.io.avro |
Provides operators for reading and writing files in Avro format.
|
Modifier and Type | Method and Description |
---|---|
Compression |
WriteAvro.getCompression()
Gets the currently specified compression method for
writing data blocks.
|
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteAvro.setCompression(Compression codec)
Sets the compression method to use on data blocks.
|
Constructor and Description |
---|
AvroFormat(org.apache.avro.Schema schema,
Compression codec) |
AvroFormat(org.apache.avro.Schema schema,
Compression codec,
FileMetadata metadata) |
Copyright © 2016 Actian Corporation. All rights reserved.