public class TSFileConfig extends Object implements Serializable
| Constructor and Description |
|---|
TSFileConfig() |
public static final int RLE_MIN_REPEATED_NUM
public static final int RLE_MAX_REPEATED_NUM
public static final int RLE_MAX_BIT_PACKED_NUM
public static final int FLOAT_VALUE_LENGTH
public static final int DOUBLE_VALUE_LENGTH
public static final int VALUE_BITS_LENGTH_32BIT
public static final int LEADING_ZERO_BITS_LENGTH_32BIT
public static final int MEANINGFUL_XOR_BITS_LENGTH_32BIT
public static final int VALUE_BITS_LENGTH_64BIT
public static final int LEADING_ZERO_BITS_LENGTH_64BIT
public static final int MEANINGFUL_XOR_BITS_LENGTH_64BIT
public static final int GORILLA_ENCODING_ENDING_INTEGER
public static final long GORILLA_ENCODING_ENDING_LONG
public static final float GORILLA_ENCODING_ENDING_FLOAT
public static final double GORILLA_ENCODING_ENDING_DOUBLE
public static final int BYTE_SIZE_PER_CHAR
public static final String STRING_ENCODING
public static final Charset STRING_CHARSET
public static final String CONFIG_FILE_NAME
public static final String MAGIC_STRING
public static final String VERSION_NUMBER_V2
public static final String VERSION_NUMBER_V1
public static final byte VERSION_NUMBER
public static final double MIN_BLOOM_FILTER_ERROR_RATE
public static final double MAX_BLOOM_FILTER_ERROR_RATE
public static final int ARRAY_CAPACITY_THRESHOLD
public int getGroupSizeInByte()
public void setGroupSizeInByte(int groupSizeInByte)
public int getPageSizeInByte()
public void setPageSizeInByte(int pageSizeInByte)
public int getMaxNumberOfPointsInPage()
public void setMaxNumberOfPointsInPage(int maxNumberOfPointsInPage)
public int getMaxDegreeOfIndexNode()
public void setMaxDegreeOfIndexNode(int maxDegreeOfIndexNode)
public TSDataType getTimeSeriesDataType()
public void setTimeSeriesDataType(TSDataType timeSeriesDataType)
public int getMaxStringLength()
public void setMaxStringLength(int maxStringLength)
public int getFloatPrecision()
public void setFloatPrecision(int floatPrecision)
public String getTimeEncoder()
public void setTimeEncoder(String timeEncoder)
public String getValueEncoder()
public void setValueEncoder(String valueEncoder)
public int getRleBitWidth()
public void setRleBitWidth(int rleBitWidth)
public int getDeltaBlockSize()
public void setDeltaBlockSize(int deltaBlockSize)
public String getFreqType()
public void setFreqType(String freqType)
public double getPlaMaxError()
public void setPlaMaxError(double plaMaxError)
public double getSdtMaxError()
public void setSdtMaxError(double sdtMaxError)
public double getDftSatisfyRate()
public void setDftSatisfyRate(double dftSatisfyRate)
public CompressionType getCompressor()
public void setCompressor(String compressor)
public int getPageCheckSizeThreshold()
public void setPageCheckSizeThreshold(int pageCheckSizeThreshold)
public String getEndian()
public void setEndian(String endian)
public boolean isUseKerberos()
public void setUseKerberos(boolean useKerberos)
public String getKerberosKeytabFilePath()
public void setKerberosKeytabFilePath(String kerberosKeytabFilePath)
public String getKerberosPrincipal()
public void setKerberosPrincipal(String kerberosPrincipal)
public double getBloomFilterErrorRate()
public void setBloomFilterErrorRate(double bloomFilterErrorRate)
public FSType getTSFileStorageFs()
public void setTSFileStorageFs(FSType fileStorageFs)
public String getCoreSitePath()
public void setCoreSitePath(String coreSitePath)
public String getHdfsSitePath()
public void setHdfsSitePath(String hdfsSitePath)
public String[] getHdfsIp()
public void setHdfsIp(String[] hdfsIp)
public String getHdfsPort()
public void setHdfsPort(String hdfsPort)
public String getDfsNameServices()
public void setDfsNameServices(String dfsNameServices)
public String[] getDfsHaNamenodes()
public void setDfsHaNamenodes(String[] dfsHaNamenodes)
public boolean isDfsHaAutomaticFailoverEnabled()
public void setDfsHaAutomaticFailoverEnabled(boolean dfsHaAutomaticFailoverEnabled)
public String getDfsClientFailoverProxyProvider()
public void setDfsClientFailoverProxyProvider(String dfsClientFailoverProxyProvider)
public int getBatchSize()
public void setBatchSize(int batchSize)
public double getFreqEncodingSNR()
public void setFreqEncodingSNR(double freqEncodingSNR)
public int getFreqEncodingBlockSize()
public void setFreqEncodingBlockSize(int freqEncodingBlockSize)
Copyright © 2022 The Apache Software Foundation. All rights reserved.