Uses of Package
org.apache.iotdb.tsfile.encoding.encoder
-
Classes in org.apache.iotdb.tsfile.encoding.encoder used by org.apache.iotdb.tsfile.encoding.encoder Class Description DeltaBinaryEncoder DeltaBinaryEncoder is a encoder for compressing data in type of integer and long.Encoder This class is the parent class of all Encoders.GorillaEncoderV1 Gorilla encoding.GorillaEncoderV2 This class includes code modified from Michael Burman's gorilla-tsc project.IntChimpEncoder This class includes code modified from Panagiotis Liakos chimp project.IntGorillaEncoder This class includes code modified from Michael Burman's gorilla-tsc project.LongChimpEncoder This class includes code modified from Panagiotis Liakos chimp project.LongGorillaEncoder This class includes code modified from Michael Burman's gorilla-tsc project.RegularDataEncoder RegularDataEncoder is an encoder for compressing data in type of integer and long.RLBE RleEncoder Encodes values using a combination of run length encoding and bit packing, according to the following grammar:SprintzEncoder TSEncodingBuilder Each subclass of TSEncodingBuilder responds a enumerate value in TSEncoding, which stores several configuration related to responding encoding type to generate Encoder instance.
Each TSEncoding has a responding TSEncodingBuilder. -
Classes in org.apache.iotdb.tsfile.encoding.encoder used by org.apache.iotdb.tsfile.write.chunk Class Description Encoder This class is the parent class of all Encoders. -
Classes in org.apache.iotdb.tsfile.encoding.encoder used by org.apache.iotdb.tsfile.write.page Class Description Encoder This class is the parent class of all Encoders. -
Classes in org.apache.iotdb.tsfile.encoding.encoder used by org.apache.iotdb.tsfile.write.schema Class Description Encoder This class is the parent class of all Encoders.