Class Compression
- java.lang.Object
-
- org.apache.accumulo.core.file.rfile.bcfile.Compression
-
public final class Compression extends Object
Compression related stuff.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompression.AlgorithmCompression algorithms.
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPRESSION_GZCompression: gzipstatic StringCOMPRESSION_LZOCompression: lzostatic StringCOMPRESSION_NONEcompression: nonestatic StringCOMPRESSION_SNAPPYCompression: snappystatic StringCOMPRESSION_ZSTDCompression: zStandard
-
-
-
Field Detail
-
COMPRESSION_ZSTD
public static final String COMPRESSION_ZSTD
Compression: zStandard- See Also:
- Constant Field Values
-
COMPRESSION_SNAPPY
public static final String COMPRESSION_SNAPPY
Compression: snappy- See Also:
- Constant Field Values
-
COMPRESSION_GZ
public static final String COMPRESSION_GZ
Compression: gzip- See Also:
- Constant Field Values
-
COMPRESSION_LZO
public static final String COMPRESSION_LZO
Compression: lzo- See Also:
- Constant Field Values
-
COMPRESSION_NONE
public static final String COMPRESSION_NONE
compression: none- See Also:
- Constant Field Values
-
-
Method Detail
-
getSupportedAlgorithms
public static String[] getSupportedAlgorithms()
-
-