Package org.apache.orc
Interface CompressionCodec.Options
- Enclosing interface:
- CompressionCodec
public static interface CompressionCodec.Options
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Make a copy before making changes.setData(CompressionCodec.DataKind newValue) Set the kind of data for the compression.setSpeed(CompressionCodec.SpeedModifier newValue) Set the speed for the compression.
-
Method Details
-
copy
CompressionCodec.Options copy()Make a copy before making changes.- Returns:
- a new copy
-
setSpeed
Set the speed for the compression.- Parameters:
newValue- how aggressively to compress- Returns:
- this
-
setData
Set the kind of data for the compression.- Parameters:
newValue- what kind of data this is- Returns:
- this
-