Uses of Class
org.apache.iotdb.tsfile.encoding.decoder.RleDecoder.Mode
-
Packages that use RleDecoder.Mode Package Description org.apache.iotdb.tsfile.encoding.decoder -
-
Uses of RleDecoder.Mode in org.apache.iotdb.tsfile.encoding.decoder
Fields in org.apache.iotdb.tsfile.encoding.decoder declared as RleDecoder.Mode Modifier and Type Field Description protected RleDecoder.ModeRleDecoder. modemode to indicate current encoding type 0 - RLE 1 - BIT_PACKED.Methods in org.apache.iotdb.tsfile.encoding.decoder that return RleDecoder.Mode Modifier and Type Method Description static RleDecoder.ModeRleDecoder.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RleDecoder.Mode[]RleDecoder.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-