| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.compress | |
| org.apache.iotdb.tsfile.write.page |
| Modifier and Type | Class and Description |
|---|---|
static class |
ICompressor.GZIPCompressor |
static class |
ICompressor.IOTDBLZ4Compressor |
static class |
ICompressor.NoCompressor
NoCompressor will do nothing for data and return the input data directly.
|
static class |
ICompressor.SnappyCompressor |
| Modifier and Type | Method and Description |
|---|---|
static ICompressor |
ICompressor.getCompressor(CompressionType name)
get Compressor according to CompressionType.
|
static ICompressor |
ICompressor.getCompressor(String name) |
| Constructor and Description |
|---|
TimePageWriter(Encoder timeEncoder,
ICompressor compressor) |
ValuePageWriter(Encoder valueEncoder,
ICompressor compressor,
TSDataType dataType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.