Interface CommonConfig

All Known Implementing Classes:
MppCommonConfig, MppSharedCommonConfig, RemoteCommonConfig

public interface CommonConfig
This interface is used to handle properties in iotdb-common.properties.
  • Method Details

    • setMaxNumberOfPointsInPage

      CommonConfig setMaxNumberOfPointsInPage(int maxNumberOfPointsInPage)
    • setPageSizeInByte

      CommonConfig setPageSizeInByte(int pageSizeInByte)
    • setGroupSizeInByte

      CommonConfig setGroupSizeInByte(int groupSizeInByte)
    • setMemtableSizeThreshold

      CommonConfig setMemtableSizeThreshold(long memtableSizeThreshold)
    • setPartitionInterval

      CommonConfig setPartitionInterval(long partitionInterval)
    • setCompressor

      CommonConfig setCompressor(String compressor)
    • setConfigRegionRatisRPCLeaderElectionTimeoutMaxMs

      CommonConfig setConfigRegionRatisRPCLeaderElectionTimeoutMaxMs(int maxMs)
    • setUdfMemoryBudgetInMB

      CommonConfig setUdfMemoryBudgetInMB(float udfCollectorMemoryBudgetInMB)
    • setEnableSeqSpaceCompaction

      CommonConfig setEnableSeqSpaceCompaction(boolean enableSeqSpaceCompaction)
    • setEnableUnseqSpaceCompaction

      CommonConfig setEnableUnseqSpaceCompaction(boolean enableUnseqSpaceCompaction)
    • setEnableMemControl

      CommonConfig setEnableMemControl(boolean enableMemControl)
    • setEnableCrossSpaceCompaction

      CommonConfig setEnableCrossSpaceCompaction(boolean enableCrossSpaceCompaction)
    • setInnerCompactionCandidateFileNum

      CommonConfig setInnerCompactionCandidateFileNum(int maxInnerCompactionCandidateFileNum)
    • setAutoCreateSchemaEnabled

      CommonConfig setAutoCreateSchemaEnabled(boolean enableAutoCreateSchema)
    • setEnableLastCache

      CommonConfig setEnableLastCache(boolean lastCacheEnable)
    • setPrimitiveArraySize

      CommonConfig setPrimitiveArraySize(int primitiveArraySize)
    • setTargetChunkPointNum

      CommonConfig setTargetChunkPointNum(int targetChunkPointNum)
    • setMaxTsBlockLineNumber

      CommonConfig setMaxTsBlockLineNumber(int maxTsBlockLineNumber)
    • setConfigNodeConsensusProtocolClass

      CommonConfig setConfigNodeConsensusProtocolClass(String configNodeConsensusProtocolClass)
    • setSchemaRegionConsensusProtocolClass

      CommonConfig setSchemaRegionConsensusProtocolClass(String schemaRegionConsensusProtocolClass)
    • setDataRegionConsensusProtocolClass

      CommonConfig setDataRegionConsensusProtocolClass(String dataRegionConsensusProtocolClass)
    • setSchemaRegionGroupExtensionPolicy

      CommonConfig setSchemaRegionGroupExtensionPolicy(String schemaRegionGroupExtensionPolicy)
    • setDefaultSchemaRegionGroupNumPerDatabase

      CommonConfig setDefaultSchemaRegionGroupNumPerDatabase(int schemaRegionGroupPerDatabase)
    • setDataRegionGroupExtensionPolicy

      CommonConfig setDataRegionGroupExtensionPolicy(String dataRegionGroupExtensionPolicy)
    • setDefaultDataRegionGroupNumPerDatabase

      CommonConfig setDefaultDataRegionGroupNumPerDatabase(int dataRegionGroupPerDatabase)
    • setSchemaReplicationFactor

      CommonConfig setSchemaReplicationFactor(int schemaReplicationFactor)
    • setDataReplicationFactor

      CommonConfig setDataReplicationFactor(int dataReplicationFactor)
    • setTimePartitionInterval

      CommonConfig setTimePartitionInterval(long timePartitionInterval)
    • setTTLCheckInterval

      CommonConfig setTTLCheckInterval(long ttlCheckInterval)
    • setTimePartitionOrigin

      CommonConfig setTimePartitionOrigin(long timePartitionOrigin)
    • setTimestampPrecision

      CommonConfig setTimestampPrecision(String timestampPrecision)
    • getTimestampPrecision

      TimeUnit getTimestampPrecision()
    • setTimestampPrecisionCheckEnabled

      CommonConfig setTimestampPrecisionCheckEnabled(boolean timestampPrecisionCheckEnabled)
    • setConfigNodeRatisSnapshotTriggerThreshold

      CommonConfig setConfigNodeRatisSnapshotTriggerThreshold(int ratisSnapshotTriggerThreshold)
    • setMaxDegreeOfIndexNode

      CommonConfig setMaxDegreeOfIndexNode(int maxDegreeOfIndexNode)
    • setEnableMQTTService

      CommonConfig setEnableMQTTService(boolean enableMQTTService)
    • setSchemaEngineMode

      CommonConfig setSchemaEngineMode(String schemaEngineMode)
    • setSelectIntoInsertTabletPlanRowLimit

      CommonConfig setSelectIntoInsertTabletPlanRowLimit(int selectIntoInsertTabletPlanRowLimit)
    • setEnableAutoLeaderBalanceForRatisConsensus

      CommonConfig setEnableAutoLeaderBalanceForRatisConsensus(boolean enableAutoLeaderBalanceForRatisConsensus)
    • setEnableAutoLeaderBalanceForIoTConsensus

      CommonConfig setEnableAutoLeaderBalanceForIoTConsensus(boolean enableAutoLeaderBalanceForIoTConsensus)
    • setQueryThreadCount

      CommonConfig setQueryThreadCount(int queryThreadCount)
    • setWalBufferSize

      CommonConfig setWalBufferSize(int walBufferSize)
    • setDegreeOfParallelism

      CommonConfig setDegreeOfParallelism(int degreeOfParallelism)
    • setDataRatisTriggerSnapshotThreshold

      CommonConfig setDataRatisTriggerSnapshotThreshold(long threshold)
    • setSeriesSlotNum

      CommonConfig setSeriesSlotNum(int seriesSlotNum)
    • setDataPartitionAllocationStrategy

      CommonConfig setDataPartitionAllocationStrategy(String dataPartitionAllocationStrategy)
    • setSeriesPartitionExecutorClass

      CommonConfig setSeriesPartitionExecutorClass(String seriesPartitionExecutorClass)
    • setSchemaMemoryAllocate

      CommonConfig setSchemaMemoryAllocate(String schemaMemoryAllocate)
    • setWriteMemoryProportion

      CommonConfig setWriteMemoryProportion(String writeMemoryProportion)
    • setClusterTimeseriesLimitThreshold

      CommonConfig setClusterTimeseriesLimitThreshold(long clusterTimeseriesLimitThreshold)
    • setClusterDeviceLimitThreshold

      CommonConfig setClusterDeviceLimitThreshold(long clusterDeviceLimitThreshold)
    • setDatabaseLimitThreshold

      CommonConfig setDatabaseLimitThreshold(long databaseLimitThreshold)
    • setQuotaEnable

      CommonConfig setQuotaEnable(boolean quotaEnable)
    • setSortBufferSize

      CommonConfig setSortBufferSize(long sortBufferSize)
    • setMaxTsBlockSizeInByte

      CommonConfig setMaxTsBlockSizeInByte(long maxTsBlockSizeInByte)
    • setDataRegionPerDataNode

      CommonConfig setDataRegionPerDataNode(double dataRegionPerDataNode)
    • setSchemaRegionPerDataNode

      CommonConfig setSchemaRegionPerDataNode(double schemaRegionPerDataNode)
    • setIsPipeEnableMemoryCheck

      CommonConfig setIsPipeEnableMemoryCheck(boolean isPipeEnableMemoryCheck)
    • setPipeAirGapReceiverEnabled

      CommonConfig setPipeAirGapReceiverEnabled(boolean isPipeAirGapReceiverEnabled)
    • setDriverTaskExecutionTimeSliceInMs

      CommonConfig setDriverTaskExecutionTimeSliceInMs(long driverTaskExecutionTimeSliceInMs)
    • setWalMode

      CommonConfig setWalMode(String walMode)
    • setTagAttributeTotalSize

      CommonConfig setTagAttributeTotalSize(int tagAttributeTotalSize)
    • setDnConnectionTimeoutMs

      CommonConfig setDnConnectionTimeoutMs(int connectionTimeoutMs)
    • setPipeHeartbeatIntervalSecondsForCollectingPipeMeta

      CommonConfig setPipeHeartbeatIntervalSecondsForCollectingPipeMeta(int pipeHeartbeatIntervalSecondsForCollectingPipeMeta)
    • setPipeMetaSyncerInitialSyncDelayMinutes

      CommonConfig setPipeMetaSyncerInitialSyncDelayMinutes(long pipeMetaSyncerInitialSyncDelayMinutes)
    • setPipeMetaSyncerSyncIntervalMinutes

      CommonConfig setPipeMetaSyncerSyncIntervalMinutes(long pipeMetaSyncerSyncIntervalMinutes)
    • setPipeConnectorRequestSliceThresholdBytes

      CommonConfig setPipeConnectorRequestSliceThresholdBytes(int pipeConnectorRequestSliceThresholdBytes)
    • setQueryMemoryProportion

      CommonConfig setQueryMemoryProportion(String queryMemoryProportion)
    • setSubscriptionEnabled

      CommonConfig setSubscriptionEnabled(boolean subscriptionEnabled)
    • setDefaultStorageGroupLevel

      default CommonConfig setDefaultStorageGroupLevel(int defaultStorageGroupLevel)
    • setDatanodeMemoryProportion

      CommonConfig setDatanodeMemoryProportion(String datanodeMemoryProportion)