public class CompressOptions extends Object implements Serializable
Constructor and Description |
---|
CompressOptions(String compress,
int zstdLevel) |
Modifier and Type | Method and Description |
---|---|
String |
compress() |
static CompressOptions |
defaultOptions() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
int |
zstdLevel() |
public CompressOptions(String compress, int zstdLevel)
public String compress()
public int zstdLevel()
public static CompressOptions defaultOptions()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.