A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages

A

abort() - Method in class org.apache.iotdb.db.engine.modification.io.LocalTextModificationAccessor
 
abort() - Method in interface org.apache.iotdb.db.engine.modification.io.ModificationWriter
Abort last modification.
abort() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
abort() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Abort the sink handle.
abort() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Abort the handle.
abort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
abort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
abort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
Destroy the queue and cancel the future.
abort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
abort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
abort() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
abort() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
abort() - Method in interface org.apache.iotdb.db.mpp.execution.operator.sink.SinkOperator
Abort the sink handle, discarding all tsBlocks which may still in memory buffer, but blocking readers.
abort() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
abort() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
abort() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FixedRateFragInsStateTracker
 
abort() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FragmentInstanceDispatcherImpl
 
abort() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IFragInstanceDispatcher
 
abort() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IFragInstanceStateTracker
 
abortCompaction() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
abortCompaction() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
abortCompaction(String) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
Abort all compactions of a storage group.
ABORTED - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance was aborted due to a failure in the query.
ABORTED - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment was aborted due to a failure in the query.
ABORTED - org.apache.iotdb.db.mpp.execution.QueryState
 
ABORTED - org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
 
abortFragmentInstance(FragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
Aborts a FragmentInstance.
abortFragmentInstance(FragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
abortFragmentInstance(FragmentInstanceId) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.IDriverScheduler
Abort all Drivers of the fragment instance.
abortFragmentInstance(FragmentInstanceId, Throwable) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
abortFragmentInstance(FragmentInstanceId, Throwable) - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
abortFragmentInstance(FragmentInstanceId, Throwable) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
abortQuery(QueryId) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
abortQuery(QueryId) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.IDriverScheduler
Abort all the instances in this query.
AbstractCompactionEstimator - Class in org.apache.iotdb.db.engine.compaction.cross.utils
Estimate the memory cost of one compaction task with specific source files based on its corresponding implementation.
AbstractCompactionEstimator() - Constructor for class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
 
AbstractCompactionTask - Class in org.apache.iotdb.db.engine.compaction.task
AbstractCompactionTask is the base class for all compaction task, it carries out the execution of compaction.
AbstractCompactionTask(String, String, long, TsFileManager, AtomicInteger, long) - Constructor for class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
AbstractCompactionWriter - Class in org.apache.iotdb.db.engine.compaction.writer
 
AbstractCompactionWriter() - Constructor for class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
AbstractCrossSpaceEstimator - Class in org.apache.iotdb.db.engine.compaction.cross
Estimate the memory cost of one cross space compaction task with specific source files based on its corresponding implementation.
AbstractCrossSpaceEstimator() - Constructor for class org.apache.iotdb.db.engine.compaction.cross.AbstractCrossSpaceEstimator
 
AbstractDriverThread - Class in org.apache.iotdb.db.mpp.execution.schedule
an abstract executor for DriverTask
AbstractDriverThread(String, ThreadGroup, IndexedBlockingQueue<DriverTask>, ITaskScheduler) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread
 
AbstractFragInsStateTracker - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
AbstractFragInsStateTracker(QueryStateMachine, ScheduledExecutorService, List<FragmentInstance>, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
AbstractInfluxDBMetaManager - Class in org.apache.iotdb.db.protocol.influxdb.meta
 
AbstractInfluxDBMetaManager() - Constructor for class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
AbstractInnerSpaceEstimator - Class in org.apache.iotdb.db.engine.compaction.inner
Estimate the memory cost of one inner space compaction task with specific source files based on its corresponding implementation.
AbstractInnerSpaceEstimator() - Constructor for class org.apache.iotdb.db.engine.compaction.inner.AbstractInnerSpaceEstimator
 
AbstractMemTable - Class in org.apache.iotdb.db.engine.memtable
 
AbstractMemTable() - Constructor for class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
AbstractMemTable(Map<IDeviceID, IWritableMemChunkGroup>) - Constructor for class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
AbstractMemTable.Factory - Class in org.apache.iotdb.db.engine.memtable
 
AbstractNodeAllocationStrategy - Class in org.apache.iotdb.db.wal.allocation
 
AbstractNodeAllocationStrategy() - Constructor for class org.apache.iotdb.db.wal.allocation.AbstractNodeAllocationStrategy
 
AbstractOpBlock - Class in org.apache.iotdb.db.sync.datasource
This abstract class is used to manage PIPE operation block
AbstractOpBlock(String, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
AbstractPoolManager - Class in org.apache.iotdb.db.rescon
 
AbstractPoolManager() - Constructor for class org.apache.iotdb.db.rescon.AbstractPoolManager
 
AbstractQueryHandler - Class in org.apache.iotdb.db.protocol.influxdb.handler
 
AbstractQueryHandler() - Constructor for class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
 
AbstractResultListener - Class in org.apache.iotdb.db.wal.utils.listener
This abstract class aims to listen to the result of some operation.
AbstractResultListener(boolean) - Constructor for class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
 
AbstractResultListener.Status - Enum in org.apache.iotdb.db.wal.utils.listener
 
AbstractSchemaMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
AbstractSchemaMergeNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.AbstractSchemaMergeNode
 
AbstractSeriesAggregationScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
AbstractSeriesAggregationScanOperator(PlanNodeId, OperatorContext, SeriesScanUtil, int, List<Aggregator>, ITimeRangeIterator, boolean, GroupByTimeParameter, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
AbstractTsFileRecoverPerformer - Class in org.apache.iotdb.db.wal.recover.file
This class is used to help recover TsFile
AbstractTsFileRecoverPerformer(TsFileResource) - Constructor for class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
 
AbstractWALBuffer - Class in org.apache.iotdb.db.wal.buffer
 
AbstractWALBuffer(String, String, long, long) - Constructor for class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
accept(MNodeVisitor<R, C>, C) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
accept(MNodeVisitor<R, C>, C) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
accept(ExpressionVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
accept(PlanVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountDevicesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountNodesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStorageGroupStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropTriggerStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildNodesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildPathsStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowClusterStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowConfigNodesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowFunctionsStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStorageGroupStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowNodesInSchemaTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathSetTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathsUsingTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowSchemaTemplateStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.UnSetTTLStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementNode
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ExplainStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ShowVersionStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkTypeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
accept(StatementVisitor<R, C>, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
accumulator - Variable in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
Accumulator - Interface in org.apache.iotdb.db.mpp.aggregation
 
AccumulatorFactory - Class in org.apache.iotdb.db.mpp.aggregation
 
AccumulatorFactory() - Constructor for class org.apache.iotdb.db.mpp.aggregation.AccumulatorFactory
 
AcquireLockTimeoutException - Exception in org.apache.iotdb.db.exception.metadata
 
AcquireLockTimeoutException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.AcquireLockTimeoutException
 
acquireRegistrationLock() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
activate(StartTriggerPlan) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
ACTIVATE_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
ACTIVATE_TEMPLATE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ACTIVATE_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
ACTIVATE_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
ACTIVATE_TEMPLATE_IN_CLUSTER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
ACTIVATE_TEMPLATE_IN_CLUSTER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
activateSchemaTemplate(ActivateTemplateInClusterPlan, Template) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
activateSchemaTemplate(ActivateTemplateInClusterPlan, Template) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
activateSchemaTemplate(ActivateTemplateInClusterPlan, Template) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
activateTemplate(PartialPath, int, Template) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
ActivateTemplateInClusterPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ActivateTemplateInClusterPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
ActivateTemplateInClusterPlan(PartialPath, int, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
ActivateTemplateNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
ActivateTemplateNode(PlanNodeId, PartialPath, int, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
ActivateTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ActivateTemplateOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ActivateTemplateOperator
 
ActivateTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ActivateTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
ActivateTemplatePlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
ActivateTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
ActivateTemplateStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
ActivateTemplateStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
activateTemplateWithoutCheck(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
active() - Method in class org.apache.iotdb.db.service.IoTDB
 
active() - Method in class org.apache.iotdb.db.service.NewIoTDB
 
ACTIVITY_CREATE_DATASET - Static variable in class org.apache.iotdb.db.query.control.tracing.TracingConstant
 
ACTIVITY_PARSE_SQL - Static variable in class org.apache.iotdb.db.query.control.tracing.TracingConstant
 
ACTIVITY_REQUEST_COMPLETE - Static variable in class org.apache.iotdb.db.query.control.tracing.TracingConstant
 
ACTIVITY_START_EXECUTE - Static variable in class org.apache.iotdb.db.query.control.tracing.TracingConstant
 
add(int, long) - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
add(int, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
add(long) - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
add(String, String, String, int) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.TagInfoRecords
 
add(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
Insert a new tsFileResource node to the end of List
add(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
add(CpuTimer.CpuDuration) - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
add(TsBlock) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
Add tsblocks to the queue.
add(T) - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
ADD_ATTRIBUTES - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
ADD_ATTRIBUTES - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
ADD_TAGS - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
ADD_TAGS - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
ADD_TEMPLATE_SET_INFO - org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
ADD_TO_QUEUE - org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
 
addActivity(String, long) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addAggregateResult(List<AggregateResult>) - Method in interface org.apache.iotdb.db.query.executor.groupby.AlignedGroupByExecutor
add reusable result cache in executor
addAggregateResult(List<AggregateResult>) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalAlignedGroupByExecutor
 
addAggregateResult(AggregateResult) - Method in interface org.apache.iotdb.db.query.executor.groupby.GroupByExecutor
add reusable result cache in executor
addAggregateResult(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalGroupByExecutor
 
addAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
addAlias(String, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
add an alias
addAlias(String, IMeasurementMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
addAliasChild(String, SchemaMeasurementNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
addAliasList(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addAliasList(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addAlignedMeasurements(String[], TSDataType[], TSEncoding[], CompressionType[]) - Method in class org.apache.iotdb.db.metadata.template.Template
 
addAll(int, Collection<? extends TsFileResource>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
addAll(Collection<? extends TsFileResource>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
Only List type parameter is legal, because it is in order.
addAll(List<TsFileResource>, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
addAll(WALMetaData) - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
addAttribute(String, String) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
addAttribute(String, String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
addAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
addAttributes(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
add new attributes key-value for the timeseries
addAttributes(Map<String, String>, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
add new attributes key-value for the timeseries
addAttributes(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
add new attributes key-value for the timeseries
addAttributes(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
add new attributes key-value for the timeseries
addAttributes(Map<String, String>, PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
add new attributes key-value for the timeseries
addAttributesList(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addAttributesList(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
addAttributesList(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addBinaryInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addBinaryInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addBinaryInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addBinaryInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
addBooleanInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addBooleanInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addBooleanInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addBooleanInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
addCachedLastValue(TimeValuePair, String) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
addChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
addChild(String, IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
addChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
add a child to current mnode
addChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
addChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
addChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
addChild(IMNode) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
addChild(IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
addChild(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
Add a child to the current mnode.
addChild(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
addChild(IMNode, String, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
addChild(IMNode, String, IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
addChild(IMNode, String, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
addChild(PathPatternNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.AbstractSchemaMergeNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
addChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
addChild(SubPlan) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
addChildDeviceNode(String, PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
addChildOperator(QueryFilter) - Method in class org.apache.iotdb.db.mpp.common.filter.FunctionFilter
 
addChildOperator(QueryFilter) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
addChildOperator(FilterOperator) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
addChildOperator(FilterOperator) - Method in class org.apache.iotdb.db.qp.logical.crud.FunctionOperator
 
addChildToCache(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
addChildToCache(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
addChunkInfo(int, long, boolean) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addChunkInfo(long, int, long, boolean) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
addCloseFileListener(CloseFileListener) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
addCloseFileListeners(Collection<CloseFileListener>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
addCompactionMemoryCost(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
addCompressor(List<CompressionType>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
addCompressor(CompressionType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addCompressor(CompressionType) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addConsensusGroup(TAddConsensusGroupReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
addDataType(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addDataType(TSDataType) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
addDeduplicatedAggregations(String) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
addDeduplicatedPaths(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
addDelInterval(long, long) - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
Insert delete time interval data for every deletion.
addDeviceInfo(DeviceSchemaInfo) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
addDoubleInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addDoubleInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addDoubleInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addDoubleInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
addEncoding(TSEncoding) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addEncoding(TSEncoding) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
addExchangeNode(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
addExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
addFailedEndPoint(TEndPoint) - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
addFilterPathInDeviceToMeasurements(Path) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
addFloatInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addFloatInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addFloatInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addFloatInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
addFlushingMemTableCost(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
addFlushListener(FlushListener) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
addFlushListeners(Collection<FlushListener>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
addForRecover(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
addIndex(String, String, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
addIndex(Map<String, String>, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
addInput(Column[], TimeRange) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
Column should be like: | Time | Value |
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeDescAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeDescAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
addInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
addInsertTabletNode(InsertTabletNode, Integer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
addInsertTabletPlan(InsertTabletPlan, Integer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
addIntermediate(Column[]) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
For aggregation function like COUNT, SUM, partialResult should be single; But for AVG, last_value, it should be double column with dictionary order.
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
addIntermediate(Column[]) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
addInterval(long, long) - Method in class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
addIntInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addIntInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addIntInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addIntInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
ADDITION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
AdditionExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
AdditionExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.AdditionExpression
 
AdditionExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.AdditionExpression
 
addLongInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addLongInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
addLongInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addLongInput(Column[], TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
addMeasurement(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addMeasurement(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addMeasurement(String, TSDataType, TSEncoding, CompressionType) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
addMeasurement(MeasurementPath) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
addMeasurements(List<String>) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
addMeasurements(List<String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
addMissedDevice(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
addOneInsertRowNode(InsertRowNode, int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
addOneInsertRowPlan(InsertRowPlan, int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
addOperatorContext(int, PlanNodeId, String) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
addOrDeleteStorageGroup(int) - Method in class org.apache.iotdb.db.rescon.MemTableManager
Called when memory control is disabled
addOverlappedPageNum() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addOverlappedPageNum(long) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
addPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
addPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
addPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
addPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
addPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
addPathPatterns(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
addPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
addPipe(CreatePipeStatement) - Method in class org.apache.iotdb.db.sync.SyncService
 
addPipe(CreatePipeStatement, long) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
addPipe(CreatePipeStatement, long) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
addPipe(CreatePipeStatement, long) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
addPipe(CreatePipeStatement, long) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
addPipe(CreatePipePlan) - Method in class org.apache.iotdb.db.sync.SyncService
 
addPipe(CreatePipePlan, long) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
addPipe(CreatePipePlan, long) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
addPipe(CreatePipePlan, long) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
addPipe(CreatePipePlan, long) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
addPipeAttribute(String, String) - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
addPipeOpBlock(AbstractOpBlock) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Add 1 new operation block to SG
addPipeSink(CreatePipeSinkStatement) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
addPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
addPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
addPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
addPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.sync.SyncService
 
addPipeSink(CreatePipeSinkPlan) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
addPipeSink(CreatePipeSinkPlan) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
addPipeSink(CreatePipeSinkPlan) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
addPipeSink(CreatePipeSinkPlan) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
addPipeSink(CreatePipeSinkPlan) - Method in class org.apache.iotdb.db.sync.SyncService
 
addPipeSinkAttribute(String, String) - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
addPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FromComponent
 
addPrefixTablePath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.FromComponent
 
addProps(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
addReader(IPointReader, long) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
addReader(IPointReader, PriorityMergeReader.MergeReaderPriority, long, QueryContext) - Method in class org.apache.iotdb.db.query.reader.universal.DescPriorityMergeReader
 
addReader(IPointReader, PriorityMergeReader.MergeReaderPriority, long, QueryContext) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
addRecoverPerformer(UnsealedTsFileRecoverPerformer) - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
addReferenceCount() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
addResultColumn(ResultColumn) - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
addResultColumn(ResultColumn) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
addResultColumn(ResultColumn) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
addSafetyPile() - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine
 
addSchemas(List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
addSettleFilesToList(List<TsFileResource>, List<TsFileResource>, List<String>) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
addSortItem(SortItem) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
addSourceOperator(DataSourceOperator) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
addSourceTaskFailureListener(FragmentInstanceFailureListener) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
addStateChangeListener(StateMachine.StateChangeListener<FragmentInstanceState>) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
Listener is always notified asynchronously using a dedicated notification thread pool so, care should be taken to avoid leaking this when adding a listener in a constructor.
addStateChangeListener(StateMachine.StateChangeListener<QueryState>) - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
addStateChangeListener(StateMachine.StateChangeListener<T>) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Adds a listener to be notified when the state instance changes according to .equals().
addStatistics(Statistics) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
This method can only be used in seriesAggregateScanOperator, it will use different statistics based on the type of Accumulator.
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
addStatistics(Statistics) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
addStorageGroupMemCost(long) - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
addTagOffsets(Long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addTags(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
addTags(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
add new tags key-value for the timeseries
addTags(Map<String, String>, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
add new tags key-value for the timeseries
addTags(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
add new tags key-value for the timeseries
addTags(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
add new tags key-value for the timeseries
addTags(Map<String, String>, PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
add new tags key-value for the timeseries
addTagsList(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
addTagsList(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
addTaskToWaitingQueue(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
This method submit the compaction task to the PriorityQueue in CompactionTaskManager.
addTextDataSize(long) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
addTextDataSize(long) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
addTimeseries(int) - Method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
addToNodeCache(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
addToNodeCache(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
addToNodeCache(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
addTotalDiskUsage(long) - Method in class org.apache.iotdb.db.wal.WALManager
 
addTotalPageNum(int) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addTotalPageNum(long, int) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
addTsFile(long, TsFileResource, boolean) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
addTsFile(TsFileResource, boolean) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addTsFileSet(long, List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
addTsFileSet(List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
addTSPMemCost(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessorInfo
called in each insert
addTVListRamCost(long) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
addTVListRamCost(long) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
addUnalignedMeasurements(String[], TSDataType[], TSEncoding[], CompressionType[]) - Method in class org.apache.iotdb.db.metadata.template.Template
 
addUsedFilesForQuery(long, QueryDataSource) - Method in class org.apache.iotdb.db.query.control.QueryFileManager
Add the unique file paths to sealedFilePathsMap and unsealedFilePathsMap.
addWithoutNullColumn(Expression) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
AFTER_INSERT - org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
 
AFTER_SETTLE_FILE - org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
 
AFTER_UPGRADE_FILE - org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
 
afterFilter - Variable in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
afterRange - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
aggregate(AggregationPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute aggregation query.
aggregate(AggregationPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
AGGREGATE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
aggregateOneAlignedSeries(AlignedPath, List<List<Integer>>, Set<String>, Filter) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
aggregateOneAlignedSeries(AlignedPath, Set<String>, QueryContext, Filter, TSDataType, List<List<AggregateResult>>, List<List<AggregateResult>>, TsFileFilter, boolean) - Static method in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
aggregateOneSeries(PartialPath, List<Integer>, Set<String>, Filter) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
get aggregation result for one series
aggregateOneSeries(PartialPath, Set<String>, QueryContext, Filter, TSDataType, List<AggregateResult>, List<AggregateResult>, TsFileFilter, boolean) - Static method in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
aggregateResult - Variable in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
AggregateResult - Class in org.apache.iotdb.db.query.aggregation
 
AggregateResult(TSDataType, AggregationType) - Constructor for class org.apache.iotdb.db.query.aggregation.AggregateResult
construct.
AggregateResultFactory - Class in org.apache.iotdb.db.query.factory
Easy factory pattern to build AggregateFunction.
aggregateResultList - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
AGGREGATION - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
AGGREGATION - org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn.ColumnType
 
AGGREGATION - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
AggregationDescriptor - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
AggregationDescriptor(String, AggregationStep, List<Expression>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
AggregationDescriptor(AggregationDescriptor) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
aggregationDescriptorList - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
aggregationDescriptorList - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
AggregationExecutor - Class in org.apache.iotdb.db.query.executor
 
AggregationExecutor(QueryContext, AggregationPlan) - Constructor for class org.apache.iotdb.db.query.executor.AggregationExecutor
 
aggregationFuncName - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
AggregationNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
This node is used to aggregate required series from multiple sources.
AggregationNode(PlanNodeId, List<PlanNode>, List<AggregationDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
AggregationNode(PlanNodeId, List<AggregationDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
AggregationOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
AggregationOperator can process the situation: aggregation of intermediate aggregate result, it will output one tsBlock contain many results on aggregation time intervals.
AggregationOperator(OperatorContext, List<Aggregator>, ITimeRangeIterator, List<Operator>, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
AggregationPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
AggregationPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
AggregationQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
AggregationQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
AggregationQueryOperator(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
aggregations - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
AggregationStep - Enum in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
This attribute indicates the input and output type of the Aggregator.
aggregationType - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
AggregationType - Enum in org.apache.iotdb.db.query.aggregation
 
AggregationUtil - Class in org.apache.iotdb.db.mpp.execution.operator
 
Aggregator - Class in org.apache.iotdb.db.mpp.aggregation
 
Aggregator(Accumulator, AggregationStep) - Constructor for class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
Aggregator(Accumulator, AggregationStep, List<InputLocation[]>) - Constructor for class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
aggregators - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
aggregators - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
AggrWindowIterator - Class in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
This class iteratively generates aggregated time windows.
AggrWindowIterator - Class in org.apache.iotdb.db.utils.timerangeiterator
This class iteratively generates aggregated time windows.
AggrWindowIterator(long, long, long, long, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.utils.timerangeiterator.AggrWindowIterator
 
AggrWindowIterator(long, long, long, long, boolean, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
AlertManagerConfiguration - Class in org.apache.iotdb.db.engine.trigger.sink.alertmanager
 
AlertManagerConfiguration(String) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerConfiguration
 
AlertManagerEvent - Class in org.apache.iotdb.db.engine.trigger.sink.alertmanager
 
AlertManagerEvent(String) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
AlertManagerEvent(String, Map<String, String>) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
AlertManagerEvent(String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
AlertManagerHandler - Class in org.apache.iotdb.db.engine.trigger.sink.alertmanager
 
AlertManagerHandler() - Constructor for class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerHandler
 
alias - Variable in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
alias name of this measurement
ALIAS_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
 
ALIAS_ERROR_MESSAGE - Static variable in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
ALIAS_ERROR_MESSAGE1 - Static variable in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
ALIAS_ERROR_MESSAGE2 - Static variable in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
AliasAlreadyExistException - Exception in org.apache.iotdb.db.exception.metadata
 
AliasAlreadyExistException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.AliasAlreadyExistException
 
ALIGN_BY_DEVICE - org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
 
ALIGN_BY_TIME - org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
 
ALIGNBY_DEVICE_COLUMN_NAME - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
AlignByDeviceDataSet - Class in org.apache.iotdb.db.query.dataset
This QueryDataSet is used for ALIGN_BY_DEVICE query result.
AlignByDeviceDataSet(AlignByDevicePlan, QueryContext, IQueryRouter) - Constructor for class org.apache.iotdb.db.query.dataset.AlignByDeviceDataSet
 
AlignByDevicePlan - Class in org.apache.iotdb.db.qp.physical.crud
 
AlignByDevicePlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
ALIGNED_LAST_QUERY_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ALIGNED_SERIES_AGGREGATE_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ALIGNED_SERIES_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
AlignedDescPriorityMergeReader - Class in org.apache.iotdb.db.query.reader.universal
 
AlignedDescPriorityMergeReader() - Constructor for class org.apache.iotdb.db.query.reader.universal.AlignedDescPriorityMergeReader
 
AlignedGroupByExecutor - Interface in org.apache.iotdb.db.query.executor.groupby
Each executor calculates results of all aggregations on this aligned series
AlignedLastPointReader - Class in org.apache.iotdb.db.query.executor.fill
 
AlignedLastPointReader(PartialPath, TSDataType, Set<String>, QueryContext, QueryDataSource, long, Filter) - Constructor for class org.apache.iotdb.db.query.executor.fill.AlignedLastPointReader
 
AlignedLastQueryScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
AlignedLastQueryScanNode(PlanNodeId, AlignedPath) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
AlignedLastQueryScanNode(PlanNodeId, AlignedPath, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
alignedListSize() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
AlignedPath - Class in org.apache.iotdb.db.metadata.path
VectorPartialPath represents many fullPaths of aligned timeseries.
AlignedPath() - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(String) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(String, String) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(String, List<String>) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(String, List<String>, List<IMeasurementSchema>) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(PartialPath, String) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
AlignedPath(MeasurementPath) - Constructor for class org.apache.iotdb.db.metadata.path.AlignedPath
 
alignedPathExecutors - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
alignedPathToAggrIndexesMap - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
aligned path -> result indexes for each aggregation
AlignedPriorityMergeReader - Class in org.apache.iotdb.db.query.reader.universal
 
AlignedPriorityMergeReader() - Constructor for class org.apache.iotdb.db.query.reader.universal.AlignedPriorityMergeReader
 
AlignedReadOnlyMemChunk - Class in org.apache.iotdb.db.engine.querycontext
 
AlignedReadOnlyMemChunk(IMeasurementSchema, TVList, List<List<TimeRange>>) - Constructor for class org.apache.iotdb.db.engine.querycontext.AlignedReadOnlyMemChunk
The constructor for Aligned type.
AlignedSeriesAggregateReader - Class in org.apache.iotdb.db.query.reader.series
 
AlignedSeriesAggregateReader(AlignedPath, Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
AlignedSeriesAggregationScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
AlignedSeriesAggregationScanNode(PlanNodeId, AlignedPath, List<AggregationDescriptor>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
AlignedSeriesAggregationScanNode(PlanNodeId, AlignedPath, List<AggregationDescriptor>, Ordering, GroupByTimeParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
AlignedSeriesAggregationScanNode(PlanNodeId, AlignedPath, List<AggregationDescriptor>, Ordering, Filter, GroupByTimeParameter, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
AlignedSeriesAggregationScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
This operator is responsible to do the aggregation calculation especially for aligned series.
AlignedSeriesAggregationScanOperator(PlanNodeId, AlignedPath, OperatorContext, List<Aggregator>, ITimeRangeIterator, Filter, boolean, GroupByTimeParameter, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesAggregationScanOperator
 
AlignedSeriesCompactionExecutor - Class in org.apache.iotdb.db.engine.compaction.inner.utils
 
AlignedSeriesCompactionExecutor(String, TsFileResource, LinkedList<Pair<TsFileSequenceReader, List<AlignedChunkMetadata>>>, TsFileIOWriter) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.utils.AlignedSeriesCompactionExecutor
 
AlignedSeriesReader - Class in org.apache.iotdb.db.query.reader.series
 
AlignedSeriesReader(PartialPath, Set<String>, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.AlignedSeriesReader
 
AlignedSeriesReader(PartialPath, Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.AlignedSeriesReader
 
AlignedSeriesScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
AlignedSeriesScanNode(PlanNodeId, AlignedPath) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
AlignedSeriesScanNode(PlanNodeId, AlignedPath, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
AlignedSeriesScanNode(PlanNodeId, AlignedPath, Ordering, Filter, Filter, int, int, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
AlignedSeriesScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
AlignedSeriesScanOperator(PlanNodeId, AlignedPath, OperatorContext, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
AlignedSeriesScanUtil - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
AlignedSeriesScanUtil(PartialPath, Set<String>, FragmentInstanceContext, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
AlignedTimeseriesException - Exception in org.apache.iotdb.db.exception.metadata
 
AlignedTimeseriesException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.AlignedTimeseriesException
 
AlignedTVList - Class in org.apache.iotdb.db.utils.datastructure
 
alignedTvListArrayMemCost(TSDataType[]) - Static method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the single alignedTVList array mem cost by give types.
AlignedValueIterator - Class in org.apache.iotdb.db.utils
Used for value object is instance of TsPrimitiveType[]
AlignedValueIterator(Object[]) - Constructor for class org.apache.iotdb.db.utils.AlignedValueIterator
 
AlignedWritableMemChunk - Class in org.apache.iotdb.db.engine.memtable
 
AlignedWritableMemChunk(List<IMeasurementSchema>) - Constructor for class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
AlignedWritableMemChunkGroup - Class in org.apache.iotdb.db.engine.memtable
 
AlignedWritableMemChunkGroup(List<IMeasurementSchema>) - Constructor for class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
ALIVE - org.apache.iotdb.db.mpp.execution.driver.Driver.State
 
ALL_MATCH_PATTERN - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
ALL_NULL - org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
 
ALL_RESULT_NODES - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
ALL_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
allocate(TSDataType) - Static method in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
Get or allocate primitive data lists according to type.
allocNewSegment(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
Allocate space for a new segment inside this page
allocNewSegment(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.AbstractSchemaMergeNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
allowedChildCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
allSensors - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
allSensors - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
alreadyMarkedClosing() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
alreadyReturnedRowNumArray - Variable in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
ALTER_TIME_SERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ALTER_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
ALTER_TIMESERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
ALTER_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
AlterTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
AlterTimeSeriesNode(PlanNodeId, PartialPath, AlterTimeSeriesStatement.AlterType, Map<String, String>, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
AlterTimeSeriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
AlterTimeSeriesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
AlterTimeSeriesOperator.AlterType - Enum in org.apache.iotdb.db.qp.logical.sys
 
AlterTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
AlterTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
used only for deserialize
AlterTimeSeriesPlan(PartialPath, AlterTimeSeriesOperator.AlterType, Map<String, String>, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
AlterTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
ALTER TIMESERIES statement.
AlterTimeSeriesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
AlterTimeSeriesStatement.AlterType - Enum in org.apache.iotdb.db.mpp.plan.statement.metadata
 
Analysis - Class in org.apache.iotdb.db.mpp.plan.analyze
Analysis used for planning a query.
Analysis() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
analyze() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
 
analyze(Statement) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analyzer
 
analyzeOldCrossCompactionLog() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
Analyze cross space compaction log of previous version (<0.13).
analyzeOldInnerCompactionLog() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
Analyze inner space compaction log of previous version (<0.13).
Analyzer - Class in org.apache.iotdb.db.mpp.plan.analyze
Analyze the statement and generate Analysis.
Analyzer(MPPQueryContext, IPartitionFetcher, ISchemaFetcher) - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.Analyzer
 
AnalyzeVisitor - Class in org.apache.iotdb.db.mpp.plan.analyze
This visitor is used to analyze each type of Statement and returns the Analysis.
AnalyzeVisitor(IPartitionFetcher, ISchemaFetcher, TypeProvider, MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
andQueryResultProcess(QueryResult, QueryResult) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
take the intersection of the query results of two influxdb
ApiOriginFilter - Class in org.apache.iotdb.db.protocol.mpprest.filter
 
ApiOriginFilter - Class in org.apache.iotdb.db.protocol.rest.filter
 
ApiOriginFilter() - Constructor for class org.apache.iotdb.db.protocol.mpprest.filter.ApiOriginFilter
 
ApiOriginFilter() - Constructor for class org.apache.iotdb.db.protocol.rest.filter.ApiOriginFilter
 
APPEND_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
APPEND_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
APPEND_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
APPEND_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
appendAggregationResult(TsBlockBuilder, List<? extends Aggregator>, ITimeRangeIterator) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
Append a row of aggregation results to the result tsBlock.
appendDeletionOpBlock(String, Deletion, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Add 1 DeletionBlock to pipeOpSgManager.
appendFullPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
Append a fullPath (without wildcards) as a branch on the tree.
appendFullPath(PartialPath, String) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
Append a fullPath consisting of device and measurement as a branch on the tree.
appendLastValue(TsBlockBuilder, long, String, String, String) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
appendLastValue(TsBlockBuilder, long, Binary, String, String) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
appendLastValue(TsBlockBuilder, TsBlock) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
appendLastValue(TsBlockBuilder, TsBlock, int) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
appendMeasurementPaths(List<MeasurementPath>) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
appendMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
appendMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
AppendOnlyDiskSchemaManager - Class in org.apache.iotdb.db.metadata.idtable
store id table schema in append only file
AppendOnlyDiskSchemaManager(File) - Constructor for class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
 
appendOpBlock(String, AbstractOpBlock) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Append 1 data BlockEntry to pipeOpManager
appendPathPattern(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
Add a pathPattern (may contain wildcards) to pathPatternList.
appendSchemaTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
appendSchemaTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
appendSchemaTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
appendSchemaTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
appendSchemaTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
appendSingleMeasurement(PartialPath, MeasurementSchema, String, boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
appendTemplate(AppendTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
AppendTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
AppendTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
AppendTemplatePlan(String, boolean, String[], TSDataType[], TSEncoding[], CompressionType[]) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
AppendTemplatePlan(String, boolean, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
appendTsFileOpBlock(String, String, String, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Add 1 TsFileOpBlock to PipeOpManager.
apply(DataRegion, TsFileProcessor, boolean) - Method in interface org.apache.iotdb.db.engine.flush.TsFileFlushPolicy
 
apply(DataRegion, TsFileProcessor, boolean) - Method in class org.apache.iotdb.db.engine.flush.TsFileFlushPolicy.DirectFlushPolicy
 
apply(T) - Method in interface org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue.PollLastHook
 
applyForWALNode(String) - Method in class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
applyForWALNode(String) - Method in interface org.apache.iotdb.db.wal.allocation.NodeAllocationStrategy
Allocate one wal node for the applicant
applyForWALNode(String) - Method in class org.apache.iotdb.db.wal.allocation.RoundRobinStrategy
 
applyForWALNode(String) - Method in class org.apache.iotdb.db.wal.WALManager
Apply for a wal node
applyNewlyFlushedTimeToFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
applyNewlyFlushedTimeToFlushedTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
applyNewlyFlushedTimeToFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
applyNewMemoryControlParameters(int, int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
applyNewMemoryControlParameters(int, int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
applyTemporaryMemoryForFlushing(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
ArithmeticAdditionColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticAdditionColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticAdditionColumnTransformer
 
ArithmeticAdditionTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticAdditionTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticAdditionTransformer
 
ArithmeticBinaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticBinaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticBinaryColumnTransformer
 
ArithmeticBinaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
ArithmeticBinaryExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.ArithmeticBinaryExpression
 
ArithmeticBinaryExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.ArithmeticBinaryExpression
 
ArithmeticBinaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticBinaryTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticBinaryTransformer
 
ArithmeticDivisionColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticDivisionColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticDivisionColumnTransformer
 
ArithmeticDivisionTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticDivisionTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticDivisionTransformer
 
ArithmeticModuloColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticModuloColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticModuloColumnTransformer
 
ArithmeticModuloTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticModuloTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticModuloTransformer
 
ArithmeticMultiplicationColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticMultiplicationColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticMultiplicationColumnTransformer
 
ArithmeticMultiplicationTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticMultiplicationTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticMultiplicationTransformer
 
ArithmeticNegationColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
ArithmeticNegationColumnTransformer(Type, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.ArithmeticNegationColumnTransformer
 
ArithmeticNegationTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
ArithmeticNegationTransformer(LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.ArithmeticNegationTransformer
 
ArithmeticSubtractionColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
ArithmeticSubtractionColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticSubtractionColumnTransformer
 
ArithmeticSubtractionTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
ArithmeticSubtractionTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticSubtractionTransformer
 
ARRAY_SIZE - Static variable in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
 
ASC - org.apache.iotdb.db.mpp.plan.statement.component.Ordering
 
ascending - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
ascending - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
ascending - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
ascending - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
ascSortByVersionId(File[]) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Sort wal files by version id with ascending order
AscTimeComparator - Class in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
 
AscTimeComparator() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.AscTimeComparator
 
assign() - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
 
assignCompactionQueryId() - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
Register a query id for compaction.
assignQueryId(boolean) - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
Register a new query.
ASTVisitor - Class in org.apache.iotdb.db.mpp.plan.parser
Parse AST to Statement.
ASTVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
ASYNC - org.apache.iotdb.db.wal.utils.WALMode
submit wal asynchronously, write request will return immediately no matter its wal is flushed to the disk successfully
asyncCloseAllWorkingTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
close all working tsfile processors
asyncCloseOneTsFileProcessor(boolean, TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
close one tsfile processor, thread-safety should be ensured by caller
AsyncConfigNodeIServiceClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.AsyncConfigNodeIServiceClientPoolFactory
 
AsyncDataNodeMPPDataExchangeServiceClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory
 
asyncFlush() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
put the working memtable into flushing list and set the working memtable to null
asyncRecover(IStorageGroupMNode, ExecutorService, List<Future<Void>>) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
async recover all virtual storage groups in this logical storage group
attemptTimes(int) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
Set the maximum attempt times of handling an operation.
AUDIT_LOGGER - Static variable in class org.apache.iotdb.db.query.control.SessionManager
 
AUDIT_LOGGER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
AUTHOR - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
AUTHOR - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
AuthorityChecker - Class in org.apache.iotdb.db.auth
 
AuthorizationFilter - Class in org.apache.iotdb.db.protocol.mpprest.filter
 
AuthorizationFilter - Class in org.apache.iotdb.db.protocol.rest.filter
 
AuthorizationFilter() - Constructor for class org.apache.iotdb.db.protocol.mpprest.filter.AuthorizationFilter
 
AuthorizationFilter() - Constructor for class org.apache.iotdb.db.protocol.rest.filter.AuthorizationFilter
 
AuthorizationHandler - Class in org.apache.iotdb.db.protocol.mpprest.handler
 
AuthorizationHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
AuthorizationHandler() - Constructor for class org.apache.iotdb.db.protocol.mpprest.handler.AuthorizationHandler
 
AuthorizationHandler() - Constructor for class org.apache.iotdb.db.protocol.rest.handler.AuthorizationHandler
 
AuthorizerManager - Class in org.apache.iotdb.db.auth
 
AuthorizerManager() - Constructor for class org.apache.iotdb.db.auth.AuthorizerManager
 
AuthorizerTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
AuthorizerTask(AuthorStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.AuthorizerTask
 
AuthorOperator - Class in org.apache.iotdb.db.qp.logical.sys
this class maintains information in Author statement, including CREATE, DROP, GRANT and REVOKE.
AuthorOperator(int, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
AuthorOperator Constructor with OperatorType.
AuthorOperator(int, AuthorOperator.AuthorType) - Constructor for class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
AuthorOperator Constructor with AuthorType.
AuthorOperator.AuthorType - Enum in org.apache.iotdb.db.qp.logical.sys
 
AuthorPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
AuthorPlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
AuthorPlan(AuthorOperator.AuthorType, String, String, String, String, String[], List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
AuthorPlan Constructor.
AuthorStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
AuthorStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
AuthorOperator Constructor with OperatorType.
AuthorStatement(AuthorOperator.AuthorType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
AuthorOperator Constructor with AuthorType.
AUTO_CREATE_DEVICE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
AUTO_CREATE_DEVICE_MNODE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
AUTO_CREATE_DEVICE_MNODE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
AUTO_CREATE_DEVICE_MNODE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
AUTO_CREATE_DEVICE_MNODE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
autoCreateDeviceMNode(AutoCreateDeviceMNodePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
autoCreateDeviceMNode(AutoCreateDeviceMNodePlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
autoCreateDeviceMNode(AutoCreateDeviceMNodePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
autoCreateDeviceMNode(AutoCreateDeviceMNodePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
AutoCreateDeviceMNodePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
AutoCreateDeviceMNodePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
AutoCreateDeviceMNodePlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
autoCreateDeviceNode(String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
averageWithTimeAndDataType(TimeValuePair, TimeValuePair, long, TSDataType) - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
avg(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
AVG - org.apache.iotdb.db.query.aggregation.AggregationType
 
AVG - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
AvgAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
AvgAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
AvgAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
AvgAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 

B

backOffInterval(int) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
Set the backoff interval on the failure of handling an operation.
badFileNum - Static variable in class org.apache.iotdb.db.tools.validate.TsFileValidationTool
 
BadNodeUrlFormatException - Exception in org.apache.iotdb.db.exception
 
BadNodeUrlFormatException(String) - Constructor for exception org.apache.iotdb.db.exception.BadNodeUrlFormatException
 
BALANCE - org.apache.iotdb.db.engine.compaction.constant.CompactionPriority
 
BASE_OUTPUT_PATH - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
BaseManagedSeriesReader - Class in org.apache.iotdb.db.query.reader.series
 
BaseManagedSeriesReader() - Constructor for class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
BaseStateMachine - Class in org.apache.iotdb.db.consensus.statemachine
 
BaseStateMachine() - Constructor for class org.apache.iotdb.db.consensus.statemachine.BaseStateMachine
 
BasicAuthorityCache - Class in org.apache.iotdb.db.auth
 
BasicAuthorityCache() - Constructor for class org.apache.iotdb.db.auth.BasicAuthorityCache
 
BasicFilterType - Enum in org.apache.iotdb.db.mpp.common.filter
all basic operator in filter.
BasicFunctionFilter - Class in org.apache.iotdb.db.mpp.common.filter
basic operator includes = < > >= <= !=.
BasicFunctionFilter(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
BasicFunctionFilter Constructor.
BasicFunctionOperator - Class in org.apache.iotdb.db.qp.logical.crud
basic operator includes = < > >= <= !=.
BasicFunctionOperator(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
BasicFunctionOperator Constructor.
BasicMNodSizeEstimator - Class in org.apache.iotdb.db.metadata.mnode.estimator
 
BasicMNodSizeEstimator() - Constructor for class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
 
BasicOpenSessionResp - Class in org.apache.iotdb.db.service.basic
 
BasicOpenSessionResp() - Constructor for class org.apache.iotdb.db.service.basic.BasicOpenSessionResp
 
BasicOperatorType - Enum in org.apache.iotdb.db.qp.logical.crud
all basic operator in filter.
BasicSecurityContext - Class in org.apache.iotdb.db.protocol.mpprest.filter
 
BasicSecurityContext - Class in org.apache.iotdb.db.protocol.rest.filter
 
BasicSecurityContext(User, boolean) - Constructor for class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
BasicSecurityContext(User, boolean) - Constructor for class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
BATCH_INSERT - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
BATCH_INSERT - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
BATCH_INSERT_ONE_DEVICE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
BATCH_INSERT_ONE_DEVICE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
BATCH_INSERT_ONE_DEVICE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
BATCH_INSERT_ROWS - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
BATCH_INSERT_ROWS - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
BATCH_INSERT_ROWS - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
batchDataLengthList - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
BatchHandlerQueue<T extends Event> - Class in org.apache.iotdb.db.engine.trigger.utils
Each Trigger instantiate a ForwardQueue
BatchHandlerQueue(int, int, int, Handler) - Constructor for class org.apache.iotdb.db.engine.trigger.utils.BatchHandlerQueue
 
BATCHINSERT - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
BatchInsertNode - Interface in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
BatchInsertNode contains multiple sub insert.
BatchLogReader - Class in org.apache.iotdb.db.utils.writelog
BatchedLogReader reads logs from a binary batch of log in the format of ByteBuffer.
BatchPlan - Interface in org.apache.iotdb.db.qp.physical
BatchPlan contains multiple sub-plans.
BatchProcessException - Exception in org.apache.iotdb.db.exception
 
BatchProcessException(String) - Constructor for exception org.apache.iotdb.db.exception.BatchProcessException
 
BatchProcessException(TSStatus[]) - Constructor for exception org.apache.iotdb.db.exception.BatchProcessException
 
bean2Json(Object) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.JacksonUtils
 
BEFORE_INSERT - org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
 
beforeDestroy() - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
beforeFilter - Variable in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
beforeRange - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
beforeStart(long, float, List<String>, List<TSDataType>, Map<String, String>) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
BEGIN_SETTLE_FILE - org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
 
BEGIN_UPGRADE_FILE - org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
 
beginIndex - Variable in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
BETWEEN - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
BetweenColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.ternary
 
BetweenColumnTransformer(Type, ColumnTransformer, ColumnTransformer, ColumnTransformer, boolean) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.BetweenColumnTransformer
 
BetweenExpression - Class in org.apache.iotdb.db.mpp.plan.expression.ternary
 
BetweenExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
BetweenExpression(Expression, Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
BetweenExpression(Expression, Expression, Expression, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
BetweenTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
 
BetweenTransformer(LayerPointReader, LayerPointReader, LayerPointReader, boolean) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.BetweenTransformer
 
BinaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
BinaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
BinaryConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
BinaryConstantFill(Binary) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.BinaryConstantFill
 
BinaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
BinaryExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
BinaryExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
BinaryPreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
BinaryPreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.BinaryPreviousFill
 
binarySearchFileBySearchIndex(File[], long) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Find index of the file which probably contains target insert plan.
binarySort(int, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
From TimSort.java
BinaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
BinaryTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
BinaryTVList - Class in org.apache.iotdb.db.utils.datastructure
 
bindInputLayerColumnIndexWithExpression() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
bindInputLayerColumnIndexWithExpression() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.EvaluationDAGBuilder
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
bindInputLayerColumnIndexWithExpression(Map<String, List<InputLocation>>) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Deprecated.
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
bindInputLayerColumnIndexWithExpression(UDTFPlan) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
bindTo(AbstractMetricManager) - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
bindTo(AbstractMetricManager) - Method in class org.apache.iotdb.db.service.metrics.predefined.ProcessMetrics
 
bindTo(AbstractMetricManager) - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
bitMaps - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
Mark bitMaps of correct index when one row has at least one null field
bitMaps - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
the bitmap used to indicate whether one value is null in the tvLists.
BLOCK_SIZE - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
BLOCKED - org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
 
blockedToReady(DriverTask) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler
blockingQueueArray - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
blockInsertionIfReject(TsFileProcessor) - Static method in class org.apache.iotdb.db.engine.StorageEngine
block insertion if the insertion is rejected by memory control
blockInsertionIfReject(TsFileProcessor) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
block insertion if the insertion is rejected by memory control
BloomFilterCache - Class in org.apache.iotdb.db.engine.cache
This class is used to cache BloomFilter in IoTDB.
BloomFilterCache.BloomFilterCacheKey - Class in org.apache.iotdb.db.engine.cache
 
BloomFilterCacheKey(String) - Constructor for class org.apache.iotdb.db.engine.cache.BloomFilterCache.BloomFilterCacheKey
 
BOOLEAN - org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
 
BOOLEAN_FALSE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
BOOLEAN_FALSE_NUM - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
BOOLEAN_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
BOOLEAN_TRUE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
BOOLEAN_TRUE_NUM - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
BooleanConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
BooleanConstantFill(boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.BooleanConstantFill
 
BooleanLiteral - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
BooleanLiteral(boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
BooleanLiteral(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
BooleanPreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
BooleanPreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.BooleanPreviousFill
 
BooleanTVList - Class in org.apache.iotdb.db.utils.datastructure
 
booleanValue - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
BrokerAuthenticator - Class in org.apache.iotdb.db.protocol.mqtt
The MQTT broker authenticator.
BrokerAuthenticator() - Constructor for class org.apache.iotdb.db.protocol.mqtt.BrokerAuthenticator
 
buffer2Node(String, ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
NOTICE: Make sure that buffer has set its position and limit clearly before pass to this method.
buffer2String(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
BufferedPipeDataQueue - Class in org.apache.iotdb.db.sync.pipedata.queue
 
BufferedPipeDataQueue(String) - Constructor for class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
build() - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
 
build() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
 
Builder(String) - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
 
buildLayerMemoryAssigner() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
buildLayerMemoryAssigner() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.EvaluationDAGBuilder
 
buildNewDataRegion(String, DataRegionId, long) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
build a new data region
buildNewStorageGroupProcessor(PartialPath, IStorageGroupMNode, String) - Method in class org.apache.iotdb.db.engine.StorageEngine
build a new storage group processor
buildResultColumnPointReaders() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
buildResultColumnPointReaders() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.EvaluationDAGBuilder
 
buildTsBlock() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
buildTsBlock(int, List<TSEncoding>, List<List<TimeRange>>) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Build TsBlock by column.
buildTsBlock(int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
buildTSBlock(int, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CountStorageGroupTask
 
buildTSBlock(List<PartialPath>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowPathSetTemplateTask
 
buildTSBlock(List<TPipeInfo>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeTask
 
buildTSBlock(List<Template>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowSchemaTemplateTask
 
buildTSBlock(List<PipeSink>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeSinkTask
 
buildTSBlock(Map<String, Long>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowTTLTask
 
buildTSBlock(Map<String, List<String>>, SettableFuture<ConfigTaskResult>) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
build TSBlock
buildTSBlock(Map<String, TStorageGroupInfo>, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowStorageGroupTask
 
buildTSBlock(TShowClusterResp, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowClusterTask
 
buildTSBlock(TShowConfigNodesResp, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowConfigNodesTask
 
buildTSBlock(TShowDataNodesResp, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowDataNodesTask
 
buildTSBlock(TShowRegionResp, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowRegionTask
 
buildTSBlock(Template, SettableFuture<ConfigTaskResult>) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowNodesInSchemaTemplateTask
 
BY_ALREADY_BEING_CANCELLED - Static variable in exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
BY_FRAGMENT_ABORT_CALLED - Static variable in exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
BY_INTERNAL_ERROR_SCHEDULED - Static variable in exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
BY_QUERY_CASCADING_ABORTED - Static variable in exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
BY_TIMEOUT - Static variable in exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
byteArrayLengthForMemoryControl - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
byteArrayLengthForMemoryControl - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
BYTES - Static variable in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
bytesCntToStr(long) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for converting the byte count result to readable string.
ByTimestampReaderAdapter - Class in org.apache.iotdb.db.query.externalsort.adapter
This class is an adapter which makes IPointReader implement IReaderByTimestamp interface.
ByTimestampReaderAdapter(IPointReader) - Constructor for class org.apache.iotdb.db.query.externalsort.adapter.ByTimestampReaderAdapter
 

C

cache - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
cache - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
Cache - Class in org.apache.iotdb.db.mpp.transformation.datastructure
 
Cache(int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.Cache
 
CACHE - org.apache.iotdb.db.service.metrics.enums.Metric
 
CACHE_BLOCK_SIZE - Static variable in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
CACHE_HIT - org.apache.iotdb.db.service.metrics.enums.Metric
 
cacheCapacity - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.Cache
 
cacheColumn(Column, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnCache
 
cachedBatchData - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
cachedBatchDataArray - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
cachedBinary - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedBinary - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedBoolean - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedBoolean - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedChunkMetadata - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
cachedChunkMetadata - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
cachedDouble - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedDouble - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedFloat - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedFloat - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedInt - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedInt - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedLong - Variable in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
cachedLong - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedMetaData - Variable in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
CachedMNodeContainer - Class in org.apache.iotdb.db.metadata.mtree.store.disk
 
CachedMNodeContainer() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
CachedMNodeSizeEstimator - Class in org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
CachedMNodeSizeEstimator() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.CachedMNodeSizeEstimator
 
CachedMTreeStore - Class in org.apache.iotdb.db.metadata.mtree.store
 
CachedMTreeStore(PartialPath, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
CachedPriorityMergeReader - Class in org.apache.iotdb.db.query.reader.universal
CachedPriorityMergeReader use a cache to reduce unnecessary heap updates and increase locality.
CachedPriorityMergeReader(TSDataType) - Constructor for class org.apache.iotdb.db.query.reader.universal.CachedPriorityMergeReader
 
cachedTime - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
cachedTsBlock - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
CachedUnseqResourceMergeReader - Class in org.apache.iotdb.db.query.reader.resource
 
CachedUnseqResourceMergeReader(List<Chunk>, TSDataType) - Constructor for class org.apache.iotdb.db.query.reader.resource.CachedUnseqResourceMergeReader
 
cacheEntry - Variable in class org.apache.iotdb.db.metadata.mnode.MNode
 
CacheEntry - Class in org.apache.iotdb.db.metadata.mtree.store.disk.cache
 
CacheEntry() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
CacheHitRatioMonitor - Class in org.apache.iotdb.db.engine.cache
 
CacheHitRatioMonitor() - Constructor for class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
CacheHitRatioMonitorMXBean - Interface in org.apache.iotdb.db.engine.cache
 
CacheManager - Class in org.apache.iotdb.db.metadata.mtree.store.disk.cache
This class implemented the cache management, involving the cache status management on per MNode and cache eviction.
CacheManager() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
cacheMeta(PartialPath, IMeasurementMNode, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
if the path is in local mtree, nothing needed to do (because mtree is in the memory); Otherwise cache the path to mRemoteSchemaCache
CacheMetricsRecorder - Class in org.apache.iotdb.db.service.metrics.recorder
 
CacheMetricsRecorder() - Constructor for class org.apache.iotdb.db.service.metrics.recorder.CacheMetricsRecorder
 
cacheNext(int) - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
cachePoint(TSDataType, LayerPointReader, ElasticSerializableTVList) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
cachePoints(TSDataType, LayerPointReader, ElasticSerializableTVList, int) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
cacheRole(String, TPermissionInfoResp) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
cache role
cacheRow(IUDFInputDataSet, ElasticSerializableRowRecordList) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
cacheRows(IUDFInputDataSet, ElasticSerializableRowRecordList, int) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
cacheSize - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
cacheTimeseriesSchema(TimeseriesSchema) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
cacheUser(TPermissionInfoResp) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
cache user
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.MappableUDFQueryRowTransformer
 
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
if this method returns true, at least one of the cached field should be set
cacheValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
cacheValueFromUDFOutput() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
calcAlignedResult(long, long) - Method in interface org.apache.iotdb.db.query.executor.groupby.AlignedGroupByExecutor
calculate result in [curStartTime, curEndTime)
calcAlignedResult(long, long) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalAlignedGroupByExecutor
 
calcFromCachedData() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calcFromStatistics(Statistics[]) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calcIntervalByMonth(long, long) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
add natural months based on the startTime to avoid edge cases, ie 2/28
calcResult(long, long) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
calcResult(long, long) - Method in interface org.apache.iotdb.db.query.executor.groupby.GroupByExecutor
calculate result in [curStartTime, curEndTime)
calcResult(long, long) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalGroupByExecutor
 
calculateAggregationFromRawData(TsBlock, List<Aggregator>, TimeRange, boolean) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
Calculate aggregation value on the time range from the tsBlock containing raw data.
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
calculateBruteForce() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
calculateByIoTDBFunc() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
calculateCapacity(float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBooleanTVList
 
calculateCapacity(float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableDoubleTVList
 
calculateCapacity(float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableFloatTVList
 
calculateCapacity(float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableIntTVList
 
calculateCapacity(float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableLongTVList
 
calculateCapacity(float, int) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
calculateCapacity(TSDataType[], float, int) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
Calculate the number of rows that can be cached given the memory limit.
calculateCapacity(TSDataType, float) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
calculateChunkHitRatio() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
calculateChunkHitRatio() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
calculateLastPairForSeries(List<PartialPath>, List<TSDataType>, QueryContext, IExpression, RawDataQueryPlan) - Method in class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
calculateLastPairForSeriesLocally(List<PartialPath>, List<TSDataType>, QueryContext, IExpression, Map<String, Set<String>>) - Static method in class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
calculateMaxAggregationResultSize(List<? extends AggregationDescriptor>, ITimeRangeIterator, TypeProvider) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
 
calculateMaxAggregationResultSizeForLastQuery(List<Aggregator>, PartialPath) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
 
calculateMaxPeekMemory() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
We should also consider the memory used by its children operator, so the calculation logic may be like: long estimatedOfCurrentOperator = XXXXX; return max(estimatedOfCurrentOperator, child1.calculateMaxPeekMemory(), child2.calculateMaxPeekMemory(), ....)
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
calculateMaxPeekMemory() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
calculateMaxReturnSize() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
calculateMaxReturnSize() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
calculateNextAggregationResult() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.RawDataAggregationOperator
 
calculateNextAggregationResult() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
calculateNextAggregationResult() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SlidingWindowAggregationOperator
 
calculateNextAggregationResult() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calculatePrecedingPoint() - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
calculateRamSize() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
calculateRamSize() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
calculateRamSize() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
 
calculateRamSize() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
calculateRamSize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
calculateRetainedSizeAfterCallingNext() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
calculateRetainedSizeAfterCallingNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
calculateSingleBinaryTVPairMemory(int) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
calculateSucceedingPoint() - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
calculateTimeSeriesMetadataHitRatio() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
calcWithoutNullColumnIndex(List<Expression>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
call() - Method in class org.apache.iotdb.db.engine.compaction.cross.rewrite.task.ReadPointPerformerSubTask
 
call() - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.CompactionRecoverCallBack
 
call(TsFileProcessor) - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.CloseTsFileCallBack
 
call(TsFileProcessor) - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.UpdateEndTimeCallBack
 
call(TsFileResource) - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.UpgradeTsFileResourceCallBack
 
call(TsFileResource, List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.SettleTsFileCallBack
 
call(T) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManagerCallback
 
canBeSplit - Variable in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
canBeSplit() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
whether the plan can be split into more than one Plans.
canCallNext - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
cancel() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
cancel() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
cancel() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
cancel() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
CANCELED - org.apache.iotdb.db.mpp.execution.QueryState
 
cancelFragment(PlanFragmentId) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
cancelFragment(PlanFragmentId) - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
cancelFragment(PlanFragmentId) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
CANCELLED - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance was canceled by a user.
cancelTask(FragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
Cancels a FragmentInstance.
canMergeOperator(FilterOperator) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
judge whether the subtrees of the syntax tree have or operations.
canUseCurrentChunkStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
canUseCurrentChunkStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
canUseCurrentChunkStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
canUseCurrentChunkStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
canUseCurrentFileStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
canUseCurrentFileStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
canUseCurrentFileStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
canUseCurrentFileStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
canUseCurrentPageStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
canUseCurrentPageStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
canUseCurrentPageStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
only be used without value filter
canUseCurrentPageStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
canWrite() - Method in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
 
canYieldNextRowInObjects() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.input.IUDFInputDataSet
Whether the data set has next row.
canYieldNextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.TsBlockInputDataSet
 
canYieldNextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
cartesianProduct(List<List<T>>, List<List<T>>, int, List<T>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
cartesianProduct(List<List<T>>, List<List<T>>, int, List<T>) - Static method in class org.apache.iotdb.db.qp.strategy.optimizer.ConcatPathOptimizer
 
castCurrentValueToDoubleOperand(LayerPointReader, TSDataType) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
castCurrentValueToDoubleOperand(LayerPointReader, TSDataType) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
cause - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode.FailedMeasurementInfo
 
cause - Variable in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
 
CHANGE_ALIAS - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CHANGE_ALIAS - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CHANGE_ALIAS - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CHANGE_ALIAS - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CHANGE_OFFSET - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CHANGE_TAG_OFFSET - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CHANGE_TAG_OFFSET - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CHANGE_TAG_OFFSET - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
changeAlias(String, String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
changeAlias(PartialPath, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
changeAlias(PartialPath, String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
changeAlias(PartialPath, String) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
changeAlias(PartialPath, String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
changeAlias(PartialPath, String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
ChangeAliasPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ChangeAliasPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
ChangeAliasPlan(PartialPath, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
changeOffset(String, long) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
changeOffset(PartialPath, long) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
ChangeTagOffsetPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ChangeTagOffsetPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
ChangeTagOffsetPlan(PartialPath, long) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.FillQueryOperator
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.LastQueryOperator
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
check() - Method in class org.apache.iotdb.db.qp.logical.crud.UDAFQueryOperator
 
check() - Method in class org.apache.iotdb.db.utils.windowing.configuration.Configuration
 
check() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingSizeWindowConfiguration
 
check() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingTimeWindowConfiguration
 
check(String, boolean) - Method in class org.apache.iotdb.db.tools.TsFileSelfCheckTool
 
check(String, List<? extends PartialPath>, Operator.OperatorType, String) - Static method in class org.apache.iotdb.db.auth.AuthorityChecker
check permission.
check(Operator) - Static method in class org.apache.iotdb.db.qp.strategy.LogicalChecker
To check whether illegal component exists in specific operator.
CHECK_AUTHORITY - org.apache.iotdb.db.conf.OperationType
 
checkAllRelatedTemplate(PartialPath) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
checkAllRelatedTemplate(PartialPath) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
 
checkAllRelatedTemplate(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
checkAllRelatedTemplate(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
checkAllRelatedTemplate(PartialPath) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
checkAllRelatedTemplate(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
checkAndInvokeOnFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
checkAndInvokeOnFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
checkArgs(String[]) - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
checkAuthority(SecurityContext, Statement) - Method in class org.apache.iotdb.db.protocol.mpprest.handler.AuthorizationHandler
 
checkAuthority(SecurityContext, PhysicalPlan) - Method in class org.apache.iotdb.db.protocol.rest.handler.AuthorizationHandler
 
checkAuthority(Statement, long) - Static method in class org.apache.iotdb.db.auth.AuthorityChecker
Check whether specific Session has the authorization to given plan.
checkAuthority(PhysicalPlan, long) - Method in class org.apache.iotdb.db.query.control.SessionManager
Check whether specific Session has the authorization to given plan.
checkAuthorization(Statement, String) - Static method in class org.apache.iotdb.db.auth.AuthorityChecker
Check whether specific user has the authorization to given plan.
checkAuthorization(PhysicalPlan, String) - Method in class org.apache.iotdb.db.query.control.SessionManager
Check whether specific user has the authorization to given plan.
checkChunkSize(int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
checkChunkSizeAndMayOpenANewChunk(TsFileIOWriter, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
checkCommitIndex() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
Summary all ExternalPipes' commit info, then do commit to pipeOpManager.
checkConfig() - Method in class org.apache.iotdb.db.conf.IoTDBStartCheck
check configuration in system.properties when starting IoTDB
checkConfig() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceCheck
 
checkConfig() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardConfiguration
 
checkConfig() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
checkConsensusProtocolExists(TConsensusGroupType) - Method in class org.apache.iotdb.db.conf.IoTDBStartCheck
 
checkConstantSatisfy(Expression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
checkDataTypeMatch(InsertPlan, int, TSDataType) - Static method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionUtils
 
checkDataTypeWithEncoding(TSDataType, TSEncoding) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
checkDeletedState(long, long) - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
Check the deletion-state of the data-points of specific time range according to the info of .mods
checkDeviceIdExist(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
checkDeviceIdExist(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
checkDeviceIdExist(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
check whether deviceId exists in TsFile
checkDeviceIdExist(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
checkDuplicateIp(List<String>) - Method in class org.apache.iotdb.db.conf.IoTDBStopCheck
check datanode ips is duplicate or note
checkEqualsContainNull(Object, Object) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.CommonUtils
judge whether two instances are equal, and allow null check
checkExpansion() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
checkFilesTTL() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Iterate each TsFile and try to lock and remove those out of TTL.
checkGrafanaQuery(Operator) - Static method in class org.apache.iotdb.db.protocol.rest.handler.PhysicalPlanValidationHandler
 
checkIfChunkDoesNotExist(IDeviceID, String) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
checkIfChunkDoesNotExist(IDeviceID, String) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
must guarantee the device exists in the work memtable only used when mem control enabled
checkIfNeedToDecode(TSDataType, TSEncoding, PageHeader, MeasurementSchema, String, long) - Method in class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
Due to TsFile version-3 changed the serialize way of integer in TEXT data and INT32 data with PLAIN encoding, and also add a sum statistic for BOOLEAN data, these types of data need to decode to points and rewrite in new TsFile.
checkIfNeedToDecode(MeasurementSchema, String, PageHeader, long) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
If the page have no statistics or crosses multi partitions, will return true, otherwise return false.
checkIfPathNumberIsOverLimit(List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.utils.WildcardsRemover
 
checkIfSoffsetIsExceeded(List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.utils.WildcardsRemover
 
checkInfluxDBQueryOperator(Operator) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
 
checkInputExpressionDataType(String, TSDataType, TSDataType...) - Static method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
Check the integrity of the plan in case that the plan is generated by a careless user through Session API.
checkIntegrity() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
checkInterrupted() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
checkIpInCluster(List<String>, List<String>) - Method in class org.apache.iotdb.db.conf.IoTDBStopCheck
check the remove Data Node ips is in cluster or not
checkIsAllMeasurement(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Check if all suffix paths in expression are measurements or one-level wildcards, used in ALIGN BY DEVICE query or GroupByLevel query.
checkIsNeedTransform(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Check for arithmetic expression, logical expression, UDF.
checkIsTemplateCompatible(Template, IMNode) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
checkIsTemplateCompatibleWithChild(IMNode, Template) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
checkIsTemplateCompatibleWithChild(IMNode, Template) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
checkIsTemplateCompatibleWithChild(IMNode, Template) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
checkLogin(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
Check whether current user has logged in.
checkMemoryUsage() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
checkMemoryUsage() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
checkNameMatch(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
checkNodeName(String) - Static method in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
check whether the node name is well formatted
checkNonEmptyString(String, String) - Static method in class org.apache.iotdb.db.utils.ParameterUtils
check whether the field is empty.
checkOneLevelWildcardMatch(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
checkPath(String, List<String>, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
Check the path
checkPath(String, List<String>, int) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
checkPermission(String, List<? extends PartialPath>, StatementType, String) - Static method in class org.apache.iotdb.db.auth.AuthorityChecker
check permission(datanode to confignode).
Checkpoint - Class in org.apache.iotdb.db.wal.checkpoint
Checkpoint is the basic element of .checkpoint file, including type, number of memTables, and brief information of each memTable.
Checkpoint(CheckpointType, List<MemTableInfo>) - Constructor for class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
CHECKPOINT_FILE_NAME_PATTERN - Static variable in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
versionId is a self-incremented id number, helping to maintain the order of checkpoint files
checkpointFilenameFilter(File, String) - Static method in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
Return true when this file is .checkpoint file
CheckpointFileUtils - Class in org.apache.iotdb.db.wal.utils
 
CheckpointFileUtils() - Constructor for class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
 
CheckpointInfo(long, Map<Long, MemTableInfo>) - Constructor for class org.apache.iotdb.db.wal.recover.CheckpointRecoverUtils.CheckpointInfo
 
CheckpointManager - Class in org.apache.iotdb.db.wal.checkpoint
This class is used to manage checkpoints of one wal node
CheckpointManager(String, String) - Constructor for class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
 
CheckpointReader - Class in org.apache.iotdb.db.wal.io
CheckpointReader is used to read all checkpoints from .checkpoint file.
CheckpointReader(File) - Constructor for class org.apache.iotdb.db.wal.io.CheckpointReader
 
CheckpointRecoverUtils - Class in org.apache.iotdb.db.wal.recover
 
CheckpointRecoverUtils.CheckpointInfo - Class in org.apache.iotdb.db.wal.recover
 
CheckpointType - Enum in org.apache.iotdb.db.wal.checkpoint
Type of Checkpoint
CheckpointWriter - Class in org.apache.iotdb.db.wal.io
CheckpointWriter writes the binary Checkpoint into .checkpoint file.
CheckpointWriter(File) - Constructor for class org.apache.iotdb.db.wal.io.CheckpointWriter
 
checkQueryAlive(long) - Static method in class org.apache.iotdb.db.query.control.QueryTimeManager
Check given query is alive or not.
checkQueryResultNull(QueryResult) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
checks whether query result is null in the specified way
checkRequiredArg(String, String, CommandLine) - Static method in class org.apache.iotdb.db.tools.schema.MLogParser
 
checkRequiredArg(String, String, CommandLine) - Static method in class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
checkRestQuery(Operator) - Static method in class org.apache.iotdb.db.protocol.rest.handler.PhysicalPlanValidationHandler
 
checkSameStringList(List<String>, List<String>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
determine whether the two string lists are the same
checkSchemaMeasurementNames(List<String>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
check whether the measurement ids in schema is well formatted
checkSelectComponent(SelectComponent) - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
checkStorageGroup(String) - Static method in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
check whether the storageGroup name uses illegal characters
checkStorageGroupAlreadySet(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Check whether the storage group of given path exists.
checkStorageGroupByPath(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Check whether the given path contains a storage group
checkStorageGroupByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Check whether the given path contains a storage group
checkStorageGroupByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Check whether the given path contains a storage group
checkStorageGroupByPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Check whether the given path contains a storage group
checkStorageGroupByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
checkStorageGroupExist(List<PartialPath>) - Static method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
checkTemplateAlignmentWithMountedNode(IMNode, Template) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Check route 1: If template has no direct measurement, just pass the check.
checkTemplateAlignmentWithMountedNode(IMNode, Template) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Check route 1: If template has no direct measurement, just pass the check.
checkTemplateAlignmentWithMountedNode(IMNode, Template) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Check route 1: If template has no direct measurement, just pass the check.
checkTemplateInUseOnLowerNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
checkTemplateInUseOnLowerNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
checkTemplateInUseOnLowerNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
checkTemplateOnPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
check whether there is template on given path and the subTree has template return true, otherwise false
checkTemplateOnPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
check whether there is template on given path and the subTree has template return true, otherwise false
checkTemplateOnPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
check whether there is template on given path and the subTree has template return true, otherwise false
checkTemplateOnPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
check whether there is template on given path and the subTree has template return true, otherwise false
checkTemplateSetInfo(PartialPath) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
checkTemplateSetInfo(PartialPath) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
 
checkTemplateSetInfo(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
checkTemplateSetInfo(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
checkTemplateSetInfo(PartialPath) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
checkTemplateSetInfo(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
checkTimeseries(PartialPath) - Static method in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
check whether the given path is well formatted
checkTimeseriesProps(String, Map<String, String>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
check props when creating timeseries
checkTTL() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push check ttl down to all sg
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticBinaryColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareBinaryColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareEqualToColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareNonEqualColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicBinaryColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.LeafColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.multi.MappableUDFColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.CompareTernaryColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.ArithmeticNegationColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.LogicNotColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.RegularColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticBinaryTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
checkType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
checkUser(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
Check the user
checkUser(String, String) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
checkUser(String, String) - Method in interface org.apache.iotdb.db.auth.IAuthorityFetcher
 
checkUser(String, String) - Method in class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
checkUserPrivileges(String, String, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
checkUserPrivileges(String, String, int) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
checkUserPrivileges(String, List<String>, int) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
checkUserPrivileges(String, List<String>, int) - Method in interface org.apache.iotdb.db.auth.IAuthorityFetcher
 
checkUserPrivileges(String, List<String>, int) - Method in class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
checkUserPrivileges(TCheckUserPrivilegesReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
checkValid(String, String, byte[]) - Method in class org.apache.iotdb.db.protocol.mqtt.BrokerAuthenticator
 
checkValidAndSetMerging() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
checkValidAndSetMerging() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
checkValidAndSetMerging() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
Check if the compaction task is valid (selected files are not merging, closed and exist).
child - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
CHILD_COUNT_NO_LIMIT - Static variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
CHILD_NODE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
CHILD_PATH - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
childColumnTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
childPlanNode - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
children - Variable in class org.apache.iotdb.db.metadata.mnode.InternalMNode
use in Measurement Node so it's protected suppress warnings reason: volatile for double synchronized check
children - Variable in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
children - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
childSize - Variable in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
ChunkCache - Class in org.apache.iotdb.db.engine.cache
This class is used to cache Chunk of ChunkMetaData in IoTDB.
ChunkDataIterator - Class in org.apache.iotdb.db.query.reader.chunk
To read chunk data on disk, this class implements an interface IPointReader based on the data reader ChunkReader.
ChunkDataIterator(IChunkReader) - Constructor for class org.apache.iotdb.db.query.reader.chunk.ChunkDataIterator
 
chunkNotSatisfy(IChunkMetadata) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
ChunkReaderWrap - Class in org.apache.iotdb.db.query.reader.chunk
 
ChunkReaderWrap() - Constructor for class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
This is used in test.
ChunkReaderWrap(ReadOnlyMemChunk, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
constructor of MemChunkReader
ChunkReaderWrap(ChunkMetadata, IChunkLoader, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
constructor of diskChunkReader
chunkWriters - Variable in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
clean(MappedByteBuffer) - Static method in class org.apache.iotdb.db.utils.MmapUtil
 
cleanChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
cleanUp() - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
cleanUpWhenFailed() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
clear() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
clear LRUCache.
clear() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
clear LRUCache.
clear() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
clear LRUCache.
clear() - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
 
clear() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
clear() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
putBack all the memory resources.
clear() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
clear() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessorInfo
called when closing TSP
clear() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
clear() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
clear() - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
clear() - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
clear() - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
clear id table and close file
clear() - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
clear() - Method in class org.apache.iotdb.db.metadata.idtable.IDTableManager
clear id table map
clear() - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
clear() - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
clear() - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
clear all the data of MTreeStore in memory and disk.
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
clear() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeFlushTaskManager
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeReleaseTaskManager
 
clear() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
clear() - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
clear() - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
clear() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
clear() - Method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
clear() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
clear all metadata components of this schemaRegion
clear() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
clear() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
function for clearing metadata components of one schema region
clear() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
function for clearing metadata components of one schema region
clear() - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
 
clear() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
clear() - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
clear() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
clear() - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
clear() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Clear all the elements in the queue.
clear() - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
clear() - Static method in class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
clear() - Method in class org.apache.iotdb.db.rescon.TsFileResourceManager
function for clearing TsFileManager
clear() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
clear() - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
clear() - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
clear() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
clear() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
clear() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
clear() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
clear() - Method in class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
clear() - Method in interface org.apache.iotdb.db.wal.allocation.NodeAllocationStrategy
 
clear() - Method in class org.apache.iotdb.db.wal.allocation.RoundRobinStrategy
 
clear() - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
clear() - Method in class org.apache.iotdb.db.wal.WALManager
 
clear(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
clear(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
CLEAR_CACHE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CLEAR_CACHE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
clearAllElements() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Clear all elements in this queue.
clearAllElements() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
clearAllElements() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
clearAndClose() - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionPool
 
clearCache() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
clearCache(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
clearCache(boolean) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
clearCache(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
CLEARCACHE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
ClearCacheOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ClearCacheOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ClearCacheOperator
 
ClearCachePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ClearCachePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ClearCachePlan
 
ClearCacheStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
ClearCacheStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
ClearCacheTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
ClearCacheTask(ClearCacheStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.ClearCacheTask
 
clearCandidateQueue() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
clearEnvBeforeUpgrade() - Method in class org.apache.iotdb.db.metadata.upgrade.MetadataUpgrader
 
clearFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
clearFlushedTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
clearFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
clearFlushTime() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
clearGlobalFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
clearGlobalFlushedTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
clearGlobalFlushedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
clearLastTime() - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
clearLastTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
clearLastTime() - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
clearLastTime() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
clearMap() - Static method in class org.apache.iotdb.db.tools.validate.TsFileValidationTool
 
clearNodeCache() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
clearNodeCache() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
clearNodeCache() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
clearOldFiles() - Method in class org.apache.iotdb.db.metadata.upgrade.MetadataUpgrader
 
clearRecoverSettleFileMap() - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
clearSchemaResource() - Static method in class org.apache.iotdb.db.metadata.rescon.SchemaResourceManager
 
clearSortedTime() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
clearTime() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
clearUpgradeRecoverMap() - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
clone() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
clone() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
clone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
clone() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
clone() - Method in class org.apache.iotdb.db.query.executor.fill.ValueFill
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
clone() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
clone(long) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
cloneAs(TVList) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
cloneList() - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
cloneTime(long[]) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
cloneWithChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
cloneWithChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
close() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
close() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
 
close() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
close() - Method in interface org.apache.iotdb.db.engine.compaction.reader.IDataBlockReader
 
close() - Method in class org.apache.iotdb.db.engine.compaction.reader.SeriesDataBlockReader
 
close() - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
close() - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
close() - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
close() - Method in class org.apache.iotdb.db.engine.cq.CQLogReader
 
close() - Method in class org.apache.iotdb.db.engine.cq.CQLogWriter
 
close() - Method in class org.apache.iotdb.db.engine.modification.io.LocalTextModificationAccessor
 
close() - Method in interface org.apache.iotdb.db.engine.modification.io.ModificationReader
Release resources like streams.
close() - Method in interface org.apache.iotdb.db.engine.modification.io.ModificationWriter
Release resources like streams.
close() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
Release resources such as streams and caches.
close() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.close()
close() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogAnalyzer
 
close() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
close() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
close() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
close() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
do something when TsFileResource is closing (may be empty method)
close() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
close() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
close this tsfile
close() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
close() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogReader
 
close() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogWriter
 
close() - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerHandler
 
close() - Method in interface org.apache.iotdb.db.engine.trigger.sink.api.Handler
 
close() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardHandler
 
close() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardHandler
 
close() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTHandler
 
close() - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
 
close() - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
close file and free resource
close() - Method in class org.apache.iotdb.db.metadata.logfile.MLogReader
 
close() - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtReader
 
close() - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
close() - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
close() - Method in interface org.apache.iotdb.db.metadata.mnode.iterator.IMNodeIterator
 
close() - Method in class org.apache.iotdb.db.metadata.mnode.iterator.MNodeIterator
 
close() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
close() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
close() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
close() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogReader
 
close() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
close() - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
 
close() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogReader
 
close() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
close() - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
close() - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
clear resource used by this fragment instance
close() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Close the sink handle.
close() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Close the handle.
close() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
close() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
close() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
Destroy the queue and complete the future.
close() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
close() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
close() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
This method will always be called before releasing the Operator reference.
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
close() - Method in class org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread
 
close() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
close() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
close() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.multi.MappableUDFColumnTransformer
 
close() - Method in interface org.apache.iotdb.db.query.externalsort.serialize.IExternalSortFileSerializer
 
close() - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
 
close() - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthTimeValuePairSerializer
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkDataIterator
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.DiskAlignedChunkLoader
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.DiskChunkLoader
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkLoader
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkReader
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkLoader
 
close() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
close() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
close() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataPointReader
 
close() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
close() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
close() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
Block new flush submits and exit when all RUNNING THREADS AND TASKS IN THE QUEUE end.
close() - Method in class org.apache.iotdb.db.rescon.MemTableManager
 
close() - Static method in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
 
close() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
close() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
close() - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
close() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
release current class' resource
close() - Method in class org.apache.iotdb.db.sync.datasource.DeletionOpBlock
release the current class object's resource
close() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
release the resource of PipeSrcManager
close() - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
release the current class object's resource
close() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
close() - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
close() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Close this pipe, stop collecting data from IoTDB, but do not delete information about this pipe on disk.
close() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
close() - Method in class org.apache.iotdb.db.sync.transport.client.IoTDBSyncClient
 
close() - Method in interface org.apache.iotdb.db.sync.transport.client.ISyncClient
 
close() - Method in class org.apache.iotdb.db.sync.transport.client.SenderManager
 
close() - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
close() - Method in class org.apache.iotdb.db.utils.writelog.BatchLogReader
 
close() - Method in interface org.apache.iotdb.db.utils.writelog.ILogReader
release resources occupied by this object, like file streams.
close() - Method in interface org.apache.iotdb.db.utils.writelog.ILogWriter
release resources occupied by this object, like file streams.
close() - Method in class org.apache.iotdb.db.utils.writelog.LogWriter
 
close() - Method in class org.apache.iotdb.db.utils.writelog.MultiFileLogReader
 
close() - Method in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
close() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
 
close() - Method in class org.apache.iotdb.db.wal.buffer.WALBuffer
 
close() - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
 
close() - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
close() - Method in class org.apache.iotdb.db.wal.io.WALByteBufReader
 
close() - Method in class org.apache.iotdb.db.wal.io.WALReader
 
close() - Method in class org.apache.iotdb.db.wal.io.WALWriter
 
close() - Method in interface org.apache.iotdb.db.wal.node.IWALNode
 
close() - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
close() - Method in class org.apache.iotdb.db.wal.node.WALNode
 
close() - Method in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
 
CLOSE_OPERATION - org.apache.iotdb.db.conf.OperationType
 
CLOSE_SIGNAL - org.apache.iotdb.db.wal.buffer.WALEntryType
signal wal buffer has been closed
closeAllResources() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
close all tsfile resource
closeAndRemoveAllOpenedReaders() - Method in class org.apache.iotdb.db.query.control.FileReaderManager
Only for EnvironmentUtils.cleanEnv method.
CLOSED - org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
 
closeDataset(Long, Long, Consumer<Long>) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
closeFile() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
closeFileAndRemoveReader(String) - Method in class org.apache.iotdb.db.query.control.FileReaderManager
 
closeFileChannel() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
CloseFileListener - Interface in org.apache.iotdb.db.engine.flush
 
closeLogWriter() - Static method in class org.apache.iotdb.db.engine.settle.SettleLog
 
closeLogWriter() - Static method in class org.apache.iotdb.db.engine.upgrade.UpgradeLog
 
closeOperation(long, long, long, boolean, boolean) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
closeOperation(long, long, long, boolean, boolean, Consumer<Long>) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
closeSession(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
closeStatement(long, long, Consumer<Long>) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
closeStorageGroupProcessor(boolean, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push closeStorageGroupProcessor operation down to all virtual storage group processors
closeStorageGroupProcessor(long, boolean, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push closeStorageGroupProcessor operation down to all virtual storage group processors
closeStorageGroupProcessor(String, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
closeStorageGroupProcessor(PartialPath, boolean, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
closeStorageGroupProcessor(PartialPath, long, boolean, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
closeTsFileProcessorAndReportToSystem(TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
When a TsFileProcessor is closing, remove it from reportedTsps, and report to systemInfo to update SG cost.
CLUSTER_ELECT - org.apache.iotdb.db.service.metrics.enums.Metric
 
CLUSTER_LOG - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CLUSTER_NODE_LEADER_COUNT - org.apache.iotdb.db.service.metrics.enums.Metric
 
CLUSTER_NODE_STATUS - org.apache.iotdb.db.service.metrics.enums.Metric
 
CLUSTER_UNCOMMITTED_LOG - org.apache.iotdb.db.service.metrics.enums.Metric
 
ClusterAuthorityFetcher - Class in org.apache.iotdb.db.auth
 
ClusterAuthorityFetcher(IAuthorCache) - Constructor for class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
ClusterConfigTaskExecutor - Class in org.apache.iotdb.db.mpp.plan.execution.config.executor
 
ClusterConfigTaskExecutor() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
ClusterPartitionFetcher - Class in org.apache.iotdb.db.mpp.plan.analyze
 
ClusterScheduler - Class in org.apache.iotdb.db.mpp.plan.scheduler
QueryScheduler is used to dispatch the fragment instances of a query to target nodes.
ClusterScheduler(MPPQueryContext, QueryStateMachine, List<FragmentInstance>, QueryType, ExecutorService, ExecutorService, ScheduledExecutorService, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
ClusterSchemaFetcher - Class in org.apache.iotdb.db.mpp.plan.analyze
 
ClusterSchemaTree - Class in org.apache.iotdb.db.mpp.common.schematree
 
ClusterSchemaTree() - Constructor for class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
ClusterSchemaTree(SchemaNode) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
ClusterTemplateManager - Class in org.apache.iotdb.db.metadata.template
 
ClusterTemplateManager() - Constructor for class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
collect(long, boolean) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, double) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, float) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, int) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, long) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, String) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collect(long, Binary) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
collectDataPoint(LayerPointReader, ColumnBuilder, long, int) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
collectEntity(IEntityMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.EntityCollector
 
collectHistoryTsFileForSync(ISyncManager, long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Used to collect history TsFiles(i.e.
collectHistoryTsFileForSync(ISyncManager, long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
collectInternal - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
collectLastNode(IMNode, List<IMNode>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
 
collectMeasurement(IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
collect the information of one measurement
collector - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
CollectorTraverser<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
 
CollectorTraverser(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
CollectorTraverser(IMNode, PartialPath, IMTreeStore, int, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
collectPaths() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Deprecated.
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
collectPaths(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
collectReaderAppendIsNull(LayerPointReader, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
collectRealTimeDeletion(Deletion, String) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
collectRealTimeResource(File) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
collectRealTimeTsFile(File) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
collectRedirectInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
collectRowRecord(RowRecord) - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlanGenerator
 
collectStorageGroup(IStorageGroupMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
collectTargetPathInformation(String, int) - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlanGenerator
 
collectVolatileMNodes() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
Collect nodes in all volatile subtrees.
collectVolatileMNodes() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
COLUMN_ATTRIBUTES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_CHILDNODES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_CHILDPATHS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COLUMN - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COUNT - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COUNT_DEVICES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COUNT_NODES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COUNT_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_COUNT_TIMESERIES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_DATA_REGION_NUM - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_DATA_REPLICATION_FACTOR - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_DATANODE_ID - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_DEVICE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_DEVICES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_FUNCTION_CLASS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_FUNCTION_NAME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_FUNCTION_TYPE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_HOST - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_IS_ALIGNED - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_NODE_ID - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_NODE_TYPE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_NODETYPES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PATHS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_CREATE_TIME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_MESSAGE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_NAME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_REMOTE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_ROLE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPE_STATUS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPESINK_ATTRIBUTES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPESINK_NAME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PIPESINK_TYPE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_PORT - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_REGION_ID - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_ROLE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_SCHEMA_REGION_NUM - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_SCHEMA_REPLICATION_FACTOR - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_SERIES_SLOTS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_SHOW_REGION_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_STATUS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TAGS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TEMPLATE_NAME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIME - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIME_PARTITION_INTERVAL - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIME_SLOTS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIMESERIES - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIMESERIES_ALIAS - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIMESERIES_COMPRESSION - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIMESERIES_DATATYPE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TIMESERIES_ENCODING - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TTL - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_TYPE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_VALUE - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
COLUMN_VERSION - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
columnCache - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
ColumnCache - Class in org.apache.iotdb.db.mpp.transformation.dag.column
 
ColumnCache() - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnCache
 
ColumnHeader - Class in org.apache.iotdb.db.mpp.common.header
 
ColumnHeader(String, TSDataType) - Constructor for class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
ColumnHeader(String, TSDataType, String) - Constructor for class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
ColumnHeaderConstant - Class in org.apache.iotdb.db.mpp.common.header
 
ColumnHeaderConstant() - Constructor for class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ColumnMerger - Interface in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
used to merge columns belonging to same series into one column
ColumnPaginationController - Class in org.apache.iotdb.db.mpp.plan.analyze
apply MaxQueryDeduplicatedPathNum and SLIMIT & SOFFSET
ColumnPaginationController(int, int, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.ColumnPaginationController
 
ColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column
 
ColumnTransformer(Type) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
ColumnTransformerVisitor - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
Responsible for constructing ColumnTransformer through Expression.
ColumnTransformerVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
ColumnTransformerVisitor.ColumnTransformerVisitorContext - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
 
ColumnTransformerVisitorContext(UDTFContext, TypeProvider, List<LeafColumnTransformer>, Map<String, List<InputLocation>>, Map<Expression, ColumnTransformer>, Map<Expression, ColumnTransformer>, List<ColumnTransformer>, List<TSDataType>, int) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor.ColumnTransformerVisitorContext
 
combineModsInCrossCompaction(List<TsFileResource>, List<TsFileResource>, List<TsFileResource>) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
Collect all the compaction modification files of source files, and combines them as the modification file of target file.
combineModsInInnerCompaction(Collection<TsFileResource>, TsFileResource) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
Collect all the compaction modification files of source files, and combines them as the modification file of target file.
COMMA_SEPERATOR - Static variable in class org.apache.iotdb.db.engine.settle.SettleLog
 
commit() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
commit() - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
commit() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Used for ISyncClient to commit all PipeDatas which are taken but not be committed yet.
commit() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
commit(long) - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
commit(long) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
commitData(long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Notify that the data (whose index <= committedIndex) has been committed.
commitData(String, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Notify that the data (whose index <= committedIndex) has been committed.
CommonUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
CommonUtils - Class in org.apache.iotdb.db.utils
 
CommonUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.CommonUtils
 
compact() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
merge file under this storage group processor
COMPACTING - org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
 
COMPACTION_CANDIDATE - org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
 
COMPACTION_FILE_SUFFIX - Static variable in class org.apache.iotdb.db.engine.modification.ModificationFile
 
COMPACTION_TASK_COUNT - org.apache.iotdb.db.service.metrics.enums.Metric
 
COMPACTION_TASK_SUBMIT_DELAY - Static variable in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
CompactionExceptionHandler - Class in org.apache.iotdb.db.engine.compaction
 
CompactionExceptionHandler() - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionExceptionHandler
 
CompactionLogAnalyzer - Class in org.apache.iotdb.db.engine.compaction.log
 
CompactionLogAnalyzer(File) - Constructor for class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
 
CompactionLogger - Class in org.apache.iotdb.db.engine.compaction.log
MergeLogger records the progress of a merge in file "merge.log" as text lines.
CompactionLogger(File) - Constructor for class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
CompactionMetricsRecorder - Class in org.apache.iotdb.db.service.metrics.recorder
 
CompactionMetricsRecorder() - Constructor for class org.apache.iotdb.db.service.metrics.recorder.CompactionMetricsRecorder
 
CompactionPriority - Enum in org.apache.iotdb.db.engine.compaction.constant
 
CompactionRecoverManager - Class in org.apache.iotdb.db.engine.compaction
CompactionRecoverManager searches compaction log and call CompactionRecoverTask to execute the recover process for all compaction task sequentially, including InnerCompactionTask in sequence/unsequence space, CrossSpaceCompaction.
CompactionRecoverManager(TsFileManager, String, String) - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionRecoverManager
 
CompactionRecoverTask - Class in org.apache.iotdb.db.engine.compaction.task
CompactionRecoverTask executes the recover process for all compaction tasks.
CompactionRecoverTask(String, String, TsFileManager, File, boolean) - Constructor for class org.apache.iotdb.db.engine.compaction.task.CompactionRecoverTask
 
CompactionScheduler - Class in org.apache.iotdb.db.engine.compaction
CompactionScheduler schedules and submits the compaction task periodically, and it counts the total number of running compaction task.
CompactionScheduler() - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionScheduler
 
CompactionTaskManager - Class in org.apache.iotdb.db.engine.compaction
CompactionMergeTaskPoolManager provides a ThreadPool tPro queue and run all compaction tasks.
CompactionTaskManager() - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
CompactionTaskStatus - Enum in org.apache.iotdb.db.engine.compaction.constant
 
CompactionTaskSummary - Class in org.apache.iotdb.db.engine.compaction.task
The summary of one AbstractCompactionTask execution
CompactionTaskSummary() - Constructor for class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
CompactionType - Enum in org.apache.iotdb.db.engine.compaction.constant
 
CompactionUtils - Class in org.apache.iotdb.db.engine.compaction
This tool can be used to perform inner space or cross space compaction of aligned and non aligned timeseries.
CompactionUtils() - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionUtils
 
CompactionWorker - Class in org.apache.iotdb.db.engine.compaction
 
CompactionWorker(int, FixedPriorityBlockingQueue<AbstractCompactionTask>) - Constructor for class org.apache.iotdb.db.engine.compaction.CompactionWorker
 
compare(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareBinaryColumnTransformer
 
compare(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
compare(CharSequence, CharSequence) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.TransformUtils
 
compare(AbstractCompactionTask, AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.comparator.DefaultCompactionTaskComparatorImpl
 
compare(AbstractCompactionTask, AbstractCompactionTask) - Method in interface org.apache.iotdb.db.engine.compaction.comparator.ICompactionTaskComparator
 
compare(DriverTask, DriverTask) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask.SchedulePriorityComparator
 
compare(DriverTask, DriverTask) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask.TimeoutComparator
 
compareAndSet(T, T) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Sets the state if the current state .equals() the specified expected state.
CompareBinaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareBinaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareBinaryColumnTransformer
 
CompareBinaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
CompareBinaryExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.CompareBinaryExpression
 
CompareBinaryExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.CompareBinaryExpression
 
CompareBinaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareBinaryTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
CompareBinaryTransformer.Evaluator - Interface in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
compareCrossSpaceCompactionTask(CrossSpaceCompactionTask, CrossSpaceCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.comparator.DefaultCompactionTaskComparatorImpl
 
compareCrossSpaceCompactionTask(CrossSpaceCompactionTask, CrossSpaceCompactionTask) - Method in interface org.apache.iotdb.db.engine.compaction.comparator.ICompactionTaskComparator
 
compareDegradePriority(ITimeIndex) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
compareDegradePriority(ITimeIndex) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
compareDegradePriority(ITimeIndex) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
compare the priority of two ITimeIndex
compareDegradePriority(ITimeIndex) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
CompareEqualToColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareEqualToColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareEqualToColumnTransformer
 
CompareEqualToTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareEqualToTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareEqualToTransformer
 
compareFileName(File, File) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
compareFileName(TsFileResource, TsFileResource) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
CompareGreaterEqualColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareGreaterEqualColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareGreaterEqualColumnTransformer
 
CompareGreaterEqualTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareGreaterEqualTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterEqualTransformer
 
CompareGreaterThanColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareGreaterThanColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareGreaterThanColumnTransformer
 
CompareGreaterThanTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareGreaterThanTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterThanTransformer
 
compareIndexDegradePriority(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
compareInnerSpaceCompactionTask(InnerSpaceCompactionTask, InnerSpaceCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.comparator.DefaultCompactionTaskComparatorImpl
 
compareInnerSpaceCompactionTask(InnerSpaceCompactionTask, InnerSpaceCompactionTask) - Method in interface org.apache.iotdb.db.engine.compaction.comparator.ICompactionTaskComparator
 
CompareLessEqualColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareLessEqualColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareLessEqualColumnTransformer
 
CompareLessEqualTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareLessEqualTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessEqualTransformer
 
CompareLessThanColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareLessThanColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareLessThanColumnTransformer
 
CompareLessThanTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareLessThanTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessThanTransformer
 
CompareNonEqualColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
CompareNonEqualColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareNonEqualColumnTransformer
 
CompareNonEqualTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
CompareNonEqualTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareNonEqualTransformer
 
CompareTernaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.ternary
 
CompareTernaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.CompareTernaryColumnTransformer
 
CompareTernaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
 
CompareTernaryTransformer(LayerPointReader, LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
CompareTernaryTransformer.Evaluator - Interface in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
 
compareTimeSeries(TsBlock, int, TsBlock, int, Comparator<Binary>) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
compareTo(QueryFilter) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
a filter with null path is no smaller than any other filter.
compareTo(DriverTaskID) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
compareTo(FilterOperator) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
a filter with null path is no smaller than any other filter.
compareTo(ShowResult) - Method in class org.apache.iotdb.db.query.dataset.ShowResult
 
compareTo(PriorityMergeReader.MergeReaderPriority) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader.MergeReaderPriority
 
compareTo(AbstractOpBlock) - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
comparingLong(ToLongFunction<? super T>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
comparingLong(ToLongFunction<? super T>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
complete(T) - Method in class org.apache.iotdb.db.mpp.execution.FutureStateChange
 
complete(T, Executor) - Method in class org.apache.iotdb.db.mpp.execution.FutureStateChange
 
composeLastTimeValuePair(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
composeLastTimeValuePair(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
composeTimeValuePair(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
composeTimeValuePair(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
CompressionRatio - Class in org.apache.iotdb.db.conf.adapter
This class is used to count, compute and persist the compression ratio of tsfiles.
compressor - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
comsumePipeMsg(String) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Deprecated.
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
concat(List<PartialPath>, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
concat(List<PartialPath>, List<ResultColumn>, boolean) - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
concatDeviceAndRemoveWildcard(Expression, PartialPath, ISchemaTree, TypeProvider) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat expression with the device path in the FROM clause.And then, bind schema (PartialPath -> MeasurementPath) and removes wildcards in Expression.
concatExpressionWithSuffixPaths(Expression, List<PartialPath>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat suffix path in SELECT or WITHOUT NULL clause with the prefix path in the FROM clause.
concatExpressionWithSuffixPaths(Expression, List<PartialPath>, PathPatternTree) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat suffix path in SELECT or WITHOUT NULL clause with the prefix path in the FROM clause.
ConcatPathOptimizer - Class in org.apache.iotdb.db.qp.strategy.optimizer
concat paths in select and from clause.
ConcatPathOptimizer() - Constructor for class org.apache.iotdb.db.qp.strategy.optimizer.ConcatPathOptimizer
 
ConcatPathRewriter - Class in org.apache.iotdb.db.mpp.plan.analyze
This rewriter:
ConcatPathRewriter() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.ConcatPathRewriter
 
config - Static variable in interface org.apache.iotdb.db.metadata.idtable.IDTable
iotdb config
config - Static variable in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
iotdb config
config - Static variable in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
config - Static variable in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
config - Static variable in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
CONFIG - Static variable in class org.apache.iotdb.db.engine.cq.ContinuousQuerySchemaCheckTask
 
CONFIG - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
CONFIG_NAME - Static variable in class org.apache.iotdb.db.conf.IoTDBConfig
 
CONFIG_NODE - org.apache.iotdb.db.service.metrics.enums.Metric
 
ConfigExecution - Class in org.apache.iotdb.db.mpp.plan.execution.config
 
ConfigExecution(MPPQueryContext, ExecutorService, IConfigTask) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
ConfigExecution(MPPQueryContext, Statement, ExecutorService) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
configManager - Static variable in class org.apache.iotdb.db.service.IoTDB
 
configManager - Static variable in class org.apache.iotdb.db.service.NewIoTDB
 
ConfigMTree - Class in org.apache.iotdb.db.metadata.mtree
 
ConfigMTree() - Constructor for class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
ConfigNodeClient - Class in org.apache.iotdb.db.client
 
ConfigNodeClient() - Constructor for class org.apache.iotdb.db.client.ConfigNodeClient
 
ConfigNodeClient(TProtocolFactory, long, ClientManager<PartitionRegionId, ConfigNodeClient>) - Constructor for class org.apache.iotdb.db.client.ConfigNodeClient
 
ConfigNodeClient.Factory - Class in org.apache.iotdb.db.client
 
ConfigNodeClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.ConfigNodeClientPoolFactory
 
ConfigNodeInfo - Class in org.apache.iotdb.db.client
 
ConfigTaskResult - Class in org.apache.iotdb.db.mpp.plan.execution.config
 
ConfigTaskResult(TSStatusCode) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
ConfigTaskResult(TSStatusCode, TsBlock, DatasetHeader) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
ConfigTaskVisitor - Class in org.apache.iotdb.db.mpp.plan.execution.config
 
ConfigTaskVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
ConfigTaskVisitor.TaskContext - Class in org.apache.iotdb.db.mpp.plan.execution.config
 
configuration - Variable in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
Configuration - Class in org.apache.iotdb.db.utils.windowing.configuration
 
Configuration - Interface in org.apache.iotdb.db.engine.trigger.sink.api
 
Configuration(TSDataType) - Constructor for class org.apache.iotdb.db.utils.windowing.configuration.Configuration
 
configurations - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
configureFill(PartialPath, TSDataType, long, Set<String>, QueryContext) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
configureFill(PartialPath, TSDataType, long, Set<String>, QueryContext) - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
configureFill(PartialPath, TSDataType, long, Set<String>, QueryContext) - Method in class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
configureFill(PartialPath, TSDataType, long, Set<String>, QueryContext) - Method in class org.apache.iotdb.db.query.executor.fill.ValueFill
 
configureFill(IFill, PartialPath, TSDataType, long, Set<String>, QueryContext) - Method in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
connect() - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionPool
 
connect(TEndPoint) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
CONSTANT - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
CONSTANT - org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn.ColumnType
 
ConstantColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.leaf
 
ConstantColumnTransformer(Type, Column) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.ConstantColumnTransformer
 
ConstantInputReader - Class in org.apache.iotdb.db.mpp.transformation.dag.input
LayerPointReader for constants.
ConstantInputReader(ConstantOperand) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
ConstantIntermediateLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.intermediate
IntermediateLayer for constants.
ConstantIntermediateLayer(ConstantOperand, long, float) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
ConstantOperand - Class in org.apache.iotdb.db.mpp.plan.expression.leaf
Constant operand
ConstantOperand(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
ConstantOperand(TSDataType, String) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
construct(byte) - Static method in enum org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
constructExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
constructInsertTabletPlan(InsertTabletRequest) - Static method in class org.apache.iotdb.db.protocol.rest.handler.PhysicalPlanConstructionHandler
 
constructInsertTabletStatement(InsertTabletRequest) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.StatementConstructionHandler
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareEqualToTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterEqualTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterThanTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessEqualTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessThanTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareNonEqualTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.BetweenTransformer
 
constructNumberEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
constructPatternTreeFromExpression(Expression, List<PartialPath>, PathPatternTree) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat suffix path in WHERE clause with the prefix path in the FROM clause and Construct a PathPatternTree.
constructPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructPointReaderUsingTrivialEvictionStrategy() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
constructQueryFilter(List<Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
constructReader(String, List<String>, List<IMeasurementSchema>, Set<String>, FragmentInstanceContext, QueryDataSource, boolean) - Static method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
constructRowReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructRowReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructRowReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructRowReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructRowReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructRowRecord(AggregateResult[]) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
constructRowSessionTimeWindowReader(SessionTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructRowSessionTimeWindowReader(SessionTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructRowSessionTimeWindowReader(SessionTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructRowSessionTimeWindowReader(SessionTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructRowSessionTimeWindowReader(SessionTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructRowSlidingSizeWindowReader(SlidingSizeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructRowSlidingSizeWindowReader(SlidingSizeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructRowSlidingSizeWindowReader(SlidingSizeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructRowSlidingSizeWindowReader(SlidingSizeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructRowSlidingSizeWindowReader(SlidingSizeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructRowSlidingTimeWindowReader(SlidingTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructRowSlidingTimeWindowReader(SlidingTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructRowSlidingTimeWindowReader(SlidingTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructRowSlidingTimeWindowReader(SlidingTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructRowSlidingTimeWindowReader(SlidingTimeWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructRowStateWindowReader(StateWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.ConstantIntermediateLayer
 
constructRowStateWindowReader(StateWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructRowStateWindowReader(StateWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
constructRowStateWindowReader(StateWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
constructRowStateWindowReader(StateWindowAccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
constructRowWindowReader(AccessStrategy, float) - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
constructStorageGroupSchema(SetStorageGroupStatement) - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetStorageGroupTask
construct set storage group schema according to statement
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareEqualToTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterEqualTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareGreaterThanTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessEqualTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareLessThanTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareNonEqualTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.BetweenTransformer
 
constructTextEvaluator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
constructTimeFilter(ExpressionType, Expression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
constructTimePointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
 
constructTree() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
Construct tree according to the pathPatternList.
constructUdfExecutors(List<ResultColumn>) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
constructUdfExecutors(List<ResultColumn>) - Method in interface org.apache.iotdb.db.qp.physical.crud.UDFPlan
Build the execution plan of the executors.
constructUdfExecutors(List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.LeafOperand
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
constructUdfExecutors(Map<String, UDTFExecutor>, ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
constructUdfExecutors(Expression[]) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
constructValuePointReader(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
 
consumeLimit() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ColumnPaginationController
 
consumeOffset() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ColumnPaginationController
 
contains(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Check whether an element with the same ID exists.
contains(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
contains(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
contains(Object) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
contains(String) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
Check whether this MemChunkGroup contains a measurement.
contains(String) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
contains(String) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
contains(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
whether the device entry contains the measurement
contains(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
contains(TsFileResource, boolean) - Method in class org.apache.iotdb.db.query.control.FileReaderManager
This method is only for unit tests.
contains(T) - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
contains(T) - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
CONTAINS_NONE_SEARCH_INDEX - org.apache.iotdb.db.wal.utils.WALFileStatus
This file doesn't contain content needs searching
CONTAINS_NULL - org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
 
CONTAINS_SEARCH_INDEX - org.apache.iotdb.db.wal.utils.WALFileStatus
This file contains content needs searching
containsAll(Collection<?>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
containsKey(Object) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
containsMeasurement(String) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
containsTypeInfoOf(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
containsValue(Object) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
context - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
context - Variable in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
context - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
context - Variable in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
CONTINUOUS_QUERY - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
ContinuousQueryException - Exception in org.apache.iotdb.db.exception
 
ContinuousQueryException(String) - Constructor for exception org.apache.iotdb.db.exception.ContinuousQueryException
 
ContinuousQueryException(String, Exception) - Constructor for exception org.apache.iotdb.db.exception.ContinuousQueryException
 
continuousQueryPlan - Variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
ContinuousQuerySchemaCheckTask - Class in org.apache.iotdb.db.engine.cq
 
ContinuousQuerySchemaCheckTask(CreateContinuousQueryPlan, long) - Constructor for class org.apache.iotdb.db.engine.cq.ContinuousQuerySchemaCheckTask
 
ContinuousQueryService - Class in org.apache.iotdb.db.engine.cq
 
ContinuousQueryTask - Class in org.apache.iotdb.db.engine.cq
 
ContinuousQueryTask(CreateContinuousQueryPlan, long) - Constructor for class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
ContinuousQueryTaskPoolManager - Class in org.apache.iotdb.db.engine.cq
 
control(boolean, Expression, String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
 
control(ResultColumn, List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
convertCloseSessionReq(InfluxCloseSessionReq) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.InfluxReqAndRespUtils
 
convertDatetimeStrToLong(String, ZoneId) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertDatetimeStrToLong(String, ZoneId, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertDatetimeStrToLong(String, ZoneOffset, int, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
convert date time string to millisecond, microsecond or nanosecond.
convertDurationStrToLong(long, long, String, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
convert duration string to millisecond, microsecond or nanosecond.
convertDurationStrToLong(long, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertDurationStrToLong(long, String, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
convert duration string to time value.
convertDurationStrToLong(String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
Convert duration string to time value.
convertDurationStrToLong(String, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertDurationStrToLongForTest(long, String, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertFromString(String) - Static method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
convertLongToDate(long) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertMilliWithPrecision(long) - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
convertMilliWithPrecision(long) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
convertMillsecondToZonedDateTime(long) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
convertOpenSessionReq(InfluxOpenSessionReq) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.InfluxReqAndRespUtils
 
convertOpenSessionResp(TSOpenSessionResp) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.InfluxReqAndRespUtils
 
convertQueryDataSetByFetchSize(QueryDataSet, int, WatermarkEncoder) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
convertRange(long, long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
convertSpecialClauseValues(SpecialClauseComponent) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
convertSpecialClauseValues(SpecialClauseComponent) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
convertSpecialClauseValues(SpecialClauseComponent) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
convertToCreateTriggerPlan() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
convertToInsertRecordsReq(long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.TagInfoRecords
 
convertToInsertRowPlan() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
convertToInsertRowPlans() - Method in class org.apache.iotdb.db.protocol.influxdb.meta.TagInfoRecords
 
convertToResult(AggregateResult, AggregateResult) - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
convertToTSInsertRecordReq(long) - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
convertTsBlockByFetchSize(IQueryExecution, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
Coordinator - Class in org.apache.iotdb.db.mpp.plan
The coordinator for MPP.
copy() - Method in class org.apache.iotdb.db.engine.flush.NotifyFlushMemTable
 
copy() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
Make a copy of this MemTable.
copy() - Method in class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
copy() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
copy() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
copy() - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
copy() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
copy() - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
copy() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
copy() - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
copy() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
copy() - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
copy() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
copy() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
copy() - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
copy() - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
copy() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
copy() - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
copy() - Method in class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
copy() - Method in class org.apache.iotdb.db.query.executor.fill.ValueFill
 
copyDataTo(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
copyDataTo(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
copyDataTo(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
copyDataTo(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
CopyOnReadLinkedList<T> - Class in org.apache.iotdb.db.utils
this class can just guarantee some behavior in a concurrent thread safety mode:
CopyOnReadLinkedList() - Constructor for class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
copyTo(File) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
copyTo(File) - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
 
COST_TASK - org.apache.iotdb.db.service.metrics.enums.Metric
 
count - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
count - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.counter.CounterTraverser
 
count() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
count() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
count() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
count() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
count() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
count() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
count(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
COUNT - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
COUNT - org.apache.iotdb.db.query.aggregation.AggregationType
 
COUNT - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
COUNT_DEVICES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
COUNT_MEASUREMENTS - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
COUNT_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
COUNT_NODE_TIMESERIES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
COUNT_NODES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
COUNT_STORAGE_GROUP - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
COUNT_TIMESERIES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
CountAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
CountAccumulator() - Constructor for class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
CountAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
CountAggrResult() - Constructor for class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
countDevicesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
CountDevicesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CountDevicesStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountDevicesStatement
 
CounterTraverser - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
CounterTraverser(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.CounterTraverser
 
countLevelTimeSeriesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
CountLevelTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CountLevelTimeSeriesStatement(PartialPath, int) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
countMatchedStorageGroups(List<String>) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
countMeasurementsInTemplate(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
countMeasurementsInTemplate(String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
CountMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
CountMergeOperator(PlanNodeId, OperatorContext, List<Operator>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
countNodesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
CountNodesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CountNodesStatement(PartialPath, int) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountNodesStatement
 
CountOperator - Class in org.apache.iotdb.db.qp.logical.sys
CountOperator is used to count time-series and count nodes.
CountOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CountOperator
 
CountOperator(int, PartialPath, int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CountOperator
 
CountPlan - Class in org.apache.iotdb.db.qp.physical.sys
CountPlan is used to count time-series and count nodes.
CountPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CountPlan
 
CountPlan(ShowPlan.ShowContentType, PartialPath, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CountPlan
 
countRunAndMakeAscending(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
CountSchemaMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
CountSchemaMergeNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
CountStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
COUNT statement.
CountStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStatement
 
countStorageGroup(CountStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
countStorageGroup(CountStorageGroupStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
countStorageGroup(CountStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
countStorageGroupColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
CountStorageGroupStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CountStorageGroupStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStorageGroupStatement
 
CountStorageGroupTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
CountStorageGroupTask(CountStorageGroupStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CountStorageGroupTask
 
countTimeSeriesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
CountTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CountTimeSeriesStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
countUpgradeFiles() - Method in class org.apache.iotdb.db.engine.StorageEngine
count all Tsfiles which need to be upgraded
countUpgradeFiles() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
count all Tsfiles in the storage group which need to be upgraded
countUpgradeFiles() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push countUpgradeFiles operation down to all virtual storage group processors
CpuDuration() - Constructor for class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
CpuDuration(Duration, Duration, Duration) - Constructor for class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
CpuTimer - Class in org.apache.iotdb.db.utils.stats
this class is copied from https://github.com/airlift/airlift/blob/214/stats/src/main/java/io/airlift/stats/CpuTimer.java as it doesn't support Java8.
CpuTimer() - Constructor for class org.apache.iotdb.db.utils.stats.CpuTimer
 
CpuTimer.CpuDuration - Class in org.apache.iotdb.db.utils.stats
 
CQLogReader - Class in org.apache.iotdb.db.engine.cq
 
CQLogReader(File) - Constructor for class org.apache.iotdb.db.engine.cq.CQLogReader
 
CQLogWriter - Class in org.apache.iotdb.db.engine.cq
 
CQLogWriter(String) - Constructor for class org.apache.iotdb.db.engine.cq.CQLogWriter
 
create() - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionFactory
 
create(DataInputStream) - Static method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable.Factory
 
create(DataInputStream) - Static method in class org.apache.iotdb.db.qp.physical.PhysicalPlan.Factory
 
create(String, long) - Static method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool.MemoryReservationFuture
 
create(ByteBuffer) - Static method in class org.apache.iotdb.db.qp.physical.PhysicalPlan.Factory
 
CREATE_ALIGNED_TIME_SERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
CREATE_ALIGNED_TIMESERIES - org.apache.iotdb.db.conf.OperationType
 
CREATE_ALIGNED_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_ALIGNED_TIMESERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_ALIGNED_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_ALIGNED_TIMESERIES - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CREATE_CONTINUOUS_QUERY - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_CONTINUOUS_QUERY - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_CONTINUOUS_QUERY - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_CONTINUOUS_QUERY - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CREATE_FUNCTION - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_FUNCTION - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_FUNCTION - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_INDEX - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_INDEX - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_INDEX - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_INDEX - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CREATE_MEMORY_TABLE - org.apache.iotdb.db.wal.checkpoint.CheckpointType
record create info of one memtable
CREATE_MULTI_TIME_SERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
CREATE_MULTI_TIMESERIES - org.apache.iotdb.db.conf.OperationType
 
CREATE_MULTI_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_MULTI_TIMESERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_MULTI_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_PIPE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_PIPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_PIPESINK - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_PIPESINK - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_ROLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_ROLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
CREATE_ROLE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_SCHEMA_SNAPSHOT - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_SCHEMA_SNAPSHOT - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_SCHEMA_TEMPLATE - org.apache.iotdb.db.conf.OperationType
 
CREATE_SNAPSHOT - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CREATE_TIME_SERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
CREATE_TIMESERIES - org.apache.iotdb.db.conf.OperationType
 
CREATE_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_TIMESERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_TIMESERIES - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
CREATE_TRIGGER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_TRIGGER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_TRIGGER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
CREATE_USER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
CREATE_USER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
CREATE_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
CREATE_USER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
createAccumulator(AggregationType, TSDataType, boolean) - Static method in class org.apache.iotdb.db.mpp.aggregation.AccumulatorFactory
 
createAccumulators(List<AggregationType>, TSDataType, boolean) - Static method in class org.apache.iotdb.db.mpp.aggregation.AccumulatorFactory
 
createAggregators(TSDataType) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
createAlignedTimeseries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<String>) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Create aligned timeseries with full paths from root to one leaf node.
createAlignedTimeseries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<String>) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Create aligned timeseries with full paths from root to one leaf node.
createAlignedTimeseries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<String>) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Create aligned timeseries with full paths from root to one leaf node.
createAlignedTimeseries(CreateAlignedTimeSeriesPlan) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
create aligned timeseries
createAlignedTimeseries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
create aligned timeseries
createAlignedTimeseries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
createAlignedTimeseries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
createAlignedTimeSeries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
createAlignedTimeSeries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
createAlignedTimeSeries(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
createAlignedTimeSeries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
create aligned timeseries
createAlignedTimeSeries(CreateAlignedTimeSeriesPlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
createAlignedTimeSeries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
create aligned timeseries
createAlignedTimeSeries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
create aligned timeseries
CreateAlignedTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
CreateAlignedTimeSeriesNode(PlanNodeId, PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<String>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
CreateAlignedTimeSeriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateAlignedTimeSeriesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
CreateAlignedTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateAlignedTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
CreateAlignedTimeSeriesPlan(PartialPath, String, MeasurementSchema) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
CreateAlignedTimeSeriesPlan(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<String>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
CreateAlignedTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
CREATE ALIGNED TIMESERIES statement.
CreateAlignedTimeSeriesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
createClientPool(ClientManager<TEndPoint, AsyncConfigNodeIServiceClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.AsyncConfigNodeIServiceClientPoolFactory
 
createClientPool(ClientManager<TEndPoint, AsyncDataNodeMPPDataExchangeServiceClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory
 
createClientPool(ClientManager<TEndPoint, SyncConfigNodeIServiceClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory
 
createClientPool(ClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncDataNodeInternalServiceClientPoolFactory
 
createClientPool(ClientManager<TEndPoint, SyncDataNodeMPPDataExchangeServiceClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory
 
createClientPool(ClientManager<PartitionRegionId, ConfigNodeClient>) - Method in class org.apache.iotdb.db.client.DataNodeClientPoolFactory.ConfigNodeClientPoolFactory
 
createContext(TProtocol, TProtocol) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
 
createContinuousQuery(CreateContinuousQueryPlan) - Method in class org.apache.iotdb.db.engine.cq.CQLogWriter
 
createContinuousQuery(CreateContinuousQueryPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
CreateContinuousQueryOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateContinuousQueryOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
CreateContinuousQueryPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateContinuousQueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
CreateContinuousQueryPlan(String, String, PartialPath, long, long, long, String, Long) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
createDatabase(String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
createDataListsByType(TSDataType, int) - Static method in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
Get primitive data lists according to data type and size, only for TVList's sorting
createDataRegion(DataRegionId, String, long) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
createEvaluationTaskIfNecessary(long) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingSizeWindowEvaluationHandler
 
createEvaluationTaskIfNecessary(long) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingTimeWindowEvaluationHandler
 
createEvaluationTaskIfNecessary(long) - Method in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
createFragmentInstanceContext(FragmentInstanceId, FragmentInstanceStateMachine) - Static method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
createFragmentInstanceContextForCompaction(long) - Static method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
createFragmentInstanceExecution(IDriverScheduler, FragmentInstanceId, FragmentInstanceContext, IDriver, FragmentInstanceStateMachine, CounterStat, long) - Static method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceExecution
 
createFullId(String, int, String) - Static method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
createFullIdFrom(TFragmentInstanceId, String) - Static method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
createFunction(String, String, List<String>) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
createFunction(String, String, List<String>) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
createFunction(String, String, List<String>) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
createFunction(TCreateFunctionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
CreateFunctionOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateFunctionOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
CreateFunctionPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateFunctionPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
CreateFunctionPlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
CreateFunctionStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CreateFunctionStatement(String, String, List<URI>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
CreateFunctionTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
CreateFunctionTask(CreateFunctionStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CreateFunctionTask
 
createHardlink() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
Create a hardlink for the modification file.
createHardlink() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Create a hardlink for the TsFile and modification file (if exists) The hardlink will have a suffix like ".{sysTime}_{randomLong}"
createHardlink(File, long) - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
 
createHardlink(File, long) - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
createHistoryTsFileHardlink(File, long) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
createIChunkWriter() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
createIChunkWriter() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
createIChunkWriter() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
CreateIndexOperator - Class in org.apache.iotdb.db.qp.logical.sys
this operator is to create a certain index on some time series.
CreateIndexOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
CreateIndexPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateIndexPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
CreateIndexPlan(List<PartialPath>, Map<String, String>, long, IndexType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
createInstance() - Method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionPerformer
 
createInstance() - Method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSeqCompactionPerformer
 
createInstance() - Method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnseqCompactionPerformer
 
createInstance(String, String, long, TsFileManager) - Method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector
 
createInstance(String, String, long, TsFileManager) - Method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSequenceCompactionSelector
 
createInstance(String, String, long, TsFileManager) - Method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnsequenceCompactionSelector
 
createJob(long, List<ChunkReaderWrap>) - Method in interface org.apache.iotdb.db.query.externalsort.ExternalSortJobEngine
Create an external sort job which merges many chunks.
createJob(long, List<ChunkReaderWrap>) - Method in class org.apache.iotdb.db.query.externalsort.SimpleExternalSortEngine
 
createLastPointReader(TSDataType, Set<String>, QueryContext, QueryDataSource, long, Filter) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
createLoader() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
createLoader() - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
createLoader() - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
createLoader() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
createLocalSinkHandle(TFragmentInstanceId, TFragmentInstanceId, String, FragmentInstanceContext) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManager
 
createLocalSinkHandle(TFragmentInstanceId, TFragmentInstanceId, String, FragmentInstanceContext) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
createLocalSourceHandle(TFragmentInstanceId, String, TFragmentInstanceId, IMPPDataExchangeManagerCallback<Throwable>) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManager
 
createLocalSourceHandle(TFragmentInstanceId, String, TFragmentInstanceId, IMPPDataExchangeManagerCallback<Throwable>) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
CreateMultiTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
CreateMultiTimeSeriesNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
CreateMultiTimeSeriesNode(PlanNodeId, List<PartialPath>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<Map<String, String>>, List<String>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
CreateMultiTimeSeriesNode(PlanNodeId, Map<PartialPath, MeasurementGroup>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
CreateMultiTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
create multiple timeSeries, could be split to several sub Plans to execute in different DataGroup
CreateMultiTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
CreateMultiTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
CREATE MULTI TIMESERIES statement.
CreateMultiTimeSeriesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
createNewListener() - Method in class org.apache.iotdb.db.mpp.execution.FutureStateChange
 
createNextQueryId() - Method in class org.apache.iotdb.db.mpp.execution.QueryIdGenerator
Generate next queryId using the following format: YYYYMMDD_hhmmss_index_dataNodeId
createOptions() - Static method in class org.apache.iotdb.db.tools.schema.MLogParser
create the commandline options.
createOptions() - Static method in class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
create the commandline options.
createPipe(CreatePipeStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
createPipe(CreatePipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
createPipe(CreatePipeStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
createPipe(CreatePipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
createPipeData(byte[]) - Static method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
createPipeData(DataInputStream) - Static method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
CreatePipeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreatePipeOperator(String, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreatePipeOperator
 
CreatePipePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreatePipePlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
createPipeSink(String, String) - Static method in class org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkFactory
 
createPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
createPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
createPipeSink(CreatePipeSinkStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
createPipeSink(CreatePipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
CreatePipeSinkOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreatePipeSinkOperator(String, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreatePipeSinkOperator
 
CreatePipeSinkPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreatePipeSinkPlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
CreatePipeSinkStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
CreatePipeSinkStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
CreatePipeSinkTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
CreatePipeSinkTask(CreatePipeSinkStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.CreatePipeSinkTask
 
CreatePipeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
CreatePipeStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
CreatePipeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
CreatePipeTask(CreatePipeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.CreatePipeTask
 
createQueryDataSet(QueryContext, PhysicalPlan, int) - Method in class org.apache.iotdb.db.service.basic.ServiceProvider
create QueryDataSet and buffer it for fetchResults
createQueryId() - Method in class org.apache.iotdb.db.mpp.plan.Coordinator
 
createRole(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
createSchemaRegion(PartialPath, SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
createSchemaTemplate(TCreateSchemaTemplateReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
createSchemaTemplate(CreateSchemaTemplateStatement) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
createSchemaTemplate(CreateSchemaTemplateStatement) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
 
createSchemaTemplate(CreateSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
createSchemaTemplate(CreateSchemaTemplateStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
createSchemaTemplate(CreateSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
createSchemaTemplate(CreateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
CreateSchemaTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
CreateSchemaTemplateStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
CreateSchemaTemplateStatement(String, String[][], TSDataType[][], TSEncoding[][], CompressionType[][]) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
CreateSchemaTemplateStatement(String, List<List<String>>, List<List<TSDataType>>, List<List<TSEncoding>>, List<List<CompressionType>>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
CreateSchemaTemplateStatement(String, List<List<String>>, List<List<TSDataType>>, List<List<TSEncoding>>, List<List<CompressionType>>, Set<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
CreateSchemaTemplateTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
CreateSchemaTemplateTask(CreateSchemaTemplateStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.CreateSchemaTemplateTask
 
createSeriesReader(Set<String>, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, Filter, Filter, boolean) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
createSeriesReader(Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
createSettleLog() - Static method in class org.apache.iotdb.db.engine.settle.SettleLog
 
createSinkHandle(TFragmentInstanceId, TEndPoint, TFragmentInstanceId, String, FragmentInstanceContext) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManager
Create a sink handle who sends data blocks to a remote downstream fragment instance in async manner.
createSinkHandle(TFragmentInstanceId, TEndPoint, TFragmentInstanceId, String, FragmentInstanceContext) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
createSlidingWindowAggregator(AggregationType, TSDataType, boolean, List<InputLocation[]>, AggregationStep) - Static method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregatorFactory
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
createSnapshot(File) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
createSnapshot(File) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
createSnapshot(File) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
createSnapshot(File, MemMTreeStore) - Static method in class org.apache.iotdb.db.metadata.mtree.snapshot.MemMTreeSnapshotUtil
 
createSourceHandle(TFragmentInstanceId, String, TEndPoint, TFragmentInstanceId, IMPPDataExchangeManagerCallback<Throwable>) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManager
Create a source handle who fetches data blocks from a remote upstream fragment instance for a plan node of a local fragment instance in async manner.
createSourceHandle(TFragmentInstanceId, String, TEndPoint, TFragmentInstanceId, IMPPDataExchangeManagerCallback<Throwable>) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
createSql - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
createStatement(String) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(String, ZoneId) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(List<String>) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSCreateAlignedTimeseriesReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSCreateMultiTimeseriesReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSCreateSchemaTemplateReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSCreateTimeseriesReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSDeleteDataReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertRecordReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertRecordsOfOneDeviceReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertRecordsReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertStringRecordReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertStringRecordsOfOneDeviceReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertStringRecordsReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertTabletReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSInsertTabletsReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSLastDataQueryReq, ZoneId) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSQueryTemplateReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSRawDataQueryReq, ZoneId) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createStatement(TSSetSchemaTemplateReq) - Static method in class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
createSyncClient(Pipe, PipeSink) - Static method in class org.apache.iotdb.db.sync.transport.client.SyncClientFactory
 
CreateTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateTemplateOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
CreateTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
CreateTemplatePlan(String, String[][], TSDataType[][], TSEncoding[][], CompressionType[][]) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
CreateTemplatePlan(String, List<String>, List<List<String>>, List<List<TSDataType>>, List<List<TSEncoding>>, List<List<CompressionType>>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
CreateTemplatePlan(String, List<List<String>>, List<List<TSDataType>>, List<List<TSEncoding>>, List<List<CompressionType>>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
createTimeseries(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Add one timeseries to metadata tree, if the timeseries already exists, throw exception
createTimeseries(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, String) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
createTimeseries(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
createTimeseries(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Create a timeseries with a full path from root to leaf node.
createTimeseries(CreateTimeSeriesPlan) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
create timeseries
createTimeseries(CreateTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
create timeseries
createTimeseries(CreateTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
createTimeseries(CreateTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
createTimeseries(CreateTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
createTimeseries(CreateTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
createTimeseries(CreateTimeSeriesPlan, long) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
createTimeseries(CreateTimeSeriesPlan, long) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
createTimeseries(CreateTimeSeriesPlan, long) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
createTimeseries(CreateTimeSeriesPlan, long) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
createTimeseries(CreateTimeSeriesPlan, long) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
CreateTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
CreateTimeSeriesNode(PlanNodeId, PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, Map<String, String>, Map<String, String>, String) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
CreateTimeSeriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateTimeSeriesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
CreateTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
CreateTimeSeriesPlan(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, Map<String, String>, Map<String, String>, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
CreateTimeSeriesPlan(PartialPath, MeasurementSchema) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
CreateTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
CREATE TIMESERIES statement.
CreateTimeSeriesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
createTimeseriesWithPinnedReturn(PartialPath, TSDataType, TSEncoding, CompressionType, Map<String, String>, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Create a timeseries with a full path from root to leaf node.
createTrigger(String, String, String, boolean, TriggerEvent, TriggerType, PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
createTrigger(String, String, String, boolean, TriggerEvent, TriggerType, PartialPath) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
createTrigger(String, String, String, boolean, TriggerEvent, TriggerType, PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
createTrigger(TCreateTriggerReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
CreateTriggerOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
CreateTriggerOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
CreateTriggerPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
CreateTriggerPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
CreateTriggerPlan(String, TriggerEvent, PartialPath, String, Map<String, String>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
CreateTriggerStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
CreateTriggerStatement(String, String, String, boolean, TriggerEvent, TriggerType, PartialPath, Map<String, String>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
CreateTriggerTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
CreateTriggerTask(CreateTriggerStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CreateTriggerTask
 
createTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesSchemaScanOperator
 
createTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.PathsUsingTemplateScanOperator
 
createTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
createTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
createTsBlockBuilder() - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
createTsBlockBuilder(int) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
createTsFileAndModsHardlink(File, long) - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
make hard link for tsfile *
createTsFileHardlink(File) - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
createTsFileResource(List<ReadOnlyMemChunk>, List<IChunkMetadata>, TsFileResource) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
createTsFileResourceHardlink(File) - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
createUpgradeLog() - Static method in class org.apache.iotdb.db.engine.upgrade.UpgradeLog
 
createUser(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
createWALNode(String) - Method in class org.apache.iotdb.db.wal.allocation.AbstractNodeAllocationStrategy
 
createWALNode(String, String) - Method in class org.apache.iotdb.db.wal.allocation.AbstractNodeAllocationStrategy
 
createWALNode(String, String, long, long) - Method in class org.apache.iotdb.db.wal.allocation.AbstractNodeAllocationStrategy
 
creatIoTJDBCDataset(TSExecuteStatementResp) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
CROSS_COMPACTION - org.apache.iotdb.db.engine.compaction.constant.CompactionType
 
CROSS_COMPACTION_LOG_NAME_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
CROSS_COMPACTION_LOG_NAME_SUFFIX - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
CROSS_INNER - org.apache.iotdb.db.engine.compaction.constant.CompactionPriority
 
CrossCompactionPerformer - Enum in org.apache.iotdb.db.engine.compaction.constant
 
CrossCompactionSelector - Enum in org.apache.iotdb.db.engine.compaction.constant
 
CrossSpaceCompactionResource - Class in org.apache.iotdb.db.engine.compaction.cross.rewrite
CrossSpaceCompactionResource manages files and caches of readers to avoid unnecessary object creations and file openings.
CrossSpaceCompactionResource(Collection<TsFileResource>, List<TsFileResource>, long) - Constructor for class org.apache.iotdb.db.engine.compaction.cross.rewrite.CrossSpaceCompactionResource
 
CrossSpaceCompactionResource(List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.cross.rewrite.CrossSpaceCompactionResource
 
CrossSpaceCompactionTask - Class in org.apache.iotdb.db.engine.compaction.cross
 
CrossSpaceCompactionTask(long, TsFileManager, List<TsFileResource>, List<TsFileResource>, ICrossCompactionPerformer, AtomicInteger, long, long) - Constructor for class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
CrossSpaceCompactionWriter - Class in org.apache.iotdb.db.engine.compaction.writer
 
CrossSpaceCompactionWriter(List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
curAggregateResults - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
curAggrTimeRange - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
curEndTime - Variable in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
curOffset - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
curPos - Variable in class org.apache.iotdb.db.utils.ValueIterator
 
curPreAggrTimeRange - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
CURRENT_RPC_VERSION - Static variable in class org.apache.iotdb.db.query.control.SessionManager
 
CURRENT_RPC_VERSION - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
currentBinary() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentBinary() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentBinary() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentBoolean() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentBoolean() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentBoolean() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentChunkStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentChunkStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
currentChunkStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
currentChunkStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentChunkStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentChunkTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentChunkTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentChunkTimeStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentDouble() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentDouble() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentDouble() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentFileStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentFileStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
currentFileStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
currentFileStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentFileStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentFileStatus - Variable in class org.apache.iotdb.db.wal.buffer.WALBuffer
file status of working buffer, updating file writer's status when syncing
currentFileTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentFileTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentFileTimeStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentFileTimeStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
currentFloat() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentFloat() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentFloat() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentInt() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentInt() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentInt() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentLong() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentLong() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentLong() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentNull - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentOutputTime() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
currentOutputTime() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
As there is only one timestamp can be output for a time range, this method will return the output time based on leftCloseRightOpen or not.
currentOutputTime() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
currentOutputTime() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
currentOutputTime() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
currentPageStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentPageStatistics() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
only be used without value filter
currentPageStatistics() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
currentPageStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentPageStatistics(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentPageTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
currentPageTimeStatistics() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
currentPageTimeStatistics() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
currentReadStopTime - Variable in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
currentRow() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
 
currentSearchIndex - Variable in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
current search index
currentTaskNum - Static variable in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
currentTaskNum - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
currentTime() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
currentTime() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
 
currentTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
currentTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
currentTime() - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
currentTimeValuePair() - Method in interface org.apache.iotdb.db.query.externalsort.serialize.IExternalSortFileDeserializer
 
currentTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkDataIterator
 
currentTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
currentTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataPointReader
 
currentTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.CachedPriorityMergeReader
 
currentTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
currentValue - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
currentWALFileVersion - Variable in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
current wal file version id
currentWALFileWriter - Variable in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
current wal file log writer
currentWindow() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowWindowReader
 
currPair() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
currTime() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
currVersion() - Method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
Test only method, no need for concurrency.
currVersion() - Method in class org.apache.iotdb.db.engine.version.SysTimeVersionController
 
currVersion() - Method in interface org.apache.iotdb.db.engine.version.VersionController
Get the current version number.
curSeqFileIndex - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
curSeqFileIndex - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
curStartTime - Variable in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
curTimeRange - Variable in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
curTimeRange - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
curTimeRange - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
curUnseqFileIndex - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
curUnseqFileIndex - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 

D

d - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
d0 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
d1 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
DAGBuilder - Class in org.apache.iotdb.db.mpp.transformation.dag.builder
 
DAGBuilder(long, UDTFPlan, QueryDataSetInputLayer, float) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
data - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
 
data - Variable in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
DATA_FILE_SUFFIX - Static variable in class org.apache.iotdb.db.engine.snapshot.SnapshotFileSet
 
DATA_NODE - org.apache.iotdb.db.service.metrics.enums.Metric
 
DATA_READ - org.apache.iotdb.db.service.metrics.enums.Metric
 
DATA_REGION_OFFSET_IN_LOG - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
DATA_REGION_OFFSET_IN_PATH - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
DATA_TYPE_STR - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
DATA_WRITTEN - org.apache.iotdb.db.service.metrics.enums.Metric
 
DataAuthOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DataAuthOperator(int, List<String>) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DataAuthOperator
 
DataAuthPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DataAuthPlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
DataAuthPlan(Operator.OperatorType, List<String>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
database2Measurement2TagOrders - Static variable in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
dataCount - Variable in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
DataDriver - Class in org.apache.iotdb.db.mpp.execution.driver
One dataDriver is responsible for one FragmentInstance which is for data query, which may contains several series.
DataDriver(Operator, ISinkHandle, DataDriverContext) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.DataDriver
 
DataDriverContext - Class in org.apache.iotdb.db.mpp.execution.driver
TODO Add javadoc for context
DataDriverContext(FragmentInstanceContext, List<PartialPath>, Filter, DataRegion, List<DataSourceOperator>) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.DataDriverContext
 
DataExecutionVisitor - Class in org.apache.iotdb.db.consensus.statemachine.visitor
 
DataExecutionVisitor() - Constructor for class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
DataNode - Class in org.apache.iotdb.db.service
 
DataNodeClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.AsyncConfigNodeIServiceClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.ConfigNodeClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.SyncDataNodeInternalServiceClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory - Class in org.apache.iotdb.db.client
 
DataNodeEndPoints - Class in org.apache.iotdb.db.mpp.plan.constant
 
DataNodeEndPoints() - Constructor for class org.apache.iotdb.db.mpp.plan.constant.DataNodeEndPoints
 
DataNodeInternalRPCService - Class in org.apache.iotdb.db.service
 
DataNodeInternalRPCServiceMBean - Interface in org.apache.iotdb.db.service
 
DataNodeLastCacheManager - Class in org.apache.iotdb.db.metadata.cache
 
DataNodeLastCacheManager() - Constructor for class org.apache.iotdb.db.metadata.cache.DataNodeLastCacheManager
 
DataNodeMBean - Interface in org.apache.iotdb.db.service
 
DataNodeSchemaCache - Class in org.apache.iotdb.db.metadata.cache
This class takes the responsibility of metadata cache management of all DataRegions under StorageEngine
DataNodeServerCommandLine - Class in org.apache.iotdb.db.service
 
DataNodeServerCommandLine() - Constructor for class org.apache.iotdb.db.service.DataNodeServerCommandLine
 
DataRegion - Class in org.apache.iotdb.db.engine.storagegroup
For sequence data, a DataRegion has some TsFileProcessors, in which there is only one TsFileProcessor in the working status.
DataRegion(String, String) - Constructor for class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
DataRegion(String, String, TsFileFlushPolicy, String) - Constructor for class org.apache.iotdb.db.engine.storagegroup.DataRegion
constrcut a storage group processor
DataRegion.CloseTsFileCallBack - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegion.CompactionRecoverCallBack - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegion.SettleTsFileCallBack - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegion.TimePartitionFilter - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegion.UpdateEndTimeCallBack - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegion.UpgradeTsFileResourceCallBack - Interface in org.apache.iotdb.db.engine.storagegroup
 
DataRegionConsensusImpl - Class in org.apache.iotdb.db.consensus
We can use DataRegionConsensusImpl.getInstance() to obtain a consensus layer reference for dataRegion's reading and writing
DataRegionException - Exception in org.apache.iotdb.db.exception
 
DataRegionException(Exception) - Constructor for exception org.apache.iotdb.db.exception.DataRegionException
 
DataRegionException(String) - Constructor for exception org.apache.iotdb.db.exception.DataRegionException
 
dataRegionId - Variable in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
dataRegionId - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
dataRegionId - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
dataRegionReplicaSet - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Physical address of data region after splitting
DataRegionStateMachine - Class in org.apache.iotdb.db.consensus.statemachine
 
DataRegionStateMachine(DataRegion) - Constructor for class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
DatasetHeader - Class in org.apache.iotdb.db.mpp.common.header
The header of query result dataset.
DatasetHeader(List<ColumnHeader>, boolean) - Constructor for class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
DatasetHeaderFactory - Class in org.apache.iotdb.db.mpp.common.header
 
DatasetHeaderFactory() - Constructor for class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
datasetOutputIndexToResultColumnIndex - Variable in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
dataSource - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
DataSourceOperator - Interface in org.apache.iotdb.db.mpp.execution.operator.source
 
dataType - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
dataType - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode.FailedMeasurementInfo
 
dataType - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
dataType - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
dataType - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
DATATYPE_ERROR_MESSAGE - Static variable in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
DataTypeMismatchException - Exception in org.apache.iotdb.db.exception.metadata
 
DataTypeMismatchException(String, String, TSDataType, TSDataType, long, Object) - Constructor for exception org.apache.iotdb.db.exception.metadata.DataTypeMismatchException
 
dataTypes - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
dataTypes - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
dataTypes - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
dataTypes - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
dataTypes - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
dataTypes - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
DataTypeUtils - Class in org.apache.iotdb.db.utils
 
DataTypeUtils() - Constructor for class org.apache.iotdb.db.utils.DataTypeUtils
 
DatetimeUtils - Class in org.apache.iotdb.db.qp.utils
 
DatetimeUtils.DurationUnit - Enum in org.apache.iotdb.db.qp.utils
 
decodeAndWritePage(String, MeasurementSchema, ByteBuffer, Map<Long, ChunkWriterImpl>, long) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
decodeAndWritePage(MeasurementSchema, ByteBuffer, Map<Long, ChunkWriterImpl>) - Method in class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
 
decreaseFileReaderReference(TsFileResource, boolean) - Method in class org.apache.iotdb.db.query.control.FileReaderManager
Decrease the reference count of the reader specified by filePath.
decreaseMemtableNumber() - Method in class org.apache.iotdb.db.rescon.MemTableManager
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
deduplicate(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
deepClone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
deepClone() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
deepCopy(PlanNode) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeUtil
 
DEFAULT_ATTEMPT_TIMES - Static variable in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
DEFAULT_BACKOFF_INTERVAL - Static variable in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
DEFAULT_CONNECTION_TIMEOUT_MS - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant
 
DEFAULT_FETCH_SIZE - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant
 
DEFAULT_NUM_OF_THREADS - Static variable in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
DEFAULT_OPERATION_BATCH_SIZE - Static variable in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
DEFAULT_SAFELY_DELETED_SEARCH_INDEX - Static variable in class org.apache.iotdb.db.wal.node.WALNode
no multi-leader consensus, all insert nodes can be safely deleted
DefaultCompactionTaskComparatorImpl - Class in org.apache.iotdb.db.engine.compaction.comparator
 
DefaultCompactionTaskComparatorImpl() - Constructor for class org.apache.iotdb.db.engine.compaction.comparator.DefaultCompactionTaskComparatorImpl
 
DefaultMemTableFLushListener() - Constructor for class org.apache.iotdb.db.engine.flush.FlushListener.DefaultMemTableFLushListener
 
defaultRewrite(PlanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.SimplePlanNodeRewriter
 
defaultTimeDecoder - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
degradeTimeIndex() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
the DeviceTimeIndex degrade to FileTimeIndex and release memory
delete() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
delete() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
delete() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
delete() - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
 
delete() - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
delete(long, long) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
delete(long, long) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
delete(long, long) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
delete(long, long) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
delete(long, long) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
delete(long, long, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Delete points in a specific column.
delete(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
delete(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Delete data whose timestamp <= 'timestamp' and belongs to the time series deviceId.measurementId.
delete(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push delete operation down to all virtual storage group processors
delete(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute delete command and return whether the operator is successful.
delete(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
delete(PartialPath, PartialPath, long, long) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
delete(PartialPath, PartialPath, long, long) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
delete(PartialPath, PartialPath, long, long) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
Delete data in it whose timestamp <= 'timestamp' and belonging to timeseries path.
delete(PartialPath, PartialPath, long, long) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
delete(PartialPath, PartialPath, long, long) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
delete(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
delete(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
delete(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
delete(DeletePlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute delete command and return whether the operator is successful.
delete(DeletePlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
DELETE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DELETE - org.apache.iotdb.db.sync.externalpipe.operation.Operation.OperationType
 
DELETE_DATA - org.apache.iotdb.db.conf.OperationType
 
DELETE_DATA - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DELETE_DATA_NODE - org.apache.iotdb.db.wal.buffer.WALEntryType
DELETE_PARTITION - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE_PARTITION - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE_PLAN - org.apache.iotdb.db.wal.buffer.WALEntryType
DELETE_ROLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE_ROLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE_ROLE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DELETE_STORAGE_GROUP - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE_STORAGE_GROUP - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE_STORAGE_GROUP - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DELETE_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
DELETE_STORAGE_GROUPS - org.apache.iotdb.db.conf.OperationType
 
DELETE_TIMESERIES - org.apache.iotdb.db.conf.OperationType
 
DELETE_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE_TIMESERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DELETE_TIMESERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DELETE_TIMESERIES - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
DELETE_USER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DELETE_USER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DELETE_USER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
deleteAliasChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
delete the alias of a child
deleteAliasChild(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
deleteAlignedPrefix(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
deleteAll() - Method in class org.apache.iotdb.db.engine.StorageEngine
delete all data of storage groups' timeseries.
deleteAllDataFilesInOneStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.engine.StorageEngine
delete all data files (both memory data and file on disk) in a storage group.
deleteByDevice(PartialPath, long, long, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
deleteChild(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
deleteChild(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
deleteChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
delete a child
deleteChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
deleteChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
This method will delete a node from MTree, which means the corresponding subTree will be deleted.
deleteChild(IMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
deleteChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
deleteColumn(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
deleteCompactionModsFile(List<TsFileResource>, List<TsFileResource>) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
 
deleteContext(ServerContext, TProtocol, TProtocol) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
 
deleteDataFromAColumn(long, long, String) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
deleteDataInMemory(Deletion, Set<PartialPath>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
Delete data which belongs to the timeseries `deviceId.measurementId` and the timestamp of which <= 'timestamp' in the deletion.
DeleteDataNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
DeleteDataNode(PlanNodeId, List<PartialPath>, long, long) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
DeleteDataNode(PlanNodeId, List<PartialPath>, long, long, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
DeleteDataOperator - Class in org.apache.iotdb.db.qp.logical.crud
this class extends RootOperator and process delete statement.
DeleteDataOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
deleteDataRegion(DataRegionId) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
DeleteDataStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
DeleteDataStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
deleteDiskSchemaEntryByOffset(long) - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
delete DiskSchemaEntry on disk
deleteDiskSchemaEntryByOffset(long) - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
delete DiskSchemaEntries on disk
DeleteFailedException - Exception in org.apache.iotdb.db.exception.metadata
 
DeleteFailedException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.DeleteFailedException
 
deleteFolder(String) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
delete the storageGroup's own folder in folder data/system/storage_groups
deleteLastCacheByDevice(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
delete all the last cache value of any timeseries or aligned timeseries under the device
deleteLastCacheByDevice(PartialPath, PartialPath, long, long) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
delete the last cache value of timeseries or subMeasurement of some aligned timeseries, which is under the device and matching the originalPath
deleteLastCacheByDevice(IEntityMNode) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
delete all the last cache value of any timeseries or aligned timeseries under the entity
deleteLastCacheByDevice(IEntityMNode, PartialPath, long, long) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
delete the last cache value of timeseries or subMeasurement of some aligned timeseries, which is under the entity and matching the originalPath
deleteLogFile() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogWriter
 
deleteMeasurements(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
deleteModificationForSourceFile(Collection<TsFileResource>, String) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
Delete all modification files for source files
DeleteOperation - Class in org.apache.iotdb.db.sync.externalpipe.operation
1 DeleteOperation contain 1 deletion info.
DeleteOperation(String, long, long, PartialPath, long, long) - Constructor for class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
deleteOutdatedFiles() - Method in class org.apache.iotdb.db.wal.node.WALNode
Delete outdated .wal files
deleteOutdatedWALFiles() - Method in class org.apache.iotdb.db.wal.WALManager
submit delete outdated wal files task and wait for result
DeletePartitionOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DeletePartitionOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
DeletePartitionPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
DeletePartitionPlan(PartialPath, Set<Long>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.DeletePartitionPlan
 
DeletePlan - Class in org.apache.iotdb.db.qp.physical.crud
 
DeletePlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
DeletePlan(long, long, List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.DeletePlan
constructor of DeletePlan with multiple paths.
DeletePlan(long, long, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.crud.DeletePlan
constructor of DeletePlan with single path.
deleteRole(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
deleteSchemaRegion() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
deleteSchemaRegion() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
deleteSchemaRegion() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
deleteSchemaRegion(SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
deleteSchemaRegionFolder(String, Logger) - Static method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionUtils
 
deleteSegment(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
deleteSegment(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
deleteSeriesCascade(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
deleteStorageGroup(String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Delete a storage group
deleteStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Delete storage groups of given paths from MTree.
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
deleteStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
deleteStorageGroup(TDeleteStorageGroupReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
deleteStorageGroup(DeleteStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
deleteStorageGroup(DeleteStorageGroupStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
deleteStorageGroup(DeleteStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
DeleteStorageGroupOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DeleteStorageGroupOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DeleteStorageGroupOperator
 
DeleteStorageGroupPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DeleteStorageGroupPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
DeleteStorageGroupPlan(List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
deleteStorageGroups(List<PartialPath>) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Delete storage groups of given paths from MTree.
deleteStorageGroups(List<PartialPath>) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Delete storage groups of given paths from MTree.
deleteStorageGroups(TDeleteStorageGroupsReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
deleteStorageGroups(DeleteStorageGroupPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
DeleteStorageGroupStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
DeleteStorageGroupStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
deleteStorageGroupSystemFolder(String) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push deleteStorageGroup operation down to all virtual storage group processors
DeleteStorageGroupTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
DeleteStorageGroupTask(DeleteStorageGroupStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DeleteStorageGroupTask
 
deleteSyncManager(String) - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
 
deleteSyncManager(String) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
deleteSyncManager(String) - Method in class org.apache.iotdb.db.sync.SyncService
This method will be called before deleting dataRegion
deleteTimeseries(int) - Method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
deleteTimeseries(String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
deleteTimeseries(List<PartialPath>) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
Delete all timeseries matching the given paths
deleteTimeseries(List<PartialPath>) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
Delete all timeseries matching the given paths
deleteTimeseries(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Delete all timeseries matching the given path pattern, may cross different storage group
deleteTimeseries(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Delete all timeseries matching the given path pattern
deleteTimeseries(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Delete all timeseries matching the given path pattern
deleteTimeseries(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Delete all timeseries matching the given path pattern, may cross different storage group.
deleteTimeseries(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Delete all timeseries matching the given path pattern.
deleteTimeseries(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Delete all timeseries matching the given path pattern.
deleteTimeseries(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Delete all timeseries matching the given path pattern.
deleteTimeseries(PartialPath, long, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.StorageEngine
delete data of timeseries "{deviceId}.{measurementId}"
deleteTimeseries(DeleteTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
deleteTimeSeries(DeleteTimeSeriesPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
deleteTimeseriesAndReturnEmptyStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Delete path.
deleteTimeseriesAndReturnEmptyStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Delete path.
deleteTimeseriesAndReturnEmptyStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Delete path.
DeleteTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
DeleteTimeSeriesNode(PlanNodeId, List<PartialPath>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
DeleteTimeSeriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
this class deletes whole data and metadata of the timeseries.
DeleteTimeSeriesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DeleteTimeSeriesOperator
 
DeleteTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DeleteTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
DeleteTimeSeriesPlan(List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
DeleteTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
DeleteTimeSeriesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteTimeSeriesStatement
 
deleteTsfile(File) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
deleteTsfile(File) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Delete tsfile if it exists.
deleteTsFile(TsFileResource) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
 
deleteTsFilesInDisk(Collection<TsFileResource>, String) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
 
deleteUser(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
deleteWALNode(String) - Method in class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
deleteWALNode(String) - Method in class org.apache.iotdb.db.wal.WALManager
WAL node will be deleted only when using multi-leader consensus protocol
Deletion - Class in org.apache.iotdb.db.engine.modification
Deletion is a delete operation on a timeseries.
Deletion(PartialPath, long, long) - Constructor for class org.apache.iotdb.db.engine.modification.Deletion
constructor of Deletion, the start time is set to Long.MIN_VALUE
Deletion(PartialPath, long, long, long) - Constructor for class org.apache.iotdb.db.engine.modification.Deletion
constructor of Deletion
DELETION - org.apache.iotdb.db.engine.modification.Modification.Type
 
DELETION - org.apache.iotdb.db.sync.pipedata.PipeData.PipeDataType
 
DeletionGroup - Class in org.apache.iotdb.db.sync.datasource
This class provides below functions
DeletionGroup() - Constructor for class org.apache.iotdb.db.sync.datasource.DeletionGroup
 
DeletionGroup.DeletedType - Enum in org.apache.iotdb.db.sync.datasource
 
DeletionGroup.IntervalCursor - Class in org.apache.iotdb.db.sync.datasource
 
DeletionLoader - Class in org.apache.iotdb.db.sync.receiver.load
This loader is used to load deletion plan.
DeletionLoader(Deletion) - Constructor for class org.apache.iotdb.db.sync.receiver.load.DeletionLoader
 
DeletionOpBlock - Class in org.apache.iotdb.db.sync.datasource
This class covert 1 deletion action to 1 operation block.
DeletionOpBlock(String, PartialPath, long, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.DeletionOpBlock
 
DeletionOpBlock(String, PartialPath, long, long, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.DeletionOpBlock
 
DeletionPipeData - Class in org.apache.iotdb.db.sync.pipedata
 
DeletionPipeData() - Constructor for class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
DeletionPipeData(String, Deletion, long) - Constructor for class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
DeletionPipeData(Deletion, long) - Constructor for class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
deque - Variable in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
 
deque - Variable in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
deregister(long) - Method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
deregister(String) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerClassLoaderManager
 
deregister(DropContinuousQueryPlan, boolean) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
deregister(DropTriggerPlan) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
deregisterAll() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
deregisterAll() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
deregisterTrigger(PartialPath, IMeasurementMNode) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
deregister trigger to the timeseries
deregisterTrigger(PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
deregister trigger to the timeseries
DESC - org.apache.iotdb.db.mpp.plan.statement.component.Ordering
 
DescPriorityMergeReader - Class in org.apache.iotdb.db.query.reader.universal
 
DescPriorityMergeReader() - Constructor for class org.apache.iotdb.db.query.reader.universal.DescPriorityMergeReader
 
descSortByVersionId(File[]) - Static method in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
Sort checkpoint files by version id with descending order *
DescTimeComparator - Class in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
 
DescTimeComparator() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.DescTimeComparator
 
deserialize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
deserialize from disk
deserialize() - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
deserialize(short) - Static method in enum org.apache.iotdb.db.index.common.IndexType
judge the index type.
deserialize(short) - Static method in enum org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
deserialize short number.
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
deserialize(DataInputStream) - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.utils.datastructure.TVList
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
deserialize(DataInputStream) - Static method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
deserialize(InputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
deserialize(InputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
deserialize(InputStream) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
deserialize from inputStream
deserialize(InputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
deserialize(InputStream) - Static method in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
deserialize(InputStream) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
deserialize(InputStream) - Static method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
deserialize(InputStream) - Static method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
deserialize(InputStream) - Static method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
deserialize(InputStream) - Static method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
deserialize(ByteBuffer) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
deserialize from byte buffer
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.path.PathDeserializeUtil
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.template.Template
 
deserialize(ByteBuffer) - Static method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.FilterDeserializeUtil
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.FunctionFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.QueryId
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
deserialize(ByteBuffer) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
deserialize(ByteBuffer) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
deserialize(ByteBuffer) - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBooleanTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableDoubleTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableFloatTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableIntTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableLongTVList
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
Deserialize the plan from the given buffer.
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ClearCachePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
deserialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
deserialize(ByteBuffer) - Static method in enum org.apache.iotdb.db.query.aggregation.AggregationType
give an integer to return a data type.
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.utils.IExpressionDeserializeUtil
 
deserialize(ByteBuffer) - Static method in class org.apache.iotdb.db.wal.io.WALMetaData
 
DESERIALIZE_CHUNK - org.apache.iotdb.db.engine.compaction.constant.ProcessChunkType
 
deserializeForConsensus(ByteBuffer) - Static method in class org.apache.iotdb.db.wal.buffer.WALEntry
This deserialization method is only for multi-leader consensus and just deserializes InsertRowNode and InsertTabletNode
deserializeFrom(String[]) - Static method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
deserializeFrom(ByteBuffer) - Static method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
deserializeFrom(MeasurementMNodePlan) - Static method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
deserialize MeasurementMNode from MeasurementNodePlan
deserializeFrom(MNodePlan) - Static method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
deserializeFrom(StorageGroupMNodePlan) - Static method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
deserializeFromOldFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
deserialize tsfile resource from old file
deserializeFromReq(ByteBuffer) - Static method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
deserializeFromWAL(DataInputStream) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
deserializeFromWAL(DataInputStream) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
deserializeFromWAL(DataInputStream) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Deserialize from wal
deserializeFromWAL(DataInputStream) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
Deserialize from wal
deserializeFromWAL(ByteBuffer) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
deserializeFromWAL(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
deserializeFromWAL(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Deserialize from wal
deserializeFromWAL(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
deserializeHelper(ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
deserializeMeasurementSchemas(DataInputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Deserialize measurement schemas.
deserializeMeasurementSchemas(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
deserializeSpecificFields(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
deserializeWithoutFileOffset(DataInputStream) - Static method in class org.apache.iotdb.db.engine.modification.Deletion
 
destroy() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.ApiOriginFilter
 
destroy() - Method in class org.apache.iotdb.db.protocol.rest.filter.ApiOriginFilter
 
DESTROYED - org.apache.iotdb.db.mpp.execution.driver.Driver.State
 
destroyObject(PooledObject<BlockingConnection>) - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionFactory
 
destroyObject(PartitionRegionId, PooledObject<ConfigNodeClient>) - Method in class org.apache.iotdb.db.client.ConfigNodeClient.Factory
 
DEVICE - org.apache.iotdb.db.metadata.mnode.MNodeType
 
DEVICE - org.apache.iotdb.db.mpp.plan.statement.component.SortKey
 
DEVICE_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DEVICE_TIME_INDEX - org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
device to time index (large memory foot print)
DEVICE_VIEW - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DeviceEntry - Class in org.apache.iotdb.db.metadata.idtable.entry
device entry in id table
DeviceEntry(IDeviceID) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
DeviceGroupSchemaTree - Class in org.apache.iotdb.db.mpp.common.schematree
This class is specifically for standalone schema validation during data insertion.
DeviceGroupSchemaTree() - Constructor for class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
deviceId - Variable in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
deviceID - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
deviceID - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
device id reference, for reuse device id in both id table and memtable
used in memtable
deviceID - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
device id reference, for reuse device id in both id table and memtable
used in memtable
DeviceIDFactory - Class in org.apache.iotdb.db.metadata.idtable.entry
factory to build device id according to configured algorithm
DeviceMappingViewer - Class in org.apache.iotdb.db.tools.dataregion
for DBA to view the mapping from device to virtual storage group ID usage: run this class with arguments [system_schema_dir], if args are not given, use default in config
DeviceMappingViewer() - Constructor for class org.apache.iotdb.db.tools.dataregion.DeviceMappingViewer
 
deviceMeasurements - Variable in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
DeviceMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
DeviceMergeNode(PlanNodeId, List<PlanNode>, OrderByParameter, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
DeviceMergeNode(PlanNodeId, OrderByParameter, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
DeviceMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
DeviceMergeOperator is responsible for merging tsBlock coming from DeviceViewOperators.
DeviceMergeOperator(OperatorContext, List<String>, List<Operator>, List<TSDataType>, TimeSelector, TimeComparator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
devicePath - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
if use id table, this filed is id form of device path
if not, this filed is device path
devicePath - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
if use id table, this filed is id form of device path
if not, this filed is device path
devicePath - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
if use id table, this filed is id form of device path
if not, this filed is device path
DEVICES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
DEVICES_COUNT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DEVICES_SCHEMA_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
DeviceSchemaInfo - Class in org.apache.iotdb.db.mpp.common.schematree
 
DeviceSchemaInfo(PartialPath, boolean, List<MeasurementSchemaInfo>) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
DevicesCountNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
DevicesCountNode(PlanNodeId, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
DevicesCountOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
DevicesCountOperator(PlanNodeId, OperatorContext, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
DevicesSchemaScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
DevicesSchemaScanNode(PlanNodeId, PartialPath, int, int, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
DevicesSchemaScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
DevicesSchemaScanOperator(PlanNodeId, OperatorContext, int, int, PartialPath, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesSchemaScanOperator
 
DeviceTimeIndex - Class in org.apache.iotdb.db.engine.storagegroup.timeindex
 
DeviceTimeIndex() - Constructor for class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
DeviceTimeIndex(Map<String, Integer>, long[], long[]) - Constructor for class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
deviceToDataRegionId(PartialPath) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.HashVirtualPartitioner
 
deviceToDataRegionId(PartialPath) - Method in interface org.apache.iotdb.db.engine.storagegroup.dataregion.VirtualPartitioner
use device id to determine storage group id
deviceToIndex - Variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
device -> index of start times array and end times array
DeviceViewNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
DeviceViewNode is responsible for constructing a device-based view of a set of series.
DeviceViewNode(PlanNodeId, OrderByParameter, List<String>, List<String>, Map<String, List<Integer>>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
DeviceViewNode(PlanNodeId, OrderByParameter, List<String>, Map<String, List<Integer>>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
DeviceViewOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
Since devices have been sorted by the merge order as expected, what DeviceViewOperator need to do is traversing the device child operators, get all tsBlocks of one device and transform it to the form we need, adding the device column and allocating value column to its expected location, then get the next device operator until no next device.
DeviceViewOperator(OperatorContext, List<String>, List<Operator>, List<List<Integer>>, List<TSDataType>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
DIFFERENT_FROM_ALL_CHILDREN - org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
 
DifferentTemplateException - Exception in org.apache.iotdb.db.exception.metadata.template
 
DifferentTemplateException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.DifferentTemplateException
 
DIGEST_OPEN_FILE_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
DirectAlignByTimeDataSet - Interface in org.apache.iotdb.db.query.dataset
 
DirectFlushPolicy() - Constructor for class org.apache.iotdb.db.engine.flush.TsFileFlushPolicy.DirectFlushPolicy
 
DirectNonAlignDataSet - Interface in org.apache.iotdb.db.query.dataset
 
DirectoryManager - Class in org.apache.iotdb.db.conf.directories
The main class of multiple directories.
DirectoryNotLegalException - Exception in org.apache.iotdb.db.engine.snapshot.exception
 
DirectoryNotLegalException(String) - Constructor for exception org.apache.iotdb.db.engine.snapshot.exception.DirectoryNotLegalException
 
DirectoryStrategy - Class in org.apache.iotdb.db.conf.directories.strategy
The basic class of all the strategies of multiple directories.
DirectoryStrategy() - Constructor for class org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy
 
DirectoryStrategyType - Enum in org.apache.iotdb.db.conf.directories.strategy
 
DISABLE - org.apache.iotdb.db.wal.utils.WALMode
disable wal
DISABLE_ALIGN - org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
 
disableAlign() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
disableMemControl - Variable in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
The initial value is true because we want calculate the text data size when recover memTable!!
disableMemoryControl - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
DiskAlignedChunkLoader - Class in org.apache.iotdb.db.query.reader.chunk
 
DiskAlignedChunkLoader(boolean) - Constructor for class org.apache.iotdb.db.query.reader.chunk.DiskAlignedChunkLoader
 
DiskAlignedChunkMetadataLoader - Class in org.apache.iotdb.db.query.reader.chunk.metadata
 
DiskAlignedChunkMetadataLoader(TsFileResource, AlignedPath, QueryContext, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.metadata.DiskAlignedChunkMetadataLoader
 
DiskChunkLoader - Class in org.apache.iotdb.db.query.reader.chunk
To read one chunk from disk, and only used in iotdb server module
DiskChunkLoader(boolean) - Constructor for class org.apache.iotdb.db.query.reader.chunk.DiskChunkLoader
 
DiskChunkMetadataLoader - Class in org.apache.iotdb.db.query.reader.chunk.metadata
 
DiskChunkMetadataLoader(TsFileResource, PartialPath, QueryContext, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.metadata.DiskChunkMetadataLoader
 
DiskChunkReaderByTimestamp - Class in org.apache.iotdb.db.query.reader.chunk
To read chunk data on disk by timestamp, this class implements an interface IReaderByTimestamp based on the data reader ChunkReader.
DiskChunkReaderByTimestamp(ChunkReader) - Constructor for class org.apache.iotdb.db.query.reader.chunk.DiskChunkReaderByTimestamp
 
DiskSchemaEntry - Class in org.apache.iotdb.db.metadata.idtable.entry
the disk schema entry of schema entry of id table.
DiskSchemaEntry(String, String, String, byte, byte, byte, boolean) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
DiskSpaceInsufficientException - Exception in org.apache.iotdb.db.exception
 
DiskSpaceInsufficientException(List<String>) - Constructor for exception org.apache.iotdb.db.exception.DiskSpaceInsufficientException
 
dispatch(List<FragmentInstance>) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FragmentInstanceDispatcherImpl
 
dispatch(List<FragmentInstance>) - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IFragInstanceDispatcher
Dispatch all Fragment instances asynchronously
DISPATCHING - org.apache.iotdb.db.mpp.execution.QueryState
 
DistanceMetricException - Exception in org.apache.iotdb.db.exception.index
 
DistanceMetricException(String) - Constructor for exception org.apache.iotdb.db.exception.index.DistanceMetricException
 
DistributedQueryPlan - Class in org.apache.iotdb.db.mpp.plan.planner.plan
 
DistributedQueryPlan(MPPQueryContext, SubPlan, List<PlanFragment>, List<FragmentInstance>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
 
DistributionPlanContext - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
DistributionPlanContext(MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
DistributionPlanner - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
DistributionPlanner(Analysis, LogicalQueryPlan) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
DIVISION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
DivisionExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
DivisionExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.DivisionExpression
 
DivisionExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.DivisionExpression
 
DnfFilterOptimizer - Class in org.apache.iotdb.db.mpp.plan.rewriter
 
DnfFilterOptimizer - Class in org.apache.iotdb.db.qp.strategy.optimizer
 
DnfFilterOptimizer() - Constructor for class org.apache.iotdb.db.mpp.plan.rewriter.DnfFilterOptimizer
 
DnfFilterOptimizer() - Constructor for class org.apache.iotdb.db.qp.strategy.optimizer.DnfFilterOptimizer
 
doAddNode() - Method in class org.apache.iotdb.db.service.DataNode
 
doCheck() - Method in class org.apache.iotdb.db.tools.WalChecker
check the root wal dir and find the damaged files
doCompaction() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
doCompaction() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
doCompaction() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
doCompaction() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionRecoverTask
 
doDistributedPlan() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.ApiOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.iotdb.db.protocol.rest.filter.ApiOriginFilter
 
doInsert(String, QueryOperator, GroupByTimePlan, QueryDataSet) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQuerySchemaCheckTask
we only do some checks here.
doInsert(String, QueryOperator, GroupByTimePlan, QueryDataSet) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
doLogicalPlan() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
doRecovery() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.ArithmeticNegationColumnTransformer
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.InColumnTransformer
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.IsNullColumnTransformer
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.LogicNotColumnTransformer
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.RegularColumnTransformer
 
doTransform(Column, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
doTransform(Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticBinaryColumnTransformer
 
doTransform(Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
doTransform(Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareBinaryColumnTransformer
 
doTransform(Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicBinaryColumnTransformer
 
doTransform(Column, Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.BetweenColumnTransformer
 
doTransform(Column, Column, Column, ColumnBuilder, int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.CompareTernaryColumnTransformer
 
DOUBLE - org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
 
DOUBLE_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
DoubleConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
DoubleConstantFill(double) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.DoubleConstantFill
 
DoubleLinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
 
DoubleLinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.DoubleLinearFill
 
DoubleLiteral - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
DoubleLiteral(double) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
DoubleLiteral(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
DoublePreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
DoublePreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.DoublePreviousFill
 
DoubleTVList - Class in org.apache.iotdb.db.utils.datastructure
 
DQUOTE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
Driver - Class in org.apache.iotdb.db.mpp.execution.driver
 
Driver(Operator, ISinkHandle, DriverContext) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.Driver
 
Driver.State - Enum in org.apache.iotdb.db.mpp.execution.driver
 
driverBlockedFuture - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
driverContext - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
DriverContext - Class in org.apache.iotdb.db.mpp.execution.driver
 
DriverContext(FragmentInstanceContext) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
DriverScheduler - Class in org.apache.iotdb.db.mpp.execution.schedule
the manager of fragment instances scheduling
DriverTask - Class in org.apache.iotdb.db.mpp.execution.schedule.task
the scheduling element of DriverTaskThread.
DriverTask() - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
Initialize a dummy instance for queryHolder
DriverTask(IDriver, long, DriverTaskStatus) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
DriverTask.SchedulePriorityComparator - Class in org.apache.iotdb.db.mpp.execution.schedule.task
a comparator of ddl, the higher the schedulePriority is, the low order it has.
DriverTask.TimeoutComparator - Class in org.apache.iotdb.db.mpp.execution.schedule.task
a comparator of ddl, the less the ddl is, the low order it has.
DriverTaskID - Class in org.apache.iotdb.db.mpp.execution.schedule.task
the class of id of the fragment instance task
DriverTaskID(FragmentInstanceId) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
DriverTaskStatus - Enum in org.apache.iotdb.db.mpp.execution.schedule.task
the status enum of DriverTask
DriverTaskThread - Class in org.apache.iotdb.db.mpp.execution.schedule
the worker thread of DriverTask
DriverTaskThread(String, ThreadGroup, IndexedBlockingQueue<DriverTask>, ITaskScheduler) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.DriverTaskThread
 
DriverTaskTimeoutSentinelThread - Class in org.apache.iotdb.db.mpp.execution.schedule
the thread for watching the timeout of DriverTask
DriverTaskTimeoutSentinelThread(String, ThreadGroup, IndexedBlockingQueue<DriverTask>, ITaskScheduler) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.DriverTaskTimeoutSentinelThread
 
drop() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Drop this pipe, delete all information about this pipe on disk.
drop() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
drop() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
drop(List<IMeasurementMNode>) - Static method in class org.apache.iotdb.db.engine.trigger.executor.TriggerEngine
 
drop(IMeasurementMNode) - Static method in class org.apache.iotdb.db.engine.trigger.executor.TriggerEngine
 
DROP - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
DROP - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
DROP - org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
 
DROP_CONTINUOUS_QUERY - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_CONTINUOUS_QUERY - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_CONTINUOUS_QUERY - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DROP_CONTINUOUS_QUERY - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
DROP_FUNCTION - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_FUNCTION - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_FUNCTION - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DROP_INDEX - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_INDEX - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_INDEX - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DROP_INDEX - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
DROP_PIPE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_PIPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_PIPESINK - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_PIPESINK - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
DROP_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DROP_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
DROP_TRIGGER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
DROP_TRIGGER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
DROP_TRIGGER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
DROP_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
dropContinuousQuery(DropContinuousQueryPlan) - Method in class org.apache.iotdb.db.engine.cq.CQLogWriter
 
dropContinuousQuery(DropContinuousQueryPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
DropContinuousQueryOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropContinuousQueryOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropContinuousQueryOperator
 
DropContinuousQueryPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropContinuousQueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
DropContinuousQueryPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
dropExtPipe(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
Close dedicated External Pipe
dropFunction(String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
dropFunction(String) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
dropFunction(String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
dropFunction(TDropFunctionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
DropFunctionOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropFunctionOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropFunctionOperator
 
DropFunctionPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropFunctionPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
DropFunctionPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
DropFunctionStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
DropFunctionStatement(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
 
DropFunctionTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
DropFunctionTask(DropFunctionStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DropFunctionTask
 
DropIndexOperator - Class in org.apache.iotdb.db.qp.logical.sys
this operator is to drop a certain index on some time series.
DropIndexOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
DropIndexPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropIndexPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
DropIndexPlan(List<PartialPath>, IndexType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
dropPipe(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
dropPipe(String) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
dropPipe(String) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
dropPipe(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
dropPipe(DropPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
dropPipe(DropPipeStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
dropPipe(DropPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
DropPipeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropPipeOperator(String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropPipeOperator
 
dropPipeSink(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
dropPipeSink(String) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
dropPipeSink(String) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
dropPipeSink(String) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
dropPipeSink(String) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
dropPipeSink(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
dropPipeSink(DropPipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
dropPipeSink(DropPipeSinkStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
dropPipeSink(DropPipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
DropPipeSinkOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropPipeSinkOperator(String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropPipeSinkOperator
 
DropPipeSinkPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropPipeSinkPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropPipeSinkPlan
 
DropPipeSinkStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
DropPipeSinkStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
DropPipeSinkTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
DropPipeSinkTask(DropPipeSinkStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.DropPipeSinkTask
 
DropPipeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
DropPipeStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
DropPipeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
DropPipeTask(DropPipeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.DropPipeTask
 
dropSchemaTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
dropSchemaTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
dropSchemaTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
dropSchemaTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
dropSchemaTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
dropTagsOrAttributes(Set<String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
drop tags or attributes of the timeseries
dropTagsOrAttributes(Set<String>, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
drop tags or attributes of the timeseries
dropTagsOrAttributes(Set<String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
drop tags or attributes of the timeseries
dropTagsOrAttributes(Set<String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
drop tags or attributes of the timeseries
dropTagsOrAttributes(Set<String>, PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
drop tags or attributes of the timeseries
dropTemplate(DropTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
DropTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropTemplateOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropTemplateOperator
 
DropTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
DropTemplatePlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
dropTrigger(String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
dropTrigger(String) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
dropTrigger(String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
dropTrigger(TDropTriggerReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
DropTriggerOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
DropTriggerOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.DropTriggerOperator
 
DropTriggerPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
DropTriggerPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
DropTriggerPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
DropTriggerStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
DropTriggerStatement(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.DropTriggerStatement
 
DropTriggerTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
DropTriggerTask(DropTriggerStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DropTriggerTask
 
DuplicatedTemplateException - Exception in org.apache.iotdb.db.exception.metadata.template
 
DuplicatedTemplateException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.DuplicatedTemplateException
 

E

elapsedIntervalTime() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer
 
elapsedTime() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer
 
ElasticSerializableBinaryTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
ElasticSerializableBinaryTVList(long, float, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
ElasticSerializableRowRecordList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.row
An elastic list of records that implements memory control using LRU strategy.
ElasticSerializableRowRecordList(TSDataType[], long, float, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
Construct a ElasticSerializableRowRecordList.
ElasticSerializableRowRecordList(TSDataType[], long, float, int, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
ElasticSerializableRowRecordListBackedMultiColumnRow - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableRowRecordListBackedMultiColumnRow(TSDataType[]) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
ElasticSerializableRowRecordListBackedMultiColumnWindow - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableRowRecordListBackedMultiColumnWindow(ElasticSerializableRowRecordList) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
ElasticSerializableRowRecordListBackedMultiColumnWindowIterator - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableRowRecordListBackedMultiColumnWindowIterator(ElasticSerializableRowRecordList, int, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindowIterator
 
ElasticSerializableTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
ElasticSerializableTVList(TSDataType, long, float, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
ElasticSerializableTVList(TSDataType, long, float, int, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
ElasticSerializableTVListBackedSingleColumnRow - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableTVListBackedSingleColumnRow(ElasticSerializableTVList, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
ElasticSerializableTVListBackedSingleColumnWindow - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableTVListBackedSingleColumnWindow(ElasticSerializableTVList) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
ElasticSerializableTVListBackedSingleColumnWindowIterator - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
ElasticSerializableTVListBackedSingleColumnWindowIterator(ElasticSerializableTVList, int, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindowIterator
 
ELB_INDEX - org.apache.iotdb.db.index.common.IndexType
 
Element - Class in org.apache.iotdb.db.query.reader.universal
 
Element(IPointReader, TimeValuePair, PriorityMergeReader.MergeReaderPriority) - Constructor for class org.apache.iotdb.db.query.reader.universal.Element
 
empty(int, TsBlock[], int[]) - Static method in interface org.apache.iotdb.db.mpp.execution.operator.process.join.merge.ColumnMerger
 
EMPTY_HEADER - Static variable in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
emptyMNodeContainer() - Static method in class org.apache.iotdb.db.metadata.mnode.container.MNodeContainers
 
EmptyOutputStream - Class in org.apache.iotdb.db.qp.utils
Empty OutputStream To count serialize size without serialization
EmptyOutputStream() - Constructor for class org.apache.iotdb.db.qp.utils.EmptyOutputStream
 
EmptyQueueSlidingWindowAggregator - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
When calculating MAX_TIME and LAST_VALUE (the MIN_TIME and FIRST_VALUE in descending order), the aggregation result always appears in the most recent pre-aggregation result.
EmptyQueueSlidingWindowAggregator(Accumulator, List<InputLocation[]>, AggregationStep) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.EmptyQueueSlidingWindowAggregator
 
EmptyQueueSlidingWindowGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
When calculating MAX_TIME and LAST_VALUE (the MIN_TIME and FIRST_VALUE in descending order), the aggregation result always appears in the most recent pre-aggregation result.
EmptyQueueSlidingWindowGroupByExecutor(TSDataType, String, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.EmptyQueueSlidingWindowGroupByExecutor
 
enablePredefinedMetrics(PredefinedMetric) - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
enableTracing - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
encode(IChunkWriter) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
encode(IChunkWriter) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
encode(IChunkWriter) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
encodeDouble(double, long) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
encodeDouble(double, long) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
encodeFloat(float, long) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
encodeFloat(float, long) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
encodeInt(int, long) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
encodeInt(int, long) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
encodeLong(long, long) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
encodeLong(long, long) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
encodeRecord(RowRecord) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
encodeRecord(RowRecord) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
encoding - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
EncodingInferenceUtils - Class in org.apache.iotdb.db.utils
 
endChunkGroup() - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
endChunkGroup() - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
endChunkGroup() - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
endChunkGroup() - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
endFile() - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
endFile() - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
endFile() - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
endFileAndGenerateResource(TsFileIOWriter) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
endMeasurement(int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
endMeasurement(int) - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
endMeasurement(int) - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
endQuery(long) - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
Whenever the jdbc request is closed normally or abnormally, this method must be invoked.
endRecovery() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
Run last procedures to end this recovery
endTime - Variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
end times.
endTime - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
endTime - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
endTime - Variable in class org.apache.iotdb.db.sync.datasource.DeletionGroup.IntervalCursor
 
endTimeEmpty() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
endTimeEmpty() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
endTimeEmpty() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
 
endTimeEmpty() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
endTimes - Variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
end times array.
ensureFlushedTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
ensureFlushedTimePartition(long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
ensureFlushedTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
ensureFlushedTimePartitionAndInit(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
ensureFlushedTimePartitionAndInit(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
ensureFlushedTimePartitionAndInit(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
ensureLastTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
ensureLastTimePartition(long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
ensureLastTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
ensureStorageGroupByStorageGroupPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Different with LocalConfigNode.ensureStorageGroup, this method won't init storageGroup resources and the input is the target storage group path.
ensureStorageGroupByStorageGroupPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
ENTITY_MNODE_TYPE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
ENTITY_MNODE_TYPE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
ENTITY_NODE_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
The basic extra memory occupied by an EntityMNode based on InternalMNode occupation isAligned, 1B aliasChildren reference, 8B lastCacheMap, 8B
EntityCollector<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
 
EntityCollector(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.EntityCollector
 
EntityCollector(IMNode, PartialPath, IMTreeStore, int, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.EntityCollector
 
EntityCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
EntityCounter(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.EntityCounter
 
EntityMNode - Class in org.apache.iotdb.db.metadata.mnode
 
EntityMNode(IMNode, String) - Constructor for class org.apache.iotdb.db.metadata.mnode.EntityMNode
Constructor of MNode.
ENTRY - org.apache.iotdb.db.service.metrics.enums.Metric
 
entrySet() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
entrySize - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
EQ - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
EQ - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
EQUAL - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
EQUAL - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
EQUAL_TO - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
equals(Object) - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache.BloomFilterCacheKey
 
equals(Object) - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey
 
equals(Object) - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
equals(Object) - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
equals(Object) - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
equals(Object) - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
equals(Object) - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
equals(Object) - Method in class org.apache.iotdb.db.engine.modification.Modification
 
equals(Object) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
equals(Object) - Method in class org.apache.iotdb.db.metadata.template.Template
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Sub-classes must not override this method.
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
equals(Object) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
equals(Object) - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
equals(Object) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
equals(Object) - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
equals(Object) - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
equals(Object) - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
equals(Object) - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
equals(Object) - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
equals(Object) - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
equals(Object) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader.MergeReaderPriority
 
equals(Object) - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
equals(Object) - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
equals(Object) - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
equals(Object) - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
equals(Object) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
equals(Object) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
equals(Object) - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
equals(Object) - Method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
equals(Object) - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
equalsOtherTask(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
equalsOtherTask(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
equalsOtherTask(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
EqualToExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
EqualToExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.EqualToExpression
 
EqualToExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.EqualToExpression
 
equalWith(PathPatternNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
equalWith(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
ERR_DATATYPE_NOT_CONSISTENT - Static variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
ERROR - org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
 
ERROR_LOG - org.apache.iotdb.db.service.metrics.enums.Metric
 
ERROR_MESSAGE - Static variable in exception org.apache.iotdb.db.exception.StorageEngineReadonlyException
 
ERROR_MESSAGE1 - Static variable in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
ErrorHandlingUtils - Class in org.apache.iotdb.db.utils
 
ErrorHandlingUtils() - Constructor for class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
estimateCrossCompactionMemory(List<TsFileResource>, TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.cross.AbstractCrossSpaceEstimator
 
estimateCrossCompactionMemory(List<TsFileResource>, TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
Estimate the memory cost of compacting the unseq file and its corresponding overlapped seq files in cross space compaction task.
estimateCrossCompactionMemory(List<TsFileResource>, TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.InplaceCompactionEstimator
 
estimateCrossCompactionMemory(List<TsFileResource>, TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.ReadPointCrossCompactionEstimator
 
estimateCrossCompactionMemory(List<TsFileResource>, TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.inner.AbstractInnerSpaceEstimator
 
estimatedSize() - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
estimateInnerCompactionMemory(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.cross.AbstractCrossSpaceEstimator
 
estimateInnerCompactionMemory(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
Estimate the memory cost of compacting the source files in inner space compaction task.
estimateInnerCompactionMemory(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.inner.AbstractInnerSpaceEstimator
 
estimateSize(SchemaCacheEntry) - Static method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
Total basic 100B SchemaCacheEntry Object header, 8B isAligned, 1B LastCacheContainer reference, 8B MeasurementSchema Reference, 8B Object header, 8B String measurementId basic, 8 + 8 + 4 + 8 + 4 = 32B type, encoding, compressor, 3 B encodingConverter, 8 + 8 + 8 = 24B props, 8B
estimateSize(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
 
estimateSize(IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.estimator.IMNodeSizeEstimator
 
estimateSize(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.CachedMNodeSizeEstimator
 
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
Responsible for the calculation
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.LeafColumnTransformer
 
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.multi.MappableUDFColumnTransformer
 
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.CompareTernaryColumnTransformer
 
evaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
evaluate() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer.Evaluator
 
evaluate() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer.Evaluator
 
evaluate(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicAndTransformer
 
evaluate(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
evaluate(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicOrTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticAdditionTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticBinaryTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticDivisionTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticModuloTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticMultiplicationTransformer
 
evaluate(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticSubtractionTransformer
 
evaluate(Window) - Method in interface org.apache.iotdb.db.utils.windowing.api.Evaluator
 
evaluatePredicate(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
 
EvaluationDAGBuilder - Class in org.apache.iotdb.db.mpp.transformation.dag.builder
 
EvaluationDAGBuilder(long, QueryDataSetInputLayer, Map<String, List<InputLocation>>, Expression[], TypeProvider, UDTFContext, float) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.builder.EvaluationDAGBuilder
 
evaluator - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
evaluator - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
evaluator - Variable in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
Evaluator - Interface in org.apache.iotdb.db.utils.windowing.api
 
Event - Interface in org.apache.iotdb.db.engine.trigger.sink.api
 
evict() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
Choose an evictable node from nodeCache and evicted all the cached node in the subtree it represented.
evict() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
EvictableBatchList - Class in org.apache.iotdb.db.utils.windowing.window
 
EvictableBatchList(TSDataType) - Constructor for class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.EmptyQueueSlidingWindowAggregator
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.MonotonicQueueSlidingWindowAggregator
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.NormalQueueSlidingWindowAggregator
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
evicting expired element in queue and reset expired aggregateResult
evictingExpiredValue() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SmoothQueueSlidingWindowAggregator
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.query.executor.groupby.impl.EmptyQueueSlidingWindowGroupByExecutor
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.query.executor.groupby.impl.MonotonicQueueSlidingWindowGroupByExecutor
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.query.executor.groupby.impl.NormalQueueSlidingWindowGroupByExecutor
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.query.executor.groupby.impl.SmoothQueueSlidingWindowGroupByExecutor
 
evictingExpiredValue() - Method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
evicting expired element in queue and reset expired aggregateResult
evictionUpperBound - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
evictionUpperBound - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
evictMNode(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
evictMNode(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
ExceptionHandler - Class in org.apache.iotdb.db.protocol.mpprest.handler
 
ExceptionHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
EXCHANGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ExchangeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
ExchangeNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
ExchangeNodeAdder - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
ExchangeNodeAdder() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
ExchangeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
ExchangeOperator(OperatorContext, ISourceHandle, PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
exclusiveLock - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
execDataQueryFragmentInstance(FragmentInstance, DataRegion) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
 
execSchemaQueryFragmentInstance(FragmentInstance, ISchemaRegion) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
 
execute() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.AlignedSeriesCompactionExecutor
 
execute() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.SingleSeriesCompactionExecutor
This function execute the compaction of a single time series.
execute(DriverTask) - Method in class org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread
Processing a task.
execute(DriverTask) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverTaskThread
 
execute(DriverTask) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverTaskTimeoutSentinelThread
 
execute(IConfigTaskExecutor) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.IConfigTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CountStorageGroupTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CreateFunctionTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.CreateTriggerTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DeleteStorageGroupTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DropFunctionTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.DropTriggerTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetStorageGroupTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowClusterTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowConfigNodesTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowDataNodesTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowFunctionsTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowRegionTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowStorageGroupTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowTTLTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.CreateSchemaTemplateTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.SetSchemaTemplateTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowNodesInSchemaTemplateTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowPathSetTemplateTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowSchemaTemplateTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.AuthorizerTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.ClearCacheTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.FlushTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.LoadConfigurationTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.MergeTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.SetSystemStatusTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.CreatePipeSinkTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.CreatePipeTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.DropPipeSinkTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.DropPipeTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeSinkTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.StartPipeTask
 
execute(IConfigTaskExecutor) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.StopPipeTask
 
execute(Statement, long, SessionInfo, String, IPartitionFetcher, ISchemaFetcher) - Method in class org.apache.iotdb.db.mpp.plan.Coordinator
This method is called by the write method.
execute(Statement, long, SessionInfo, String, IPartitionFetcher, ISchemaFetcher, long) - Method in class org.apache.iotdb.db.mpp.plan.Coordinator
 
execute(QueryContext) - Method in class org.apache.iotdb.db.query.executor.FillQueryExecutor
execute fill.
execute(QueryContext, LastQueryPlan) - Method in class org.apache.iotdb.db.query.executor.LastQueryExecutor
execute last function
execute(Row) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
execute(Row, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
execute(RowWindow) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
EXECUTE_BATCH_STATEMENT - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_JDBC_BATCH - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_LAST_DATA_QUERY - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_MULTI_TIMESERIES_PLAN_IN_BATCH - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_NON_QUERY_PLAN - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_ONE_SQL_IN_BATCH - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_QUERY - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_QUERY_STATEMENT - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_RAW_DATA_QUERY - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_ROWS_PLAN_IN_BATCH - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_RPC_BATCH_INSERT - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_SELECT_INTO - org.apache.iotdb.db.service.metrics.enums.Operation
 
EXECUTE_STATEMENT - org.apache.iotdb.db.conf.OperationType
 
EXECUTE_UPDATE_STATEMENT - org.apache.iotdb.db.conf.OperationType
 
executeClearCacheOperation() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeFlushOperation(TFlushReq) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeForByTimestampReader(long, List<ChunkReaderWrap>) - Method in interface org.apache.iotdb.db.query.externalsort.ExternalSortJobEngine
Receive a list of chunkReaderWraps and judge whether it should be processed using external sort.
executeForByTimestampReader(long, List<ChunkReaderWrap>) - Method in class org.apache.iotdb.db.query.externalsort.SimpleExternalSortEngine
 
executeForIPointReader() - Method in class org.apache.iotdb.db.query.externalsort.ExternalSortJobPart
 
executeForIPointReader() - Method in class org.apache.iotdb.db.query.externalsort.MultiSourceExternalSortJobPart
 
executeForIPointReader() - Method in class org.apache.iotdb.db.query.externalsort.SingleSourceExternalSortJobPart
 
executeForIPointReader(long, List<ChunkReaderWrap>) - Method in interface org.apache.iotdb.db.query.externalsort.ExternalSortJobEngine
Receive a list of ChunkReaderWraps and judge whether it should be processed using external sort.
executeForIPointReader(long, List<ChunkReaderWrap>) - Method in class org.apache.iotdb.db.query.externalsort.SimpleExternalSortEngine
 
executeFromAlignedDataSet(QueryContext, QueryDataSet, List<TSDataType>, boolean) - Method in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
executeListRolePrivileges(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeListRoles(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeListRoleUsers(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeListUserPrivileges(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeLoadConfigurationOperation() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeMergeOperation() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeNonAlign(QueryContext) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
executeNonQuery(PhysicalPlan) - Method in class org.apache.iotdb.db.service.basic.ServiceProvider
 
executeNonQuery(PhysicalPlan) - Method in class org.apache.iotdb.db.service.basic.StandaloneServiceProvider
 
executeNonQueryStatement(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.RestApiServiceImpl
 
executeNonQueryStatement(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.RestApiServiceImpl
 
executeQueryStatement(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.RestApiServiceImpl
 
executeQueryStatement(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.RestApiServiceImpl
 
executeSetSystemStatus(NodeStatus) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
executeStatement(String, long) - Static method in class org.apache.iotdb.db.protocol.influxdb.handler.NewQueryHandler
 
executeUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowTransformer
 
executeUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowWindowTransformer
 
executeUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
executeWithoutValueFilter(AggregationPlan) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
execute aggregate function with only time filter or no filter.
executeWithoutValueFilter(QueryContext) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
without filter or with global time filter.
executeWithoutValueFilterAlignByTime(QueryContext) - Method in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
executeWithoutValueFilterNonAlign(QueryContext) - Method in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
executeWithValueFilter(AggregationPlan) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
execute aggregate function with value filter.
executeWithValueFilter(QueryContext) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
executeWithValueFilter query.
executeWithValueFilterAlignByTime(QueryContext) - Method in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
executeWithValueFilterNonAlign(QueryContext) - Method in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
EXECUTION_BATCH_SIZE - Static variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
EXECUTION_TIME_SLICE - Static variable in class org.apache.iotdb.db.mpp.execution.schedule.DriverTaskThread
 
ExecutionContext - Class in org.apache.iotdb.db.mpp.execution.schedule
The execution context of a DriverTask
ExecutionContext() - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
 
ExecutionResult - Class in org.apache.iotdb.db.mpp.plan.execution
 
ExecutionResult(QueryId, TSStatus) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.ExecutionResult
 
executor - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
executor - Variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
executorSize() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
exists() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
expandValues() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
ExplainStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
ExplainStatement(QueryStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.ExplainStatement
 
expression - Variable in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
expression - Variable in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
expression - Variable in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
expression - Variable in class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
expression(ExpressionRequest, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.GrafanaApiServiceImpl
 
expression(ExpressionRequest, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.GrafanaApiServiceImpl
 
Expression - Class in org.apache.iotdb.db.mpp.plan.expression
A skeleton class for expression
Expression() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.Expression
 
ExpressionAnalyzer - Class in org.apache.iotdb.db.mpp.plan.analyze
 
ExpressionAnalyzer() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
 
expressionName2Executor - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
ExpressionToFilterType - Static variable in class org.apache.iotdb.db.qp.constant.FilterConstant
 
ExpressionType - Enum in org.apache.iotdb.db.mpp.plan.expression
 
ExpressionUtils - Class in org.apache.iotdb.db.mpp.plan.analyze
 
ExpressionUtils() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
ExpressionVisitor<R,​C> - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
This class provides a visitor of Expression, which can be extended to create a visitor which only needs to handle a subset of the available methods.
ExpressionVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
extendColumn(TSDataType) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
extendsSegmentTo(ByteBuffer, short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
extendsTo(ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
This method will write info into a buffer equal or larger to existed one.
extendsTo(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
EXTERNAL_CONFIG_NAME - Static variable in class org.apache.iotdb.db.conf.IoTDBConfig
 
ExternalPipe - org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkType
 
ExternalPipeSink - Class in org.apache.iotdb.db.sync.sender.pipe
 
ExternalPipeSink(String, String) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
ExternalPipeStatus - Class in org.apache.iotdb.db.sync.externalpipe
Represents the status of an external pipe.
ExternalPipeStatus() - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
ExternalSortJobEngine - Interface in org.apache.iotdb.db.query.externalsort
 
ExternalSortJobPart - Class in org.apache.iotdb.db.query.externalsort
 
ExternalSortJobPart(ExternalSortJobPart.ExternalSortJobPartType) - Constructor for class org.apache.iotdb.db.query.externalsort.ExternalSortJobPart
 
ExternalSortJobPart.ExternalSortJobPartType - Enum in org.apache.iotdb.db.query.externalsort
 
ExternalSortJobScheduler - Class in org.apache.iotdb.db.query.externalsort
 
ExtPipePlugin - Class in org.apache.iotdb.db.sync.externalpipe
This class handles 1 external plugin's work, including multiple working threads.
ExtPipePlugin(String, Map<String, String>, ExtPipePluginManager, PipeOpManager) - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
 
ExtPipePlugin(String, IExternalPipeSinkWriterFactory, ExtPipePluginConfiguration, TsFilePipe) - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
 
ExtPipePluginConfiguration - Class in org.apache.iotdb.db.sync.externalpipe
Configuration class for external pipes.
ExtPipePluginConfiguration.Builder - Class in org.apache.iotdb.db.sync.externalpipe
 
ExtPipePluginManager - Class in org.apache.iotdb.db.sync.externalpipe
This class' tasks: 1) Manager all ExternalPipe.
ExtPipePluginManager(String, IExternalPipeSinkWriterFactory, ExtPipePluginConfiguration, TsFilePipe) - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
ExtPipePluginManager(TsFilePipe) - Constructor for class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
ExtPipePluginRegister - Class in org.apache.iotdb.db.sync.externalpipe
ExtPipePluginRegister is used to manage the all External Pipe Plugin info.
extractTimeInterval(Filter) - Static method in class org.apache.iotdb.db.utils.TimeValuePairUtils
 
extreme(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
EXTREME - org.apache.iotdb.db.query.aggregation.AggregationType
 
EXTREME - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
ExtremeAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
ExtremeAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
ExtremeAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
ExtremeAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 

F

Factory(ClientManager<PartitionRegionId, ConfigNodeClient>, ClientFactoryProperty) - Constructor for class org.apache.iotdb.db.client.ConfigNodeClient.Factory
 
fail(Exception) - Method in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
Set status to failure and notify all threads waiting for the result.
fail(Throwable) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
failed(Throwable) - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
failed(Throwable) - Method in class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
failed(Throwable) - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
fail current driver
failed(Throwable) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
failed(Throwable) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
FAILED - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance execution failed.
FAILED - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment execution failed.
FAILED - org.apache.iotdb.db.mpp.execution.QueryState
 
failedMeasurementIndex2Info - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
index of failed measurements -> info including measurement, data type and value
FailedMeasurementInfo(String, TSDataType, Object, Exception) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode.FailedMeasurementInfo
 
FAILURE - org.apache.iotdb.db.wal.utils.listener.AbstractResultListener.Status
 
FAILURE_INSTANCE_STATES - Static variable in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
 
FakePartitionFetcherImpl - Class in org.apache.iotdb.db.mpp.plan.analyze
 
FakePartitionFetcherImpl() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
FakeSchemaFetcherImpl - Class in org.apache.iotdb.db.mpp.plan.analyze
 
FakeSchemaFetcherImpl() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
FETCH_METADATA - org.apache.iotdb.db.conf.OperationType
 
FETCH_RESULTS - org.apache.iotdb.db.conf.OperationType
 
FETCH_SCHEMA - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
fetchSchema(PartialPath, Map<Integer, Template>) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
fetchSchema(PartialPath, Map<Integer, Template>) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
fetchSchema(PartialPath, Map<Integer, Template>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
fetchSchema(PartialPath, Map<Integer, Template>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
fetchSchema(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
fetchSchema(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
fetchSchema(PathPatternTree) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
fetchSchema(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
fetchSchemaListWithAutoCreate(List<PartialPath>, List<String[]>, List<TSDataType[]>, List<Boolean>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
fetchSchemaListWithAutoCreate(List<PartialPath>, List<String[]>, List<TSDataType[]>, List<Boolean>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
fetchSchemaListWithAutoCreate(List<PartialPath>, List<String[]>, List<TSDataType[]>, List<Boolean>) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
fetchSchemaListWithAutoCreate(List<PartialPath>, List<String[]>, List<TSDataType[]>, List<Boolean>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
fetchSchemaWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
fetchSchemaWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
fetchSchemaWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
fetchSchemaWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
fetchState(FragmentInstance) - Method in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
fieldsHasAnyNull(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
true if any field except the timestamp in the current row is null
FieldUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
FieldUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.FieldUtils
 
file - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
FILE_COUNT - org.apache.iotdb.db.service.metrics.enums.Metric
 
FILE_HEADER_SIZE - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
FILE_NAME_OFFSET_IN_LOG - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
FILE_NAME_OFFSET_IN_PATH - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
FILE_PREFIX - Static variable in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
FILE_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
FILE_SUFFIX - Static variable in class org.apache.iotdb.db.engine.modification.ModificationFile
 
FILE_TIME_INDEX - org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
file to time index (small memory foot print)
fileChannel - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
fileCheck() - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
check if the file has correct magic strings and version number
fileCheck() - Method in class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
check if the file to be upgraded has correct magic strings and version number
fileFilter - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
FileLoaderUtils - Class in org.apache.iotdb.db.utils
 
FileMetrics - Class in org.apache.iotdb.db.service.metrics.predefined
 
FileMetrics() - Constructor for class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
fileName - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
fileNotSatisfy(TsFileResource) - Method in interface org.apache.iotdb.db.query.filter.TsFileFilter
 
fileOffset - Variable in class org.apache.iotdb.db.engine.modification.Modification
 
fileReaderCache - Variable in class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
 
FileReaderManager - Class in org.apache.iotdb.db.query.control
FileReaderManager is a singleton, which is used to manage all file readers(opened file streams) to ensure that each file is opened at most once.
FileTimeIndex - Class in org.apache.iotdb.db.engine.storagegroup.timeindex
 
FileTimeIndex() - Constructor for class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
FileTimeIndex(long, long) - Constructor for class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
fill(FillQueryPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute fill query.
fill(FillQueryPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.BinaryConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.BooleanConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.DoubleConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.FloatConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.IntConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.LongConstantFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityFill
 
fill(Column) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.fill.IFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.BinaryPreviousFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.BooleanPreviousFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.DoublePreviousFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.FloatPreviousFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.IntPreviousFill
 
fill(Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.LongPreviousFill
 
fill(TimeColumn, Column, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityLinearFill
 
fill(TimeColumn, Column, long) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.fill.ILinearFill
Before we call this method, we need to make sure the nextValue has been prepared or noMoreNext has been set to true
fill(TimeColumn, Column, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LinearFill
 
FILL - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
FILL - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
FILL - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
fillAggregationPlanDataSet(IQueryExecution, int) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.QueryDataSetHandler
 
fillBuffer(int, WatermarkEncoder) - Method in interface org.apache.iotdb.db.query.dataset.DirectAlignByTimeDataSet
 
fillBuffer(int, WatermarkEncoder) - Method in interface org.apache.iotdb.db.query.dataset.DirectNonAlignDataSet
 
fillBuffer(int, WatermarkEncoder) - Method in class org.apache.iotdb.db.query.dataset.NonAlignEngineDataSet
for RPC in RawData query between client and server fill time buffers and value buffers
fillBuffer(int, WatermarkEncoder) - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
for RPC in RawData query between client and server fill time buffer, value buffers and bitmap buffers
fillBuffer(int, WatermarkEncoder) - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
fillBuffer(int, WatermarkEncoder) - Method in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
fillCache(int) - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
FillClauseComponent - Class in org.apache.iotdb.db.qp.logical.crud
 
FillClauseComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.FillClauseComponent
 
fillColumnBuffer(int, int, WatermarkEncoder) - Method in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
fillComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
FillComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of FILL clause.
FillComponent() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.FillComponent
 
fillDataSetWithTimestamps(IQueryExecution, int, long) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.QueryDataSetHandler
 
fillDataSetWithTimestamps(QueryDataSet, QueryPlan, int, long) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
fillDataTypesAndValuesFromWAL(DataInputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Make sure the dataTypes and values have been created before calling this
fillDataTypesAndValuesFromWAL(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Make sure the dataTypes and values have been created before calling this
FillDescriptor - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
FillDescriptor(FillPolicy) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
FillDescriptor(FillPolicy, Literal) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
fillExecutors - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
fillGrafanaNodesResult(IQueryExecution) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.QueryDataSetHandler
 
fillGrafanaNodesResult(QueryDataSet) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
fillGrafanaVariablesResult(IQueryExecution, Statement) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.QueryDataSetHandler
 
fillGrafanaVariablesResult(QueryDataSet, PhysicalPlan) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
fillGroupByLevelDataSet(QueryDataSet, int, long) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
fillLastQueryPlanDataSet(QueryDataSet, int) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
FillNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
FillNode is used to fill the empty field in one row.
FillNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
FillNode(PlanNodeId, PlanNode, FillDescriptor, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
FillNode(PlanNodeId, FillDescriptor, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
fillNullValue(TimeValuePair, TimeValuePair) - Method in class org.apache.iotdb.db.query.reader.universal.AlignedDescPriorityMergeReader
In the case of aligned time seres, like d1.s1, d1.s2, d1.s3, we may first only write d1.s2, d1.s3 (2, 3)and then flush it into one tsfile, and then an unseq record come, it contains only d1.s1 and d1.s3 -> (10,30).
fillNullValue(TimeValuePair, TimeValuePair) - Method in class org.apache.iotdb.db.query.reader.universal.AlignedPriorityMergeReader
In the case of aligned time seres, like d1.s1, d1.s2, d1.s3, we may first only write d1.s2, d1.s3 (2, 3)and then flush it into one tsfile, and then an unseq record come, it contains only d1.s1 and d1.s3 -> (10,30).
fillNullValue(TimeValuePair, TimeValuePair) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
this method only take effect for aligned time series, so the override version
FillOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
Used for previous and constant value fill
FillOperator(OperatorContext, IFill[], Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
fillOrderIndexes(QueryDataSource, String, boolean) - Static method in class org.apache.iotdb.db.utils.QueryUtils
 
FillPolicy - Enum in org.apache.iotdb.db.mpp.plan.statement.component
 
fillQueryDataSet(IQueryExecution, Statement, int) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.QueryDataSetHandler
 
fillQueryDataSet(QueryDataSet, PhysicalPlan, int) - Static method in class org.apache.iotdb.db.protocol.rest.handler.QueryDataSetHandler
 
FillQueryExecutor - Class in org.apache.iotdb.db.query.executor
 
FillQueryExecutor(FillQueryPlan) - Constructor for class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
FillQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
FillQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.FillQueryOperator
 
FillQueryPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
FillQueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
fillRpcReturnTracingInfo() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
fillRpcReturnTracingInfo(long) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
fillTargetPathTemplate(PartialPath) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
fillValues(DataInputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
fillValues(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
fillValues(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
Make sure the values is already inited before calling this
filter(ContainerRequestContext) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.AuthorizationFilter
 
filter(ContainerRequestContext) - Method in class org.apache.iotdb.db.protocol.rest.filter.AuthorizationFilter
 
FILTER - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
FILTER_NULL - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
FilterAndProjectOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
FilterAndProjectOperator(OperatorContext, Operator, List<TSDataType>, List<LeafColumnTransformer>, ColumnTransformer, List<ColumnTransformer>, List<LeafColumnTransformer>, List<ColumnTransformer>, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
FilterConstant - Class in org.apache.iotdb.db.mpp.plan.constant
 
FilterConstant - Class in org.apache.iotdb.db.qp.constant
 
FilterConstant() - Constructor for class org.apache.iotdb.db.mpp.plan.constant.FilterConstant
 
FilterConstant() - Constructor for class org.apache.iotdb.db.qp.constant.FilterConstant
 
FilterConstant.FilterType - Enum in org.apache.iotdb.db.mpp.plan.constant
 
FilterConstant.FilterType - Enum in org.apache.iotdb.db.qp.constant
 
FilterDeserializeUtil - Class in org.apache.iotdb.db.mpp.common.filter
 
FilterDeserializeUtil() - Constructor for class org.apache.iotdb.db.mpp.common.filter.FilterDeserializeUtil
 
filterNames - Static variable in class org.apache.iotdb.db.mpp.plan.constant.FilterConstant
 
filterNames - Static variable in class org.apache.iotdb.db.qp.constant.FilterConstant
 
FilterNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
FilterNode(PlanNodeId, Expression[], Expression, boolean, ZoneId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
FilterNode(PlanNodeId, PlanNode, Expression[], Expression, boolean, ZoneId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
FilterNullPolicy - Enum in org.apache.iotdb.db.mpp.plan.statement.component
 
FilterOperator - Class in org.apache.iotdb.db.qp.logical.crud
This class is for filter in where clause.
FilterOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
FilterOperator(FilterConstant.FilterType) - Constructor for class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
FilterOperator(FilterConstant.FilterType, boolean) - Constructor for class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
filterQueryDataSource(QueryDataSource, TsFileFilter) - Static method in class org.apache.iotdb.db.utils.QueryUtils
 
filterReverseWords - Static variable in class org.apache.iotdb.db.mpp.plan.constant.FilterConstant
 
filterReverseWords - Static variable in class org.apache.iotdb.db.qp.constant.FilterConstant
 
filterSymbol - Static variable in class org.apache.iotdb.db.mpp.plan.constant.FilterConstant
 
filterSymbol - Static variable in class org.apache.iotdb.db.qp.constant.FilterConstant
 
filterType - Variable in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
filterType - Variable in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
filterTypeToFilter(FilterConstant.FilterType, String) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.FilterUtils
 
FilterUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
FilterUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.FilterUtils
 
FINAL - org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
finalizeUDFExecutors(long) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
finalizeUDFExecutors(long) - Method in interface org.apache.iotdb.db.qp.physical.crud.UDFPlan
Call UDF finalization methods and release computing resources.
finalizeUDFExecutors(long) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
finalizeUDFs(long) - Method in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
findCompactionLogs(boolean, String) - Static method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
findFilesToBeRecovered() - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
findMetaMissingException(Throwable) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
If e or one of its recursive causes is a PathNotExistException or StorageGroupNotSetException, return such an exception or null if it cannot be found.
findSettledFile(TsFileResource) - Method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
when the new file is settled , we need to find and deserialize it.
findUncorrectFiles(List<File>) - Static method in class org.apache.iotdb.db.tools.validate.TsFileValidationTool
 
finish(boolean) - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
finishCollect() - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
finished - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
finished() - Method in class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
finished() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
finished() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
FINISHED - org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
 
FINISHED - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance has finished executing and all output has been consumed.
FINISHED - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment has finished executing and all output has been consumed.
FINISHED - org.apache.iotdb.db.mpp.execution.QueryState
 
FINISHED - org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
 
fire(long[], boolean[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], boolean[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long[], double[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], double[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long[], float[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], float[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long[], int[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], int[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long[], long[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], long[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long[], Binary[], PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long[], Binary[], PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Boolean, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Boolean, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Double, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Double, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Float, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Float, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Integer, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Integer, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Long, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Long, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(long, Binary, PartialPath) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
fire(long, Binary, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
fire(TriggerEvent, InsertRowPlan) - Static method in class org.apache.iotdb.db.engine.trigger.executor.TriggerEngine
 
fire(TriggerEvent, InsertTabletPlan, int) - Static method in class org.apache.iotdb.db.engine.trigger.executor.TriggerEngine
 
fireIfActivated(TriggerEvent, long[], Object, TSDataType, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
fireIfActivated(TriggerEvent, long, Object, TSDataType, PartialPath) - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
first() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
FIRST - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
FIRST_VALUE - org.apache.iotdb.db.query.aggregation.AggregationType
 
FIRST_VALUE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
firstChunkMetadata - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
firstChunkMetadata - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
firstColumnTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
FirstCreateStrategy - Class in org.apache.iotdb.db.wal.allocation
This strategy creates one wal node for each unique identifier.
FirstCreateStrategy() - Constructor for class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
firstExpression - Variable in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
firstPageReader - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
firstPageReader - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
firstPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
firstPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
firstTimeSeriesMetadata - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
firstTimeSeriesMetadata - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
firstValue - Variable in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
firstValue(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
FirstValueAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
FirstValueAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
FirstValueAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
FirstValueAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
FirstValueDescAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
FirstValueDescAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
FirstValueDescAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
FirstValueDescAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
FIXED_SERIALIZED_SIZE - Static variable in class org.apache.iotdb.db.wal.buffer.WALInfoEntry
wal entry type 1 byte, memTable id 8 bytes
FixedPriorityBlockingQueue<T> - Class in org.apache.iotdb.db.utils.datastructure
This is a priority blocking queue with a maximum size.
FixedPriorityBlockingQueue(int, Comparator<T>) - Constructor for class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
FixedPriorityBlockingQueue.PollLastHook<T> - Interface in org.apache.iotdb.db.utils.datastructure
 
FixedRateFragInsStateTracker - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
FixedRateFragInsStateTracker(QueryStateMachine, ScheduledExecutorService, List<FragmentInstance>, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.FixedRateFragInsStateTracker
 
FixLengthIExternalSortFileDeserializer - Class in org.apache.iotdb.db.query.externalsort.serialize.impl
FileFormat: [Header][Body]
FixLengthIExternalSortFileDeserializer(String) - Constructor for class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
 
FixLengthTimeValuePairSerializer - Class in org.apache.iotdb.db.query.externalsort.serialize.impl
IMPORTANT: One instance of this class should used with same type of TimeValuePair.
FixLengthTimeValuePairSerializer(String) - Constructor for class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthTimeValuePairSerializer
 
FLAG - Static variable in interface org.apache.iotdb.db.query.dataset.DirectAlignByTimeDataSet
 
FLOAT_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
FloatConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
FloatConstantFill(float) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.FloatConstantFill
 
FloatLinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
 
FloatLinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.FloatLinearFill
 
FloatPreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
FloatPreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.FloatPreviousFill
 
FloatTVList - Class in org.apache.iotdb.db.utils.datastructure
 
flush(TFlushReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
flush(TFlushReq, boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
flush(TFlushReq, boolean) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
flush(TFlushReq, boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
FLUSH - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
FLUSH - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
FLUSH - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
FLUSH_CHUNK - org.apache.iotdb.db.engine.compaction.constant.ProcessChunkType
 
FLUSH_MEMORY_TABLE - org.apache.iotdb.db.wal.checkpoint.CheckpointType
record flush info of one memtable
FLUSH_TASK_INFO - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
flushChunkToFileWriter(TsFileIOWriter, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
FLUSHED - org.apache.iotdb.db.engine.flush.FlushStatus
MemTable flush has been flushed
FLUSHING - org.apache.iotdb.db.engine.flush.FlushStatus
MemTable flush is flushing
FLUSHING - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance has finished executing and output is left to be consumed.
flushingMemTableNum() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
flushingMemTableNum() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
flushingMemTableNum() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
FlushListener - Interface in org.apache.iotdb.db.engine.flush
 
FlushListener.DefaultMemTableFLushListener - Class in org.apache.iotdb.db.engine.flush
 
FlushManager - Class in org.apache.iotdb.db.engine.flush
 
FlushManagerMBean - Interface in org.apache.iotdb.db.engine.flush
 
flushOneMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
Take the first MemTable from the flushingMemTables and flush it.
FlushOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
FlushOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
FlushPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
FlushPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.FlushPlan
only for deserialize
FlushPlan(Boolean, boolean, Map<PartialPath, List<Pair<Long, Boolean>>>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
FlushPlan(Boolean, List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
FlushRunTimeException - Exception in org.apache.iotdb.db.exception.runtime
 
FlushRunTimeException(Exception) - Constructor for exception org.apache.iotdb.db.exception.runtime.FlushRunTimeException
 
flushSpecifiedStorageGroups(FlushPlan) - Static method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
FlushStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
FlushStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
FlushStatus - Enum in org.apache.iotdb.db.engine.flush
 
FlushSubTaskPoolManager - Class in org.apache.iotdb.db.engine.flush.pool
 
FlushTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
FlushTask(FlushStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.FlushTask
 
FlushTaskPoolManager - Class in org.apache.iotdb.db.engine.flush.pool
 
folderManager - Variable in class org.apache.iotdb.db.wal.allocation.AbstractNodeAllocationStrategy
manage wal folders
FolderManager - Class in org.apache.iotdb.db.conf.directories
 
FolderManager(List<String>, DirectoryStrategyType) - Constructor for class org.apache.iotdb.db.conf.directories.FolderManager
 
force() - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
force() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
force() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
force() - Method in interface org.apache.iotdb.db.utils.writelog.ILogWriter
force the OS/FileSystem to flush its cache to make sure logs are persisted.
force() - Method in class org.apache.iotdb.db.utils.writelog.LogWriter
 
force() - Method in interface org.apache.iotdb.db.wal.io.ILogWriter
Forces any updates to this file to be written to the storage device that contains it.
force() - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
force(boolean) - Method in interface org.apache.iotdb.db.wal.io.ILogWriter
Forces any updates to this file to be written to the storage device that contains it.
force(boolean) - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
forceAddParent - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
forceCloseAllProcessor() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
forceCloseAllProcessor() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
forceCloseAllWorkingTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
force close all working tsfile processors
forceCloseAllWorkingTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push forceCloseAllWorkingTsFileProcessors down to all sg
forceDeregisterFragmentInstance(TFragmentInstanceId) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.IMPPDataExchangeManager
Release all the related resources of a fragment instance, including data blocks that are not yet fetched by downstream fragment instances.
forceDeregisterFragmentInstance(TFragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
Release all the related resources, including data blocks that are not yet fetched by downstream fragment instances.
forceLog() - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
 
forceLog() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
forceLog() - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
forceMlog() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
forceMlog() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
forceMlog() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
forceMlog() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
forceMlog() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
forceMlog() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
format(ByteBuf) - Method in class org.apache.iotdb.db.protocol.mqtt.JSONPayloadFormatter
 
format(ByteBuf) - Method in interface org.apache.iotdb.db.protocol.mqtt.PayloadFormatter
format a payload to a list of messages
formatter - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
formerSerialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
formerSerialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
ForwardEvent - Class in org.apache.iotdb.db.engine.trigger.sink.forward
 
ForwardEvent(long, Object, PartialPath) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
ForwardTrigger - Class in org.apache.iotdb.db.engine.trigger.builtin
 
ForwardTrigger() - Constructor for class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
FragInstanceDispatchResult - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
FragInstanceDispatchResult(boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.FragInstanceDispatchResult
 
FragInstanceDispatchResult(TSStatus) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.FragInstanceDispatchResult
 
FRAGMENT_SINK - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
FragmentInfo - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInfo(PlanFragmentId, FragmentState, PlanFragment, List<FragmentInfo>) - Constructor for class org.apache.iotdb.db.mpp.execution.fragment.FragmentInfo
 
FragmentInstance - Class in org.apache.iotdb.db.mpp.plan.planner.plan
 
FragmentInstance(PlanFragment, FragmentInstanceId, Filter, QueryType, long) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
FragmentInstance(PlanFragment, FragmentInstanceId, Filter, QueryType, long, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
FragmentInstanceAbortedException - Exception in org.apache.iotdb.db.mpp.execution.schedule
A common exception to pass to IDriver.failed(Throwable)
FragmentInstanceAbortedException(FragmentInstanceId, String) - Constructor for exception org.apache.iotdb.db.mpp.execution.schedule.FragmentInstanceAbortedException
 
FragmentInstanceContext - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceDispatcherImpl - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
FragmentInstanceDispatcherImpl(QueryType, MPPQueryContext, ExecutorService, ExecutorService, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.FragmentInstanceDispatcherImpl
 
FragmentInstanceDispatchException - Exception in org.apache.iotdb.db.exception.mpp
 
FragmentInstanceDispatchException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.mpp.FragmentInstanceDispatchException
 
FragmentInstanceDispatchException(TSStatus) - Constructor for exception org.apache.iotdb.db.exception.mpp.FragmentInstanceDispatchException
 
FragmentInstanceExecution - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceFailureListener - Interface in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceId - Class in org.apache.iotdb.db.mpp.common
The fragment instance ID class.
FragmentInstanceId(PlanFragmentId, String) - Constructor for class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
FragmentInstanceInfo - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceInfo(FragmentInstanceState, long) - Constructor for class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
 
FragmentInstanceInfo(FragmentInstanceState, long, String) - Constructor for class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
 
FragmentInstanceManager - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceState - Enum in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceStateMachine - Class in org.apache.iotdb.db.mpp.execution.fragment
 
FragmentInstanceStateMachine(FragmentInstanceId, Executor) - Constructor for class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
FragmentSinkNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.sink
 
FragmentSinkNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
FragmentState - Enum in org.apache.iotdb.db.mpp.execution.fragment
 
free(String, long) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
fromComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
fromComponent - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
FromComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of FROM clause.
FromComponent - Class in org.apache.iotdb.db.qp.logical.crud
this class maintains information of FROM clause.
FromComponent() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.FromComponent
 
FromComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.FromComponent
 
fromThrift(TFragmentInstanceId) - Static method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
FULL_DELETED - org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
 
FULL_MERGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
FULL_MERGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
fullPath - Variable in class org.apache.iotdb.db.metadata.mnode.MNode
from root to this node, only be set when used once for InternalMNode
FUNCTION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
FunctionExpression - Class in org.apache.iotdb.db.mpp.plan.expression.multi
 
FunctionExpression(String) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
FunctionExpression(String, LinkedHashMap<String, String>, List<Expression>) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
FunctionExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
FunctionFilter - Class in org.apache.iotdb.db.mpp.common.filter
This class presents series condition which is general(e.g.
FunctionFilter(FilterConstant.FilterType) - Constructor for class org.apache.iotdb.db.mpp.common.filter.FunctionFilter
 
functionName - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
functionName - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFInformationInferrer
 
FunctionOperator - Class in org.apache.iotdb.db.qp.logical.crud
This class presents series condition which is general(e.g.
FunctionOperator(FilterConstant.FilterType) - Constructor for class org.apache.iotdb.db.qp.logical.crud.FunctionOperator
 
FUNCTIONS - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
FutureStateChange<T> - Class in org.apache.iotdb.db.mpp.execution
 
FutureStateChange() - Constructor for class org.apache.iotdb.db.mpp.execution.FutureStateChange
 

G

generate(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBLogicalGenerator
 
generate(String, ZoneId) - Static method in class org.apache.iotdb.db.qp.strategy.LogicalGenerator
 
generate(String, ZoneId, IoTDBConstant.ClientVersion) - Static method in class org.apache.iotdb.db.qp.strategy.LogicalGenerator
 
generate(TSLastDataQueryReq, ZoneId) - Static method in class org.apache.iotdb.db.qp.strategy.LogicalGenerator
 
generate(TSRawDataQueryReq, ZoneId) - Static method in class org.apache.iotdb.db.qp.strategy.LogicalGenerator
 
generateAlignByDevicePlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
generateAlignByDevicePlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.FillQueryOperator
 
generateAlignByDevicePlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillQueryOperator
 
generateAlignByDevicePlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByQueryOperator
 
generateAlignByDevicePlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
generateFunction(String, List<Expression>) - Static method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionFactory
 
generateFunctionSql(String, String, String) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
 
generateInsertTabletPlan() - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlanGenerator
 
generateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType) - Method in class org.apache.iotdb.db.qp.strategy.PhysicalGenerator
 
generateNewBatchReader(SingleSeriesExpression) - Method in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
generateNewTsFileName(long, long, int, int) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
generateNewTsFilePath(String, long, long, int, int) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
generateNewTsFilePathWithMkdir(boolean, String, String, long, long, long, int, int) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
generatePartialPathByLevel(boolean, PartialPath, int[]) - Method in class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
Transform an originalPath to a partial path that satisfies given level.
generatePartialPathByLevel(boolean, PartialPath, int[]) - Method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
Transform an originalPath to a partial path that satisfies given level.
generatePath(String, String, Map<String, String>, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.FillQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.LastQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.UDAFQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.crud.UDTFQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.Operator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ActivateTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ClearCacheOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CountOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreatePipeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreatePipeSinkOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DataAuthOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteStorageGroupOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteTimeSeriesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropContinuousQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropFunctionOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropPipeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropPipeSinkOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.DropTriggerOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadDataOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.MergeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.RemoveFileOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.SetStorageGroupOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.SetSystemModeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowChildNodesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowChildPathsOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowFunctionsOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowNodesInTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPathsSetTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPathsUsingTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPipeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPipeSinkOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPipeSinkTypeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowQueryResourceOperate
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowStorageGroupOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTriggersOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTTLOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.StartPipeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.StartTriggerOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.StopPipeOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.StopTriggerOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.TracingOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.UnloadFileOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
generatePhysicalPlan(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.logical.sys.UnSetTTLOperator
 
generatePhysicalPlanFromOperator(Operator) - Method in class org.apache.iotdb.db.qp.Planner
 
generateRawDataQueryPlan(PhysicalGenerator, QueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
generateReadTaskForGivenReader(ManagedSeriesReader, int) - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
generateReadTaskForGivenReader(ManagedSeriesReader, int) - Method in class org.apache.iotdb.db.query.dataset.UDFRawQueryInputDataSetWithoutValueFilter
 
generateResult() - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeDeviceVisitor
 
generateResult() - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
generateSQL() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
generateTargetPaths(List<Path>) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
generateTimeSeriesMetadata(List<ReadOnlyMemChunk>, List<IChunkMetadata>) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
generateTsFileDir(boolean, String, String, long) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
generateValueIterator(Object[]) - Static method in class org.apache.iotdb.db.utils.QueryUtils
 
genFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
genPlanFragmentId() - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
genPlanNodeId() - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
genQueryContext(long, boolean, long, String, long) - Method in class org.apache.iotdb.db.service.basic.ServiceProvider
 
genQueryContext(long, boolean, long, String, long) - Method in class org.apache.iotdb.db.service.basic.StandaloneServiceProvider
 
get() - Method in class org.apache.iotdb.db.mpp.execution.exchange.TsBlockSerdeFactory
 
get() - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
 
get(int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
get(int) - Method in class org.apache.iotdb.db.utils.AlignedValueIterator
 
get(int) - Method in class org.apache.iotdb.db.utils.ValueIterator
 
get(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Return the element with the same id of the input, null if it doesn't exist.
get(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
get(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
get(Object) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
get(String, boolean) - Method in class org.apache.iotdb.db.query.control.FileReaderManager
Get the reader of the file(tsfile or unseq tsfile) indicated by filePath.
get(PartialPath, String[]) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
Get SchemaEntity info without auto create schema
get(BloomFilterCache.BloomFilterCacheKey) - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
get(BloomFilterCache.BloomFilterCacheKey, boolean) - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
get(TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey, Set<String>, boolean, boolean) - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
get(ID) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Get the element by id.
get(OpenFileNumUtil.OpenFileNumStatistics) - Method in class org.apache.iotdb.db.utils.OpenFileNumUtil
get statistics.
get(ChunkMetadata) - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
get(ChunkMetadata, boolean) - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
GET_TIME_ZONE - org.apache.iotdb.db.conf.OperationType
 
getAbortCause() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getAbsValue(Object) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
getAccessStrategy(List<String>, List<TSDataType>, Map<String, String>) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFInformationInferrer
 
getActivatePath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getActivatePath() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
getActualAggregationNames(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
Keep the lower case of function name for partial result, and origin value for others.
getAddressAndPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAfterRange() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getAggrDataType(String, TSDataType) - Static method in class org.apache.iotdb.db.utils.TypeInferenceUtils
 
getAggregatedDataTypes(List<TSDataType>, String) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
If the datatype of 'aggregation' depends on 'measurementDataType' (min_value, max_value), return 'measurementDataType' directly, or return a list whose elements are all the datatype of 'aggregation' and its length is the same as 'measurementDataType'.
getAggregateResult() - Method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
getAggregationDescriptorList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
getAggregationDescriptorList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getAggregationDescriptorList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
getAggregationExecutor(QueryContext, AggregationPlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getAggregationExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getAggregationFuncName() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getAggregationFunctions() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
getAggregationPlan() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getAggregations() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getAggregations() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getAggregations() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getAggregationTransformExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getAggregationType() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getAggregationType() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getAggregationType(String) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
getAggrResultByName(String, TSDataType) - Static method in class org.apache.iotdb.db.query.factory.AggregateResultFactory
 
getAggrResultByName(String, TSDataType, boolean) - Static method in class org.apache.iotdb.db.query.factory.AggregateResultFactory
construct AggregateFunction using factory pattern.
getAggrResultByType(AggregationType, TSDataType, boolean) - Static method in class org.apache.iotdb.db.query.factory.AggregateResultFactory
 
getAlias() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getAlias() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getAlias() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getAlias() - Method in class org.apache.iotdb.db.mpp.common.schematree.MeasurementSchemaInfo
 
getAlias() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getAlias() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getAlias() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getAlias() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getAlias() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getAlias() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
getAlias() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getAlias() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getAlias() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
getAlias() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
 
getAlias(String) - Method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
getAliasBaseSize() - Static method in interface org.apache.iotdb.db.metadata.mnode.estimator.IMNodeSizeEstimator
 
getAliasChildren() - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
getAliasChildren() - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
getAliasList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getAliasList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getAliasList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getAliasList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getAliasList() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getAliasList() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getAliasSet() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getAliasToColumnMap() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
getAlignByDeviceDataSet(AlignByDevicePlan, QueryContext, IQueryRouter) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getAlignedDeviceId() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getAlignedDeviceId() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getAlignedGroupByExecutor(PartialPath, QueryContext, Filter, TsFileFilter, boolean) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
getAlignedList() - Method in interface org.apache.iotdb.db.mpp.plan.planner.plan.node.write.BatchInsertNode
 
getAlignedList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getAlignedList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getAlignedList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getAlignedList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getAlignedList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getAlignedMeasurements(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getAlignedMemChunk() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
getAlignedPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getAlignedPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getAlignedRecordsSize(List<TSDataType>, Object[], boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for getting the vector value size.
getAlignedTabletSize(InsertTabletNode, int, int, boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
 
getAlignedTabletSize(InsertTabletPlan, int, int, boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
 
getAlignedValue(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getAlignedValue(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getAlignment(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
getAllAlignedPrefix() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getAllChunkGroupMetadata() - Method in class org.apache.iotdb.db.tools.TsFileSketchTool
 
getAllClosedStorageGroupTsFile() - Method in class org.apache.iotdb.db.engine.StorageEngine
Get all the closed tsfiles of each storage group.
getAllClosedStorageGroupTsFile(PartialPath, Map<PartialPath, Map<Long, List<TsFileResource>>>) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push getAllClosedStorageGroupTsFile operation down to all virtual storage group processors
getAllDataRegionIds() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getAllDataRegions() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getAllDataRegionScannedLatch() - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
getAllDeviceEntry() - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
get all device entries
getAllDeviceEntry() - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
getAllDevicePatterns() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
getAllFilesFolders() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getAllMeasurement() - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
getAllMeasurement() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getAllMeasurement() - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
getAllMeasurementByDevicePath(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getAllMeasurementByDevicePath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getAllMeasurementByDevicePath(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getAllMeasurementByDevicePath(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getAllMeasurementMNode() - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getAllMeasurementMNode() - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getAllMeasurementMNode() - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getAllMeasurements() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator.AlignedMeasurementIterator
 
getAllMeasurements() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator.MeasurementIterator
 
getAllMeasurements() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getAllMeasurementSchema(ShowTimeSeriesPlan, QueryContext) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all measurement schema matching the given path pattern
getAllMeasurementSchema(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all measurement schema matching the given path pattern
getAllMeasurementSchema(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all measurement schema matching the given path pattern
getAllMeasurementsInDevice(String) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
getAllMeasurementsPaths() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getAllocateMemoryForBloomFilterCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForChunkCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForCoordinator() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForDataExchange() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForLastCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForOperators() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForPartitionCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForRead() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForSchema() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForSchemaCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForSchemaRegion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForStorageEngine() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForTimeIndex() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllocateMemoryForTimeSeriesMetaDataCache() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAllPathPatterns() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
getAllPathsSetTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getAllPathsSetTemplate(String) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
 
getAllPathsSetTemplate(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
getAllPathsSetTemplate(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
getAllPathsSetTemplate(String) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
getAllPathsSetTemplate(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
getAllPipeInfos() - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
getAllPipeInfos() - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getAllPipeInfos() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
getAllPipeInfos() - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
getAllPipeInfos() - Method in class org.apache.iotdb.db.sync.SyncService
 
getAllPipeSink() - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
getAllPipeSink() - Method in class org.apache.iotdb.db.sync.SyncService
 
getAllPipeSinks() - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
getAllPipeSinks() - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getAllPipeSinks() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
getAllPluginName() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginRegister
 
getAllRecords() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
getAllRecords() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getAllReportedTsp() - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
getAllResult() - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeVisitor
 
getAllRoles() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getAllSatisfiedData() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getAllSatisfiedData() - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
getAllSatisfiedPageData() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getAllSatisfiedPageData(boolean) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getAllSatisfiedPageData(boolean) - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
getAllSchemaEntry() - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
 
getAllSchemaEntry() - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
get all disk schema entries from file
getAllSchemaRegions() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
getAllSensors(String, String) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getAllSequenceFileFolders() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getAllStorageGroupNodes() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get all storage group MNodes
getAllStorageGroupNodes() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all storage group MNodes
getAllStorageGroupNodes() - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get all storage group MNodes
getAllStorageGroupNodes() - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get all storage group MNodes
getAllStorageGroupNodes() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getAllStorageGroupNodes() - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getAllStorageGroupPaths() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get all storage group paths
getAllStorageGroupPaths() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all storage group paths
getAllStorageGroupPaths() - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get all storage group names
getAllStorageGroupPaths() - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get all storage group paths
getAllStorageGroupPaths() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getAllTemplateName() - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
getAllTemplates() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getAllTemplates() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getAllTemplates() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getAllTemplates() - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getAllTemplates() - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
show schema templates
getAllTimeseriesCount(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of timeseries matching given path.
getAllTimeseriesCount(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of timeseries matching given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get the count of timeseries matching the given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
To calculate the count of timeseries matching given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
To calculate the count of timeseries matching given path.
getAllTimeseriesCount(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
To calculate the count of timeseries matching given path.
getAllTimeseriesCount(PartialPath, boolean, String, String, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getAllTimeseriesCount(PartialPath, boolean, String, String, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getAllTimeseriesCount(PartialPath, boolean, String, String, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getAllTimeseriesCount(PartialPath, boolean, List<String>, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of timeseries matching the given path by tag.
getAllTimeseriesCount(PartialPath, boolean, List<String>, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getAllTimeseriesCount(PartialPath, boolean, List<String>, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getAllTimeseriesCount(PartialPath, Map<Integer, Template>, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getAllTimeseriesCount(PartialPath, Map<Integer, Template>, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getAllTimeseriesCount(PartialPath, Map<Integer, Template>, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getAllTimeseriesCount(PartialPath, Map<Integer, Template>, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getAllTSyncIdentityInfos() - Method in class org.apache.iotdb.db.sync.transport.server.ReceiverManager
 
getAllUnSequenceFileFolders() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getAllUsers() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getAllUserWaterMarkStatus() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getAlterMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getAlterMap() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getAlterMap() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getAlterMap() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getAlterType() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getAlterType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getAlterType() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getAlterType() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getAnalysis() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceContext
 
getAnnotations() - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
getAnyFilter() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
getArrayList() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
getArrayRowCount(int) - Static method in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
 
getAscending() - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getAscending() - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getAsEntityMNode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getAsEntityMNode() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getAsEntityMNode() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getAsEntityNode() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
getAsEntityNode() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getAsMeasurementMNode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getAsMeasurementMNode() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getAsMeasurementMNode() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getAsMeasurementNode() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
getAsMeasurementNode() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getAsStorageGroupMNode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getAsStorageGroupMNode() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getAsStorageGroupMNode() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getAttemptTimes() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
getAttribute() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getAttributes() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
getAttributes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getAttributes() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getAttributes() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getAttributes() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
getAttributes() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getAttributes() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
getAttributes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getAttributes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getAttributes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getAttributesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getAttributesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getAttributesList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getAttributesList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getAttributesList() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getAttributesList() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getAttributesMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getAttributesMap() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getAttributesMap() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getAttributesMap() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getAuthenticationScheme() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
getAuthenticationScheme() - Method in class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
getAuthorCache() - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
getAuthorCache() - Method in interface org.apache.iotdb.db.auth.IAuthorityFetcher
 
getAuthorCache() - Method in class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
getAuthorCacheExpireTime() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAuthorCacheSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getAuthorType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getAuthorType() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getAuthorType() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
Used to check whether a user has the permission to execute the plan with these paths.
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
getAuthPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
getAvailableMemTable(String) - Method in class org.apache.iotdb.db.rescon.MemTableManager
 
getAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
getAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
getAverageSize() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getAverageSize() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
getAverageSize() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
getAvgSeriesPointNumberThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getBackOffInterval() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
getBasicOpBySymbol(FilterConstant.FilterType) - Static method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
BasicFilterType Constructor.
getBasicOpBySymbol(FilterConstant.FilterType) - Static method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
BasicOperatorType Constructor.
getBatchResult() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
getBatchResult() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
getBatchResult() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
This method will be called by the request thread from client connection.
getBatchSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getBatchSize() - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Return how many sub-plans are in the plan
getBatchSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getBatchSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getBatchSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getBatchSize() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getBeforeRange() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getBeginIndex() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
getBelongedContainer(IMNode) - Static method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getBelongedDataRegionId(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get the target DataRegionIds, which the given path belongs to.
getBelongedDataRegionIdWithAutoCreate(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getBelongedDevices(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all devices that one of the timeseries, matching the given timeseries path pattern, belongs to.
getBelongedDevices(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get all devices that one of the timeseries, matching the given timeseries path pattern, belongs to.
getBelongedDevices(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get all devices that one of the timeseries, matching the given timeseries path pattern, belongs to.
getBelongedDevices(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get all devices that one of the timeseries, matching the given timeseries path pattern, belongs to.
getBelongedSchemaRegionId(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get the target SchemaRegionIds, which the given path belongs to.
getBelongedSchemaRegionIdWithAutoCreate(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getBelongedStorageGroup(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
Get storage group name by path
getBelongedStorageGroup(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getBelongedStorageGroup(String) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
Get storage group name by path
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get storage group name by path
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get storage group name by path
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get storage group path by path
getBelongedStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get storage group name by path
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
getBelongedStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getBelongedStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
getBelongedStorageGroups(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get the storage group that given path pattern matches or belongs to.
getBelongedStorageGroups(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get the storage group that given path pattern matches or belongs to.
getBelongedStorageGroups(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get the storage group that given path pattern matches or belongs to.
getBelongedStorageGroups(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get the storage group that given path pattern matches or belongs to.
getBelongedStorageGroups(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
getBinary() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
getBinary(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getBinary(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getBinary(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getBinary(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getBinary(int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
getBinary(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getBinary(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getBinary(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getBinaryArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getBinaryArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getBinaryByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getBinaryByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the Binary value at the given position in VectorTvList.
getBinaryColumnSize(Binary[], int, int) - Static method in class org.apache.iotdb.db.utils.MemUtils
 
getBinarySize(Binary) - Static method in class org.apache.iotdb.db.utils.MemUtils
 
getBinaryValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getBindIP() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getBindIP() - Method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
getBindIP() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
getBindIP() - Method in class org.apache.iotdb.db.service.RPCService
 
getBindPort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getBindPort() - Method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
getBindPort() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
getBindPort() - Method in class org.apache.iotdb.db.service.RPCService
 
getBitMaps() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getBitMaps() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getBitMaps() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getBloomFilterCacheAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getBloomFilterCacheAverageLoadPenalty() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getBloomFilterCacheAverageSize() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getBloomFilterCacheAverageSize() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getBloomFilterCacheEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getBloomFilterCacheEvictionCount() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getBloomFilterCacheMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getBloomFilterCacheMaxMemory() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getBloomFilterHitRatio() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getBloomFilterHitRatio() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getBoolean() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
getBoolean() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getBoolean() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getBoolean(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getBoolean(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getBoolean(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getBoolean(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getBoolean(int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
getBoolean(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getBoolean(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getBoolean(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getBooleanArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getBooleanArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getBooleanByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getBooleanByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the boolean value at the given position in VectorTvList.
getBooleanStringInferType() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getBooleanValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getBoundary() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getBucketSgInfoMap(int) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
getBufferCopy() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getBufferedArraysMemoryProportion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getBufferedWriter() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
getBufferRetainedSizeInBytes() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Get the total amount of memory used by buffered tsblocks.
getBufferRetainedSizeInBytes() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Get the total amount of memory used by buffered tsblocks.
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
getBufferRetainedSizeInBytes() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
getBuffersSize() - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
getBytes() - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool.MemoryReservationFuture
 
getCachedLast() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
getCachedLast() - Method in interface org.apache.iotdb.db.metadata.lastCache.container.ILastCacheContainer
 
getCachedLast() - Method in class org.apache.iotdb.db.metadata.lastCache.container.LastCacheContainer
 
getCachedLastValueAndPathList() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getCachedMNodeContainer(IMNode) - Static method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getCachedMNodeSizeInSchemaFileMode() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCachedSize() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
getCachedSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
getCachedSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
getCacheEntry() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getCacheEntry() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getCacheEntry() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getCacheEntry(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
getCacheExpireInSeconds() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getCacheFileReaderClearPeriod() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCacheInitNum() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getCacheMaxNum() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getCause() - Method in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
Get the cause exception to failure.
getCheckPeriodWhenInsertBlocked() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCheckpointFileSizeThresholdInByte() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCheckpoints() - Method in class org.apache.iotdb.db.wal.io.CheckpointReader
 
getCheckStatus() - Method in enum org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
 
getCheckStatusCode() - Method in enum org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getChild() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getChild(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
get the child with the name
getChild(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
get the child with the name
getChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getChild(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
getChild(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
getChild(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
Get the target child node from parent.
getChild(IMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
getChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
getChild(SchemaNode, String) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeVisitor
 
getChildCache() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getChildCache() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getChildColumnTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
getChildFromPinnedMNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getChildNode(IMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
getChildNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
getChildNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get child node path in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get child node in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get child node path in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get child node in the next level of the given path.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get child node in the next level of the given path.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get child node in the next level of the given path.
getChildNodeNameInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get child node in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get child node in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get child node in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get child node path in the next level of the given path pattern.
getChildNodeNameInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get child node path in the next level of the given path pattern.
getChildNodePathInNextLevel(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getChildren() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getChildren() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getChildren() - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
getChildren() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getChildren() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.AbstractSchemaMergeNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getChildren() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
getChildren() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getChildren(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getChildren(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getChildren(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
getChildren(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
getChildren(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
getChildren(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getChildrenBufferIterator() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getChildrenBufferIterator() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getChildrenIterator() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getChildrenIterator() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getChildrenIterator() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
getChildrenIterator() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getChildrenIterator(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
getChildrenIterator(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
getChildrenIterator(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
getChildrenIterator(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeVisitor
 
getChildSize() - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
getChunkCacheAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getChunkCacheAverageLoadPenalty() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getChunkCacheAverageSize() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getChunkCacheAverageSize() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getChunkCacheMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getChunkCacheMaxMemory() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getChunkEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getChunkEvictionCount() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getChunkHitRatio() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getChunkHitRatio() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getChunkMetaData() - Method in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
getChunkMetadataList(PartialPath) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getChunkPointNumLowerBoundInCompaction() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getChunkReader(IChunkMetadata, Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.DiskAlignedChunkLoader
 
getChunkReader(IChunkMetadata, Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.DiskChunkLoader
 
getChunkReader(IChunkMetadata, Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkLoader
 
getChunkReader(IChunkMetadata, Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkLoader
 
getChunkSizeLowerBoundInCompaction() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getClassName() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
getClassName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
getClassName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getClassName() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
getClassName() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
getClassName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
getClassName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getClientVersion(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getClusterProperties() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
getCnt() - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
getCntUpgradeFileLock() - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
getCode() - Method in enum org.apache.iotdb.db.wal.buffer.WALEntryType
 
getCode() - Method in enum org.apache.iotdb.db.wal.checkpoint.CheckpointType
 
getCode() - Method in enum org.apache.iotdb.db.wal.utils.WALFileStatus
 
getCollector() - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
getColumn() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnCache
 
getColumn() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
getColumnCachePositionCount() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
getColumnDataType() - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
getColumnForDisplay(String, int) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getColumnForDisplay(String, int) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getColumnForReaderFromPath(PartialPath, int) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getColumnForReaderFromPath(PartialPath, int) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getColumnHeaders() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getColumnName() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
getColumnNameAndValue(TSExecuteStatementResp) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
getColumnNameIndexMap() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getColumnNameWithAlias() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
getColumnNameWithoutAlias() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getColumnNum() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getColumns() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getColumns() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getColumns() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getColumnType() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
getColumnType() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
getCommitSerialNumber() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
getCommittedIndex() - Method in class org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
 
getCommittedIndex(String) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Get the committed Index .
getCompactionAcquireWriteLockTimeout() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCompactionEstimator(CrossCompactionPerformer, boolean) - Static method in interface org.apache.iotdb.db.engine.compaction.task.ICompactionSelector
 
getCompactionMemoryCost() - Method in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
getCompactionMemoryCost() - Method in interface org.apache.iotdb.db.engine.compaction.task.ICompactionSelector
 
getCompactionModFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getCompactionMods(TsFileResource) - Static method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
getCompactionPriority() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCompactionProportion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCompactionScheduleIntervalInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCompactionSubmissionIntervalInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCompactionTaskFutureMayBlock(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getCompactionWriteThroughputMbPerSec() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getComparator() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
getCompressionRatioSum() - Method in class org.apache.iotdb.db.conf.adapter.CompressionRatio
 
getCompressionType() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
get compression type from long value of schema
getCompressor() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getCompressor() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getCompressor() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getCompressor() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getCompressor() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getCompressors() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getCompressors() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getCompressors() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
getCompressors() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getCompressors() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getCompressors() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getCompressors() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getConcurrentCompactionThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentFlushThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentIndexBuildThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentQueryThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentSubRawQueryThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentWindowEvaluationThread() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConcurrentWritingTimePartition() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConfig() - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
getConfig() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceDescriptor
 
getConfigMessage() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConfigNodeHeartBeat(long) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getConfigurations() - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
getConnectAttemptsMax() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getConnectAttemptsMax() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getConnectionTimeoutInMS() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getConsensusDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getContext() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
 
getContext() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.LogicalQueryPlan
 
getContinuousQueryMinimumEveryInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getContinuousQueryName() - Method in class org.apache.iotdb.db.qp.logical.sys.DropContinuousQueryOperator
 
getContinuousQueryName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getContinuousQueryName() - Method in class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
getContinuousQueryName() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getContinuousQueryThreadNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCoordinatorId() - Method in class org.apache.iotdb.db.mpp.execution.QueryIdGenerator
 
getCoordinatorReadExecutorSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCoordinatorWriteExecutorSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCoreConnectionForInternalService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCorePoolSize() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getCount() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.CounterTraverser
 
getCountDevicesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getCountLevelTimeSeriesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getCountNodesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getCountStorageGroupHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getCountTimeSeriesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getCpu() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
getCpuDuration() - Method in class org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
 
getCqlogBufferSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCreatedTime() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getCreatedTime() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getCreatedTime() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
getCreateTime() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Get the creation time of this pipe with unit of IoTDBConfig.getTimestampPrecision() .
getCreateTime() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
getCreateTime() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
getCrossCompactionCnt() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
getCrossCompactionFileSelectionTimeBudget() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCrossCompactionPerformer() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCrossCompactionPerformer(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionPerformer
 
getCrossCompactionSelector() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getCrossCompactionSelector(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector
 
getCrossCompactionTargetFileResources(List<TsFileResource>) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
Create tmp target file for cross space compaction, in which each sequence source file has its own tmp target file.
getCurAggregateResults() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
getCurIndex() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
getCurOffset() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
getCurPos() - Method in class org.apache.iotdb.db.utils.ValueIterator
 
getCurrentEndPoint(long, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getCurrentEndPoint(long, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getCurrentEndPoint(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getCurrentEndPoint(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getCurrentEndTime(long, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.AscTimeComparator
 
getCurrentEndTime(long, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.DescTimeComparator
 
getCurrentEndTime(long, long) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.join.merge.TimeComparator
 
getCurrentMeasurementPathInTraverse(IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
When traverse goes into a template, IMNode.getPartialPath may not work as nodes in template has no parent on MTree.
getCurrentMemtableNumber() - Method in class org.apache.iotdb.db.rescon.MemTableManager
 
getCurrentPartialPath(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
getCurrentPathNodes(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
getCurrentReadStopTime() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
getCurrentSearchIndex() - Method in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
 
getCurrentSearchIndex() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Get current search index
getCurrentSearchIndex() - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
getCurrentSearchIndex() - Method in class org.apache.iotdb.db.wal.node.WALNode
 
getCurrentTimeValuePair(BatchData) - Static method in class org.apache.iotdb.db.utils.TimeValuePairUtils
get given data's current (time,value) pair.
getCurrentTVListSize(String) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
getCurrentTVListSize(String) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
getCurrentTVListSize(String) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
getCurrentTVListSize(IDeviceID, String) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getCurrentTVListSize(IDeviceID, String) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
getCurrentValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
getCurrentWALFileSize() - Method in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
 
getCurrentWALFileSize() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Get current wal file's size
getCurrentWALFileVersion() - Method in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
 
getCurrentWALFileVersion() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Get current log version id
getCurrSessionId() - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getCurrSessionTimeZone() - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getCurTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
getData() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
getDataCommitIndex(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
Get the data committed index of dedicated StorageGroup
getDataCount() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
getDataCount() - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
return the Count of data points in this TsFile
getDataCount() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getDataDirs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataList() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.InsertOperation
 
getDataNodeConfiguration(int) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getDataNodeId() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
get data partition when write
getDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getDataPartition(List<DataPartitionQueryParam>) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
get dataPartition by query param map
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
get data partition when query
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getDataPartitionInfo() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDataPartitionTable(TDataPartitionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getDataPointMem(DataPoint) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for getting the memory size of the given data point.
getDataRegion() - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
getDataRegion() - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriverContext
 
getDataRegion(DataRegionId) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getDataRegionConsensusDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataRegionConsensusPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataRegionConsensusProtocolClass() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataRegionId() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
getDataRegionId() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getDataRegionId() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getDataRegionId() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getDataRegionId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getDataRegionId(PartialPath, PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
getDataRegionIdByEngineFile(File, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
The internal file means that the file is in the engine, which is different from those external files which are not loaded.
getDataRegionIdsByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getDataRegionIdsByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
getDataRegionNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDataRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getDataReplicationFactor() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getDataset(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getDatasetHeader() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
getDatasetHeader() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
getDatasetHeader() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySource
 
getDatasetHeader() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
getDataStartTimestamp() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
getDataStartTimestamp() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
getDataTTL() - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getDataTTL() - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
getDataTTL() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
getDataTTL() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
getDataTTL() - Method in class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
getDataTTL() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
getDataTTL() - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
getDataType() - Method in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
getDataType() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
getDataType() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
getDataType() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
getDataType() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getDataType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getDataType() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticBinaryTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.ArithmeticNegationTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.InTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.IsNullTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.LogicNotTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.RegularTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.TransparentTransformer
 
getDataType() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getDataType() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getDataType() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getDataType() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getDataType() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
getDataType() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getDataType() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getDataType() - Method in class org.apache.iotdb.db.utils.windowing.configuration.Configuration
 
getDataType() - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getDataType() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
getDataType(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getDataType(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getDataType(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getDataType(String) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
get data type
getDataTypes() - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBConfiguration
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getDataTypes() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
 
getDataTypes() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowWindowReader
 
getDataTypes() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.input.IUDFInputDataSet
returns the input data types, except the timestamp column(the last column).
getDataTypes() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.TsBlockInputDataSet
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
getDataTypes() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getDataTypes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getDataTypes() - Method in class org.apache.iotdb.db.query.dataset.UDFInputDataSet
 
getDataTypesList() - Method in interface org.apache.iotdb.db.mpp.plan.planner.plan.node.write.BatchInsertNode
 
getDataTypesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getDataTypesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getDataTypesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getDataTypesList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getDataTypesList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
getDataTypeString() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
getDDL() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getDeduplicatedAggregations() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getDeduplicatedDataTypes() - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
getDeduplicatedDescriptors(List<AggregationDescriptor>) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
If aggregation function COUNT and AVG for one time series appears at the same time, and outputs intermediate result, the output columns will be like | COUNT | COUNT | SUM |.
getDeduplicatedPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
getDeduplicatePaths() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getDefaultBooleanEncoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultDoubleEncoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultEncoding(TSDataType) - Static method in class org.apache.iotdb.db.utils.EncodingInferenceUtils
Get default encoding by dataType
getDefaultEncodingByType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
Get default encode algorithm by data type
getDefaultFillInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultFloatEncoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultIndexWindowRange() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultInt32Encoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultInt64Encoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultStorageGroupLevel() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDefaultTextEncoding() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDeleteEndTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getDeleteEndTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
getDeleteEndTime() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
getDeletePath() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
getDeletePathList() - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteStorageGroupOperator
 
getDeletePathList() - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteTimeSeriesOperator
 
getDeletePathStr() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
getDeleteStartTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getDeleteStartTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
getDeleteStartTime() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
getDeleteWalFilesPeriodInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDeletion() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
getDelIntervalMap() - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
 
getDescPriorityMergeReader() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
getDescPriorityMergeReader() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
getDescPriorityMergeReader() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesReader
 
getDescPriorityMergeReader() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
getDevice() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getDevice() - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBConfiguration
 
getDevice() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getDevice() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getDevice() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
getDevice() - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
getDevice() - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
getDeviceByPath(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
get the devicePath through the fullPath
getDeviceEntry(String) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
get device entry from device path
getDeviceEntry(String) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
get device entry from device path
getDeviceId() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
getDeviceId(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To reduce the String number in memory, use the deviceId from SchemaProcessor instead of the deviceId read from disk
getDeviceID() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getDeviceID() - Method in class org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
 
getDeviceID() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getDeviceID() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
device id reference, for reuse device id in both id table and memtable
used in memtable
getDeviceID(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceIDFactory
get device id by full path
getDeviceID(PartialPath) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceIDFactory
get device id by full path
getDeviceIDTransformationMethod() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDeviceNameInSourceExpression(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
 
getDeviceNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getDeviceNode(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getDeviceNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getDeviceNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getDeviceNodeWithAutoCreating(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Add an interval path to MTree.
getDeviceNodeWithAutoCreating(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Add an interval path to MTree.
getDeviceNodeWithAutoCreating(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Add an interval path to MTree.
getDeviceOrder() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
getDevicePath() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getDevicePath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getDevicePath() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
if use id table, this filed is id form of device path
if not, this filed is device path
used in flush time manager, last cache, tsfile processor
getDevicePaths() - Method in interface org.apache.iotdb.db.mpp.plan.planner.plan.node.write.BatchInsertNode
 
getDevicePaths() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getDevicePaths() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getDevicePaths() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getDevicePaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getDevicePaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getDevices() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getDevices() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
getDevices() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
getDevices(String, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getDevices(String, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getDevices(String, TsFileResource) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get devices in TimeIndex
getDevices(String, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getDevices(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all devices matching the given path pattern.
getDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all devices matching the given path pattern.
getDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all devices matching the given path pattern.
getDevices(ShowDevicesPlan) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getDevices(ShowDevicesPlan) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getDevices(ShowDevicesPlan) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getDevicesByTimeseries(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getDevicesByTimeseries(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getDevicesByTimeseries(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getDeviceSchemaInfoWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getDeviceSchemaInfoWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getDeviceSchemaInfoWithAutoCreate(PartialPath, String[], Function<Integer, TSDataType>, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getDevicesNum(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of devices matching the given path.
getDevicesNum(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get the count of devices matching the given path.
getDevicesNum(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get the count of devices matching the given path.
getDevicesNum(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of devices matching the given path.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get the count of devices matching the given path.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get the count of devices matching the given path.
getDevicesNum(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
To calculate the count of devices for given path pattern.
getDevicesNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getDeviceToAggregationExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToAggregationTransformExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToFilterMap() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getDeviceToHavingExpression() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToIsRawDataSource() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToMeasurementIndexesMap() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToMeasurementIndexesMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
getDeviceToMeasurements() - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
getDeviceToPathIndex() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getDeviceToQueryFilter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToSourceExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDeviceToStorageGroup(List<String>, boolean, boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
get device to storage group map
getDeviceToTransformExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getDfsHaNamenodes() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getDifferentStorageGroupsCount() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getDirectNode(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getDirectNodes() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getDiskPointer() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
get disk pointer of ts from long value of schema
getDiskSchemaEntries(List<SchemaEntry>) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
get DiskSchemaEntries from disk file
getDiskSchemaEntries(List<SchemaEntry>) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
get DiskSchemaEntries from disk file
getDiskSchemaEntriesByOffset(List<Long>) - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
get DiskSchemaEntries from disk file
getDiskSchemaEntriesByOffset(List<Long>) - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
get DiskSchemaEntries from disk file
getDistributedPlan() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
getDouble() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
getDouble() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getDouble() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getDouble() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getDouble(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getDouble(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getDouble(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getDouble(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getDouble(int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
getDouble(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getDouble(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getDouble(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getDoubleAbsValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getDoubleArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getDoubleArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getDoubleByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getDoubleByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the double value at the given position in VectorTvList.
getDoubleValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getDownStreamAddress() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getDownStreamEndpoint() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getDownstreamInfo() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getDownStreamInstanceId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getDownStreamPlanNodeId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getDriverContext() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getDriverTaskExecutionTimeSliceInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getEmptyTimeValuePair(TSDataType) - Static method in class org.apache.iotdb.db.utils.TimeValuePairUtils
 
getEncoding() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getEncoding() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getEncoding() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getEncoding() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getEncoding() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getEncodings() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getEncodings() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getEncodings() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
getEncodings() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getEncodings() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getEncodings() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getEncodings() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getEndIndex() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getEndpoint() - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerConfiguration
 
getEndpoint() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardConfiguration
 
getEndPointBlackList() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getEndTime() - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
getEndTime() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getEndTime() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
 
getEndTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
getEndTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
getEndTime() - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
getEndTime() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
getEndTime() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getEndTime() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
getEndTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getEndTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getEndTime(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get end time of device
getEndTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getEndTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
open file's end time is Long.MIN_VALUE
getEntityNodeBaseSize() - Static method in interface org.apache.iotdb.db.metadata.mnode.estimator.IMNodeSizeEstimator
 
getEvent() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
getEvent() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
getEvent() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getEveryInterval() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
getEveryInterval() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getEveryInterval() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
getEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
getExecutingTaskCount() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getExecutor() - Method in class org.apache.iotdb.db.service.basic.ServiceProvider
 
getExecutorByFunctionExpression(FunctionExpression) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
getExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
getExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
getExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
getExpression() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
getExpression() - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
returns the DIRECT children expressions if it has any, otherwise an EMPTY list will be returned
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.LeafOperand
 
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
getExpressions() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
getExpressions() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
getExpressionString() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Get the representation of the expression in string.
getExpressionString() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Sub-classes should override this method to provide valid string representation of this object.
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
getExpressionStringInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.AdditionExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.DivisionExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.EqualToExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterEqualExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterThanExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LessEqualExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LessThanExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LogicAndExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LogicOrExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.ModuloExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.MultiplicationExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.NonEqualExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.SubtractionExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
getExpressionType() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
getExpressionTypeInShortEnum() - Method in enum org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
getExtDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getExternalJarURLs(String) - Static method in class org.apache.iotdb.db.utils.JarLoaderUtil
 
getExternalLimiterDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getExternalPipeManager() - Method in class org.apache.iotdb.db.sync.SyncService
 
getExternalPipeStatus(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
getExternalPropertiesLoaderDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getExternalPropsPath() - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
get props url location
getExternalSortThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getExtPipeDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getExtPipeSinkTypeName() - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
getExtremeValue(Comparable<Object>, Comparable<Object>) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
getFailedCause() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getFailedExceptions() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getFailedExceptions() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getFailedInstances() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
 
getFailedMeasurementNumber() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getFailedMeasurementNumber() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getFailedMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getFailedMeasurements() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getFailedMessages() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getFailingStatus() - Method in exception org.apache.iotdb.db.exception.BatchProcessException
 
getFailingStatus() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getFailingStatus() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getFailingStatus() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getFailingStatus() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getFailingStatus() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getFailingStatus() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getFailingStatus() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
getFailureCauses() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
getFailureInstance(Exception) - Static method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
getFailureMessage() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
getFailureStatus() - Method in exception org.apache.iotdb.db.exception.mpp.FragmentInstanceDispatchException
 
getFailureStatus() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
getFailureStatus() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FragInstanceDispatchResult
 
getFieldByPath(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
get the last node through the path in iotdb
getFieldOrders(String, String, ServiceProvider, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.NewQueryHandler
 
getFieldOrders(String, String, ServiceProvider, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.QueryHandler
 
getFile() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
getFile() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
getFile() - Method in class org.apache.iotdb.db.qp.logical.sys.RemoveFileOperator
 
getFile() - Method in class org.apache.iotdb.db.qp.logical.sys.UnloadFileOperator
 
getFile() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
getFileChannel() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
getFileEndTime() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
open file's end time is Long.MIN_VALUE
getFileFlushPolicy() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getFileFromDataDirs() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
This method find the File object of current file by searching it in every data directory.
getFileIdentifierFromFilePath(String) - Static method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
This function generates an instance of CompactionFileIdentifier by parsing the path of a tsfile.
getFileIdentifierFromInfoString(String) - Static method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
This function generates an instance of CompactionFileIdentifier by parsing the info string of a tsfile(usually recorded in a compaction.log), such as “sequence root.test.sg 0 0 0-0-0-0.tsfile"
getFileIdentifierFromOldInfoString(String) - Static method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
This function generates an instance of CompactionFileIdentifier by parsing the old info string from previous version (<0.13) of a tsfile(usually recorded in a compaction.log).
getFileIOWriter() - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
getFileIOWriter() - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
getFileIOWriter() - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
getFilename() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
getFileOffset() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getFilePath() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
getFilePath() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
getFilePath() - Method in class org.apache.iotdb.db.wal.utils.listener.WALRecoverListener
 
getFileReader(TsFileResource) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
Construct a new or get an existing TsFileSequenceReader of a TsFile.
getFilerSymbol(Filter) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.FilterUtils
 
getFileStartTime() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getFilesToBeSettledCount() - Method in class org.apache.iotdb.db.service.SettleService
 
getFillComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getFillDescriptor() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getFillDescriptor() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
getFillExecutor(FillQueryPlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getFillPolicy() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
getFillPolicy() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FillComponent
 
getFillQueryPlan() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getFillResult() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getFillResult() - Method in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
getFillResult() - Method in class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
getFillResult() - Method in class org.apache.iotdb.db.query.executor.fill.ValueFill
 
getFillType() - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
getFillType() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
getFillTypes() - Method in class org.apache.iotdb.db.qp.logical.crud.FillClauseComponent
 
getFillTypes() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
 
getFillValue() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
getFillValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FillComponent
 
getFilterName() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getFilterName() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getFilterOperator() - Method in class org.apache.iotdb.db.qp.logical.crud.WhereComponent
 
getFilterStringValue(Filter) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.FilterUtils
 
getFilterSymbol() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getFilterSymbol() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getFilterType() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getFilterType() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getFinalTimeRange(TimeRange, boolean) - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
 
getFinalType() - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
getFinalType() - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
getFinishedTaskNum() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getFirstAvailableIndex() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Get the first available data.
getFirstAvailableIndex(String) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Get the first available data in dedicated StorageGroup.
getFirstColumnTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
getFirstDeviceId() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getFirstDeviceId() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getFirstExecutionTimeBoundary() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getFirstExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
getFirstFileVersionId() - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
getFirstPoint() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getFirstPoint() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
getFirstPoint() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getFirstSearchIndex() - Method in class org.apache.iotdb.db.wal.io.WALByteBufReader
 
getFirstSearchIndex() - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
getFirstTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
getFirstTimeRange() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
return the first time range by sorting order
getFirstTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
getFirstTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
getFirstTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
getFirstTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.AggrWindowIterator
 
getFirstTimeRange() - Method in interface org.apache.iotdb.db.utils.timerangeiterator.ITimeRangeIterator
return the first time range by sorting order
getFirstTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowIterator
 
getFirstTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
getFirstValidWALVersionId() - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
Get version id of first valid .wal file
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getFirstValueOfIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getFloat() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
getFloat() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getFloat() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getFloat() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getFloat(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getFloat(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getFloat(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getFloat(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getFloat(int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
getFloat(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getFloat(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getFloat(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getFloatAbsValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getFloatArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getFloatArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getFloatByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getFloatByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the float value at the given position in VectorTvList.
getFloatingStringInferType() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getFloatValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getFlushedTime(long, String) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
getFlushedTime(long, String) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
getFlushedTime(long, String) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
getFlushingMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getFlushingMemTableSize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getFlushProportion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getFlushStatus() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getFlushStatus() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getFlushThershold() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getFlushThershold() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getFlushThershold() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
getFlushTime(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getFLushTimeWithDefaultValue(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getFolderUsableSpaceList() - Method in class org.apache.iotdb.db.conf.directories.strategy.RandomOnDiskUsableSpaceStrategy
get space list of all folders.
getForInterval() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
getForInterval() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getForInterval() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getFormattedString() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getFragment() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getFragmentId() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
getFragmentId() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
getFragmentInfo() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
getFragmentInfo() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
getFragmentInfo() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
getFragmentInstance() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getFragmentInstance(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.BaseStateMachine
 
getFragmentInstanceContext() - Method in class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
getFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
getFragments() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
 
getFrequencyIntervalInMinute() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getFromComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getFromComponent() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getFromPath() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
getFsyncWalDelayInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getFullId() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
getFullPath() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
getFullPath() - Method in interface org.apache.iotdb.db.engine.trigger.sink.api.Event
 
getFullPath() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
getFullPath() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getFullPath() - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
getFullPath() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getFullPath() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getFullPath() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
get full path
getFullPath() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
getFullPath() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
getFullPath() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
getFullPath() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getFullPaths(TSExecuteStatementResp) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
getFullPathToDeletionMap() - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
getFullPathWithAlias() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
getFunctionAttributes() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getFunctionName() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
getFunctionName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
getGlobalFlushedTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
getGlobalFlushedTime(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
getGlobalFlushedTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
getGlobalFlushTime() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getGlobalIndex(int, short) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getGlobalTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getGraph(PlanNode) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
getGroupByExecutor(PartialPath, Set<String>, QueryContext, Filter, TsFileFilter, boolean) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
getGroupByFillCacheSizeInMB() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getGroupByFillPlan() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getGroupByLevelComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getGroupByLevelController() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getGroupByLevelController() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getGroupByLevelDescriptors() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
getGroupByLevelExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getGroupByTimeComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getGroupByTimeInterval() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getGroupByTimeIntervalString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getGroupByTimeParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
getGroupByTimePlan() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getGroupByWithoutValueFilterDataSet(QueryContext, GroupByTimePlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getGroupByWithValueFilterDataSet(QueryContext, GroupByTimePlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getGroupedExpressionByLevel(Expression) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getGroupedPath(String) - Method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
getGroupedPathMap() - Method in class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
 
getGroupPathsResultMap() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getHavingCondition() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getHavingExpression() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getHdfsIp() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getHeader() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
getHost() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getHost() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getHostDataNode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getId() - Method in enum org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
 
getId() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getId() - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
getId() - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
getId() - Method in class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
getId() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getId() - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
getId() - Method in interface org.apache.iotdb.db.mpp.execution.schedule.queue.IDIndexedAccessible
 
getId() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
getId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
getID() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getID() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getID() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
getID() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getID() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
getID() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getID() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
getID() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getID() - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
getID() - Method in class org.apache.iotdb.db.protocol.mpprest.MPPRestService
 
getID() - Method in class org.apache.iotdb.db.protocol.mqtt.MPPPublishHandler
 
getID() - Method in class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
getID() - Method in class org.apache.iotdb.db.protocol.rest.RestService
 
getID() - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
getID() - Method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
getID() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
getID() - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
getID() - Method in class org.apache.iotdb.db.service.MQTTService
 
getID() - Method in class org.apache.iotdb.db.service.RegionMigrateService
 
getID() - Method in class org.apache.iotdb.db.service.RPCService
 
getID() - Method in class org.apache.iotdb.db.service.SettleService
 
getID() - Method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
getID() - Method in class org.apache.iotdb.db.service.UpgradeSevice
 
getID() - Method in class org.apache.iotdb.db.sync.SyncService
 
getID() - Method in class org.apache.iotdb.db.wal.WALManager
 
getIDiskSchemaManager() - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
 
getIDiskSchemaManager() - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
getIdleTimeoutInSeconds() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getIdTable() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getIDTable(PartialPath) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableManager
get id table by device path
getIDTableDirectly(String) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableManager
get id table by storage group path
getIdTables() - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
 
getIdTables() - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
getIExpressionByFilterOperatorOperator(FilterOperator) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
generate query conditions through the syntax tree (if you enter this function, it means that it must be a syntax tree that can be merged, and there is no or)
getIExpressionForBasicFunctionOperator(BasicFunctionOperator) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
conditions are generated from subtrees of unique conditions
getIfPresent(BloomFilterCache.BloomFilterCacheKey) - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getIMNode() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
getIndex() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getIndexes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getIndexRootFolder() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIndexType() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getIndexType() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
getIndexType() - Method in class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
getIndexType() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
getIndexType() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
getIndexType() - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
getIndexType(String) - Static method in enum org.apache.iotdb.db.index.common.IndexType
 
getInfluxDBImplClassName() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInfluxDBRpcPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInfluxFunctionValues(TSExecuteStatementResp) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
getInfo() - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
getInfo() - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
the id information about this IDriver.
getInnerAggregationPlan() - Method in class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
getInnerBuffer() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getInnerCompactionCnt() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
getInnerCompactionCount(String) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getInnerCompactionTargetFileResource(List<TsFileResource>, boolean) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
Create tmp target file for inner space compaction, in which all source files has only one tmp target file.
getInnerResultColumnsCache() - Method in class org.apache.iotdb.db.qp.logical.crud.UDAFQueryOperator
 
getInnerSeqCompactionPerformer() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInnerSeqCompactionPerformer(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSeqCompactionPerformer
 
getInnerSequenceCompactionSelector() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInnerSequenceCompactionSelector(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSequenceCompactionSelector
 
getInnerUnseqCompactionPerformer() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInnerUnseqCompactionPerformer(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnseqCompactionPerformer
 
getInnerUnsequenceCompactionSelector() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInnerUnsequenceCompactionSelector(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnsequenceCompactionSelector
 
getInputColumnCandidateMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getInputColumnCandidateMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
getInputColumnIndex() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
getInputColumnNames(Expression) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getInputColumnNamesList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getInputColumnTransformers() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.multi.MappableUDFColumnTransformer
 
getInputExpressions() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getInputFilePath() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadDataOperator
 
getInputFilePath() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
 
getInsertMultiTabletEnableMultithreadingColumnThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInsertRowNodeIndexList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getInsertRowNodeIndexList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getInsertRowNodeList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getInsertRowNodeList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getInsertRowPlanIndexList() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getInsertRowPlanList() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getInsertRowStatementList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
getInsertRowStatementList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getInsertTabletNodeList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getInsertTabletPlan(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getInsertTabletPlanList() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getInsertTabletStatementList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getInsertWriteLockHolder() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getInstance() - Static method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getInstance() - Static method in class org.apache.iotdb.db.client.ConfigNodeInfo
 
getInstance() - Static method in class org.apache.iotdb.db.conf.adapter.CompressionRatio
 
getInstance() - Static method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getInstance() - Static method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
getInstance() - Static method in class org.apache.iotdb.db.conf.IoTDBStartCheck
 
getInstance() - Static method in class org.apache.iotdb.db.conf.IoTDBStopCheck
 
getInstance() - Static method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceCheck
 
getInstance() - Static method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceDescriptor
 
getInstance() - Static method in class org.apache.iotdb.db.consensus.DataRegionConsensusImpl
 
getInstance() - Static method in class org.apache.iotdb.db.consensus.SchemaRegionConsensusImpl
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
getInstance() - Static method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
getInstance() - Static method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTaskPoolManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.flush.pool.FlushSubTaskPoolManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.flush.pool.FlushTaskPoolManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
getInstance() - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getInstance() - Static method in class org.apache.iotdb.db.engine.storagegroup.dataregion.HashVirtualPartitioner
 
getInstance() - Static method in class org.apache.iotdb.db.engine.trigger.service.TriggerClassLoaderManager
 
getInstance() - Static method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
getInstance() - Static method in class org.apache.iotdb.db.engine.trigger.utils.HTTPConnectionPool
 
getInstance() - Static method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getInstance() - Static method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
getInstance() - Static method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceIDFactory
get instance
getInstance() - Static method in class org.apache.iotdb.db.metadata.idtable.IDTableManager
get instance
getInstance() - Static method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
we should not use this function in other place, but only in IoTDB class
getInstance() - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeFlushTaskManager
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeReleaseTaskManager
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
we should not use this function in other place, but only in IoTDB class
getInstance() - Static method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getInstance() - Static method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.Coordinator
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanner
 
getInstance() - Static method in class org.apache.iotdb.db.mpp.statistics.StatisticsManager
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.influxdb.meta.InfluxDBMetaManager
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.influxdb.meta.NewInfluxDBMetaManager
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.mpprest.filter.UserCache
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.mpprest.MPPRestService
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.rest.filter.UserCache
 
getInstance() - Static method in class org.apache.iotdb.db.protocol.rest.RestService
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.FileReaderManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.QueryResourceManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.SessionManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.SessionTimeoutManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.externalsort.ExternalSortJobScheduler
 
getInstance() - Static method in class org.apache.iotdb.db.query.externalsort.SimpleExternalSortEngine
 
getInstance() - Static method in class org.apache.iotdb.db.query.pool.QueryTaskManager
 
getInstance() - Static method in class org.apache.iotdb.db.query.pool.RawQueryReadTaskPoolManager
 
getInstance() - Static method in class org.apache.iotdb.db.rescon.MemTableManager
 
getInstance() - Static method in class org.apache.iotdb.db.rescon.SystemInfo
 
getInstance() - Static method in class org.apache.iotdb.db.rescon.TsFileResourceManager
 
getInstance() - Static method in class org.apache.iotdb.db.service.DataNode
 
getInstance() - Static method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
getInstance() - Static method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
getInstance() - Static method in class org.apache.iotdb.db.service.IoTDB
 
getInstance() - Static method in class org.apache.iotdb.db.service.metrics.MetricService
 
getInstance() - Static method in class org.apache.iotdb.db.service.MQTTService
 
getInstance() - Static method in class org.apache.iotdb.db.service.NewIoTDB
 
getInstance() - Static method in class org.apache.iotdb.db.service.RegionMigrateService
 
getInstance() - Static method in class org.apache.iotdb.db.service.RPCService
 
getInstance() - Static method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
getInstance() - Static method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getInstance() - Static method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
getInstance() - Static method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginRegister
 
getInstance() - Static method in class org.apache.iotdb.db.sync.SyncService
 
getInstance() - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
getInstance() - Static method in class org.apache.iotdb.db.utils.OpenFileNumUtil
singleton instance.
getInstance() - Static method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTaskPoolManager
 
getInstance() - Static method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
getInstance() - Static method in class org.apache.iotdb.db.wal.WALManager
 
getInstance(String, int, String, MQTTConnectionFactory, int) - Static method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionPool
 
getINSTANCE() - Static method in class org.apache.iotdb.db.service.SettleService
 
getINSTANCE() - Static method in class org.apache.iotdb.db.service.UpgradeSevice
 
getInstanceContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
getInstanceContext() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getInstanceId() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
getInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
getInstanceInfo() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getInstanceInfo() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceExecution
 
getInstanceInfo(FragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceManager
Gets the info for the specified fragment instance.
getInstances() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
 
getInstanceState() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceExecution
 
getInstantWithPrecision(String, String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
getInt() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getInt() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getInt() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getInt(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getInt(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getInt(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getInt(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getInt(int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
getInt(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getInt(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getInt(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getIntAbsValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getIntArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getIntArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getIntByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getIntByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the int value at the given position in AlignedTvList.
getIntegerStringInferType() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIntermediateType() - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
getIntermediateType() - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
getInternalAddress() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInternalPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getInterval() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
getInterval() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
getInterval() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getIntervalSize() - Method in class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
getIntoPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
getIntValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getInUseOpBlockNum() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Get the number of in-using opBlocks in PipeOpManager.
getInvolvedDataRegionIds(PartialPath, PartialPath, boolean) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
getInvolvedSchemaRegionIds(PartialPath, boolean) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get the target SchemaRegionIds, which will be involved/covered by the given pathPattern.
getInvolvedSchemaRegionIds(PartialPath, PartialPath, boolean) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
getInvolvedStorageGroupMNodes() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeAboveSGCollector
 
getInvolvedStorageGroupMNodes() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeAboveSGLevelCounter
 
getInvolvedStorageGroupNodes(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
getInvolvedStorageGroups(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
 
getInvolvedStorageGroups(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getIoTaskQueueSizeForFlushing() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIoTDBMajorVersion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIoTDBMajorVersion(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIoTDBProperties() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
getIoTDBVersion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIp() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
getIPointReader() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
 
getIpWhiteList() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getIReaderByTimestamp() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
 
getIsSettling() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getIsSettling() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
getIsSgPath() - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
getIterator(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getJarPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getJoinClusterTimeOutMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getKey() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
getKey() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
getKey() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
getKey() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
getKeyOffsetList() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getKeyStorePath() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getKeyStorePwd() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getLabels() - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
getLast() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.Cache
 
getLastCache(PartialPath) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
getLastCache(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get the last cache value of time series of given seriesPath.
getLastCache(SchemaCacheEntry) - Static method in class org.apache.iotdb.db.metadata.cache.DataNodeLastCacheManager
get the last cache value from time series
getLastCache(TimeseriesID) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
get last cache of the timeseies
getLastCache(TimeseriesID) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
get last cache of the timeseies
getLastCache(IMeasurementMNode) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
get the last cache value of time series of given seriesPath
getLastCache(IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get the last cache value in given MeasurementMNode.
getLastCacheContainer() - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
getLastCacheContainer() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getLastCacheContainer() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getLastCacheContainer() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getLastCacheContainer(String) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
getLastCacheContainer(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
getLastFlushTimeManager() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getLastMaxSerialNumber() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
getLastPoint() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getLastPoint() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
getLastPoint() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getLastQueryExecutor(LastQueryPlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getLastQueryHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getLastQueryTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getLastTime() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
getLastTime() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getLastTime(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getLastTime(long, String) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
getLastTime(long, String) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
getLastTime(long, String) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
getLastTimeStamp(IMeasurementMNode, QueryContext) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
get the last value of timeseries represented by given measurementMNode get last value from cache in measurementMNode if absent, get last value from file
getLastTimeWithDefaultValue(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getLastValue() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
getLastWorkMemtableFlushTime() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getLatestConfigNodes() - Method in class org.apache.iotdb.db.client.ConfigNodeInfo
 
getLatestRegionRouteMap() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getLeftExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
getLeftTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
getLevel() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
getLevel() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
getLevel() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
getLevel() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountNodesStatement
 
getLevel() - Method in class org.apache.iotdb.db.qp.logical.sys.CountOperator
 
getLevel() - Method in class org.apache.iotdb.db.qp.physical.sys.CountPlan
 
getLevels() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
getLevels() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getLevels() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getLevels() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getLimit() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
getLimit() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
getLimit() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
getLimit() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getLimit() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getLimit() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
getLimit() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
getLimit() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
getLimit() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getLoadConfigurationOperatorType() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator
 
getLoadConfigurationPlanType() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
getLocalDataBlockEndpoint() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getLocalDataRegionInfo() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
get StorageGroup -> DataRegionIdList map from data/system directory.
getLocalFragmentInstanceId() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Get the local fragment instance ID that this sink handle belongs to.
getLocalFragmentInstanceId() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Get the local fragment instance ID that this source handle belongs to.
getLocalFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
getLocalFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
getLocalFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getLocalFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
getLocalFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
getLocalInternalEndpoint() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getLocalPlanNodeId() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Get the local plan node ID that this source handle belongs to.
getLocalPlanNodeId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
getLocalPlanNodeId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
getLocalPlanNodeId() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
getLockInfo(List<PartialPath>) - Method in class org.apache.iotdb.db.engine.StorageEngine
get lock holder for each sg
getLog() - Method in class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
getLogDirectory() - Method in class org.apache.iotdb.db.wal.node.WALNode
 
getLogFile() - Method in interface org.apache.iotdb.db.wal.io.ILogWriter
Gets the log file
getLogFile() - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
getLogFileName(long) - Static method in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
Get .checkpoint filename
getLogFileName(long, long, WALFileStatus) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Get .wal filename
getLogger() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTaskPoolManager
 
getLogger() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushSubTaskPoolManager
 
getLogger() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushTaskPoolManager
 
getLogger() - Method in class org.apache.iotdb.db.query.pool.QueryTaskManager
 
getLogger() - Method in class org.apache.iotdb.db.query.pool.RawQueryReadTaskPoolManager
 
getLogger() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getLogger() - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTaskPoolManager
 
getLogicalPlan() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
getLogicalStorageGroupName() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
getLoginUserName() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getLogNum() - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
getLong() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
getLong() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getLong() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getLong(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getLong(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getLong(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getLong(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getLong(int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
getLong(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getLong(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getLong(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getLongAbsValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getLongArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getLongArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getLongByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getLongByValueIndex(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the long value at the given position in VectorTvList.
getLongStringInferType() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getLongValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getLowerBound(int) - Method in class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
getMap() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
getMatchedDevices(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
getMatchedDevices(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getMatchedDevices(PartialPath) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
getMatchedDevices(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getMatchedDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all device paths matching the path pattern.
getMatchedDevices(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get all device paths matching the path pattern.
getMatchedDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get all device paths matching the path pattern.
getMatchedDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get all device paths matching the path pattern.
getMatchedDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
Get all device matching the path pattern.
getMatchedDevices(PartialPath, boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getMatchedDevices(PartialPath, boolean) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
Get all device matching the path pattern.
getMatchedDevices(ShowDevicesPlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all device paths and according storage group paths as ShowDevicesResult.
getMatchedDevices(ShowDevicesPlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get all device paths and according storage group paths as ShowDevicesResult.
getMatchedDevices(ShowDevicesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get all device paths and according storage group paths as ShowDevicesResult.
getMatchedDevices(ShowDevicesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get all device paths and according storage group paths as ShowDevicesResult.
getMatchedNodes() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getMatchedStorageGroups(PartialPath, boolean) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get all storage group matching given path pattern.
getMatchedStorageGroups(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all storage group matching given path pattern.
getMatchedStorageGroups(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get all storage group that the given path pattern matches.
getMatchedStorageGroups(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get all storage group matching given path pattern.
getMatchedStorageGroups(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getMatchedStorageGroupSchemas(List<String>) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getMatchedTimeseries(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getMatchedTimeseriesInIndex(String, String, boolean) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
getMatchedTimeseriesInIndex(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
getMaxAllowedConcurrentQueries() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxBinarySizeInBytes(PartialPath) - Method in class org.apache.iotdb.db.mpp.statistics.StatisticsManager
 
getMaxBytes() - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
getMaxBytesPerQuery() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxConnectionForInternalService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxCrossCompactionCandidateFileNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxEndTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getMaxEndTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getMaxEndTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get max end time of device
getMaxEndTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getMaxFileVersion() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
getMaxInnerCompactionCandidateFileNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
getMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
getMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
getMaxMemTableId() - Method in class org.apache.iotdb.db.wal.io.CheckpointReader
 
getMaxMemTableId() - Method in class org.apache.iotdb.db.wal.recover.CheckpointRecoverUtils.CheckpointInfo
 
getMaxMemtableNumber() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxNumberOfSyncFileRetry() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxPendingContinuousQueryTasks() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxPendingWindowEvaluationTasks() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxPlanIndex() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getMaxPlanIndex() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getMaxPlanIndex() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getMaxQueryDeduplicatedPathNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxRunTime() - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
getMaxRunTime(OperatorContext) - Method in interface org.apache.iotdb.db.mpp.execution.timer.ITimeSliceAllocator
 
getMaxRunTime(OperatorContext) - Method in class org.apache.iotdb.db.mpp.execution.timer.RuleBasedTimeSliceAllocator
 
getMaxSize() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
getMaxSpaceFolder() - Method in class org.apache.iotdb.db.conf.directories.strategy.MaxDiskUsableSpaceFirstStrategy
get max space folder.
getMaxTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getMaxTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getMaxWaitingTimeWhenInsertBlocked() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxWalMemTableSnapshotNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMaxWalNodesNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMeasurement() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getMeasurement() - Method in class org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
 
getMeasurement() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getMeasurement() - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
getMeasurement(int) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getMeasurementAlias() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
getMeasurementAlias() - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, String, String, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, String, String, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, String, String, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, List<String>, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, List<String>, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getMeasurementCountGroupByLevel(PartialPath, int, boolean, List<String>, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getMeasurementExpression(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
 
getMeasurementGroup() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
getMeasurementGroupMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
getMeasurementInfoMap() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getMeasurementList() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getMeasurementList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
getMeasurementList() - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
getMeasurementMap() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
getMeasurementMNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getMeasurementMNode(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getMeasurementMNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getMeasurementMNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getMeasurementMNode(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getMeasurementMNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getMeasurementMNode(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getMeasurementMNode(IEntityMNode, String, IMeasurementSchema, String) - Static method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
MeasurementMNode factory method.
getMeasurementMNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Invoked during insertPlan process.
getMeasurementMNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Invoked during insertPlan process.
getMeasurementMNode(IMNode, String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Invoked during insertPlan process.
getMeasurementMNodes() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getMeasurementPath() - Method in exception org.apache.iotdb.db.exception.metadata.MeasurementAlreadyExistException
 
getMeasurementPath() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getMeasurementPath() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getMeasurementPath() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
get MeasurementPath of this node
getMeasurementPath() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Return all measurement paths for given path if the path is abstract.
getMeasurementPaths(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all measurement paths matching the given path pattern
getMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all measurement paths matching the given path pattern
getMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all measurement paths matching the given path pattern
getMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Return all measurement paths for given path if the path is abstract.
getMeasurementPaths(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Return all measurement paths for given path if the path is abstract.
getMeasurementPaths(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all measurement paths matching the given path pattern.
getMeasurementPaths(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all measurement paths matching the given path pattern.
getMeasurementPaths(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all measurement paths matching the given path pattern.
getMeasurementPaths(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Return all measurement paths for given path if the path is abstract.
getMeasurementPaths(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Return all measurement paths for given path if the path is abstract.
getMeasurementPaths(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Return all measurement paths for given path if the path is abstract.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.
getMeasurementPathsWithAlias(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.
getMeasurements() - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBConfiguration
 
getMeasurements() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getMeasurements() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
getMeasurements() - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getMeasurements() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getMeasurements() - Method in class org.apache.iotdb.db.query.dataset.AlignByDeviceDataSet
 
getMeasurements(Set<String>) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
getMeasurementSchema() - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
getMeasurementSchema() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getMeasurementSchema() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
getMeasurementSchemaList() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
getMeasurementSchemas() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getMeasurementsCount() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getMeasurementsInTemplate(String, String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getMeasurementsInTemplate(String, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getMeasurementsList() - Method in interface org.apache.iotdb.db.mpp.plan.planner.plan.node.write.BatchInsertNode
 
getMeasurementsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getMeasurementsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getMeasurementsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getMeasurementsList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getMeasurementsList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getMeasurementsUnderPath(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getMeasurementUid() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkReaderWrap
 
getMeasureType() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadDataOperator
 
getMeasureType() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
 
getMemChunkMap() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
getMemChunkMap() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
getMemChunkMap() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
getMemCost() - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
getMemManagerInstance() - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerHolder
 
getMemoryCapacity() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
getMemorySizeForCompaction() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
getMemoryUsage() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
getMemTable() - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
getMemTableId() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getMemTableId() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getMemTableId() - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
getMemTableId() - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
getMemTableId2Info() - Method in class org.apache.iotdb.db.wal.recover.CheckpointRecoverUtils.CheckpointInfo
 
getMemTableInfos() - Method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
getMemTableMap() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getMemTableMap() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getMemtableSizeThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMergeIntervalSec() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMergeOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
getMergeOrderParameter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getMergeOrderParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
getMergeOrderParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
getMergeOrderParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
getMergeOrderParameter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
getMergeWriteRateLimiter() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getMessage() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
 
getMetadataInString() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get metadata in string
getMetadataListForCurrentSeries() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator.MeasurementIterator
Collect all the chunk metadata of current series from the source files.
getMinimumSegmentInSchemaFile() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMinPlanIndex() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getMinPlanIndex() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getMinPlanIndex() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getMinStartTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getMinStartTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getMinStartTime() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get min start time of device
getMinStartTime() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getMinTime() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
getMinTime() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getMinTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getMinTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getMinTime() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getMissedDevices() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
getMlogBufferSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMNodeForTrigger(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getMNodeForTrigger(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getMNodeForTrigger(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getMNodeForTrigger(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getMNodeType(byte) - Static method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
getMNodeType(Boolean) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
getMNodeType(Boolean) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
getMNodeTypeName(byte) - Static method in class org.apache.iotdb.db.metadata.MetadataConstant
 
getModFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getModificationList() - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
getModifications() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
Get all modifications stored in this file.
getModificationsForMemtable(IMemTable, List<Pair<Modification, IMemTable>>) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
get modifications from a memtable.
getModsFilePath() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getMonitorSeriesValue() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
getMountedNodeIndexOnMeasurementPath(PartialPath, String[]) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Check measurement path and return the mounted node index on path.
getMountedNodeIndexOnMeasurementPath(PartialPath, String[]) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Check measurement path and return the mounted node index on path.
getMountedNodeIndexOnMeasurementPath(PartialPath, String[]) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Check measurement path and return the mounted node index on path.
getMppDataExchangeCorePoolSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMppDataExchangeKeepAliveTimeInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMPPDataExchangeManager() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getMppDataExchangeMaxPoolSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMppDataExchangePort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttHandlerPoolSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttHost() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttMaxMessageSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttPayloadFormatter() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMqttPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getmRemoteSchemaCacheSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMsg() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
getMultiDirStrategyClassName() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getMultiFullPaths(IMNode) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
 
getName() - Method in enum org.apache.iotdb.db.conf.OperationType
 
getName() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTaskPoolManager
 
getName() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushSubTaskPoolManager
 
getName() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushTaskPoolManager
 
getName() - Method in exception org.apache.iotdb.db.exception.metadata.DeleteFailedException
 
getName() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getName() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getName() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getName() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getName() - Method in class org.apache.iotdb.db.mpp.common.schematree.MeasurementSchemaInfo
 
getName() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getName() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
getName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getName() - Method in class org.apache.iotdb.db.protocol.mqtt.JSONPayloadFormatter
 
getName() - Method in interface org.apache.iotdb.db.protocol.mqtt.PayloadFormatter
get the formatter name
getName() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
getName() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getName() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
getName() - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
getName() - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
getName() - Method in class org.apache.iotdb.db.query.dataset.ShowResult
 
getName() - Method in class org.apache.iotdb.db.query.pool.QueryTaskManager
 
getName() - Method in class org.apache.iotdb.db.query.pool.RawQueryReadTaskPoolManager
 
getName() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getName() - Method in enum org.apache.iotdb.db.service.metrics.enums.Operation
 
getName() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Get the name of this pipe.
getName() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
getName() - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTaskPoolManager
 
getNanStringInferType() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getNativeFunctionNames() - Static method in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
getNativeSelectorFunctionNames() - Static method in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
getNewChildBuffer() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getNewChildBuffer() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getNewChildBufferIterator() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getNewChildBufferIterator() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getNewMNodeContainer() - Static method in class org.apache.iotdb.db.metadata.mnode.container.MNodeContainers
 
getNewPassword() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getNewPassword() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getNewPassword() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getNextAggregateResult() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
getNextAggregateResult() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
getNextAggregateResult() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
getNextCompactionTaskId() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getNextFolder() - Method in class org.apache.iotdb.db.conf.directories.FolderManager
 
getNextFolderForSequenceFile() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getNextFolderForUnSequenceFile() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
getNextIndex() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
return the BeginIndex of next SrcEntry
getNextIndex() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Get Next Operation Index after last operation.
getNextIndex(String) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Get the data index next to the last available data of StorageGroup
getNextOperatorId() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getNextPairs() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogAnalyzer
 
getNextReadIndex() - Method in class org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
 
getNextSegAddress() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
getNextSegAddress() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getNextSegAddress(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getNextSegAddress(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getNextSeqFileResource(boolean) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getNextSeqFileResource(boolean) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getNextUnseqFileResource(boolean) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getNextUnseqFileResource(boolean) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getNodeAddress(IMNode) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getNodeByPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get node by the path
getNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get node by the path
getNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get node by the path
getNodeDistribution(PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeGroupContext
 
getNodeNameList() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getNodeNameList() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getNodeNameList() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getNodeNextChildren(PartialPath) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getNodesCountInGivenLevel(PartialPath, int) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of nodes in the given level for given path pattern.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of nodes in the given level for given path pattern.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get the count of nodes in the given level matching the given path.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get the count of nodes in the given level matching the given path.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get the count of nodes in the given level matching the given path.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
To calculate the count of nodes in the given level for given path pattern.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
To calculate the count of nodes in the given level for given path pattern.
getNodesCountInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
To calculate the count of nodes in the given level for given path pattern.
getNodesList(PartialPath, int) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getNodesListInGivenLevel(PartialPath, int) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all nodes matching the given path pattern in the given level.
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
To collect nodes in the given level for given path pattern.
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get all paths of nodes in the given level matching the given path.
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get all paths from root to the given level
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get all paths from root to the given level
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get all paths from root to the given level
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
To collect nodes in the given level for given path pattern.
getNodesListInGivenLevel(PartialPath, int, boolean, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getNodesListInGivenLevel(PartialPath, int, LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getNodesNumInGivenLevel(PartialPath, int, boolean) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getNodesSnapshot() - Method in class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
getNodesSnapshot() - Method in interface org.apache.iotdb.db.wal.allocation.NodeAllocationStrategy
Get all wal nodes
getNodesSnapshot() - Method in class org.apache.iotdb.db.wal.allocation.RoundRobinStrategy
 
getNodeType() - Method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
 
getNodeType() - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
getNodeTypeName() - Method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
 
getNodeWithAutoCreate(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
getNormalMods(TsFileResource) - Static method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
getNot() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
getNot() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
getNoTimeExecuteResp(List<String>, List<String>) - Static method in class org.apache.iotdb.db.service.StaticResps
 
getNullQueryResult() - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
get a null query result
getNumberOfPendingSubTasks() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getNumberOfPendingSubTasks() - Method in interface org.apache.iotdb.db.engine.flush.FlushManagerMBean
 
getNumberOfPendingTasks() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getNumberOfPendingTasks() - Method in interface org.apache.iotdb.db.engine.flush.FlushManagerMBean
 
getNumberOfWorkingSubTasks() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getNumberOfWorkingSubTasks() - Method in interface org.apache.iotdb.db.engine.flush.FlushManagerMBean
 
getNumberOfWorkingTasks() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
getNumberOfWorkingTasks() - Method in interface org.apache.iotdb.db.engine.flush.FlushManagerMBean
 
getNumOfBufferedTsBlocks() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getNumOfThreads() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
getOffset() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getOffset() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getOffset() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getOffset() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
getOffset() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
getOffset() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
getOffset() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getOffset() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getOffset() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
getOffset() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
getOffset() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
getOffset() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
getOffset() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
getOffset() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getOldestMemTableInfo() - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
Get MemTableInfo of oldest MemTable, whose first version id is smallest
getOnlyTraverseFunctionNames() - Static method in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
getOperation(long, long) - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
Get data from data src
getOperation(long, long) - Method in class org.apache.iotdb.db.sync.datasource.DeletionOpBlock
Get 1 Operation that contain needed data.
getOperation(long, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Get Operations from current StorageGroup.
getOperation(long, long) - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
Get 1 Operation that contain needed data.
getOperation(String, long, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Use SG and index to get Operation from all data files (Tsfile/.modes etc.).
getOperationBatchSize() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration
 
getOperationType() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getOperationTypeName() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getOperatorContext() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
getOperatorContext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
getOperatorContexts() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getOperatorId() - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
getOperatorName() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getOperatorName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getOperatorType() - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
getOperatorType() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getOrCreateDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
get data partition when write
getOrCreateDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getOrCreateDataPartition(List<DataPartitionQueryParam>) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getOrCreateDataPartition(List<DataPartitionQueryParam>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getOrCreateDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getOrCreateDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
get data partition when query
getOrCreateDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getOrCreateDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getOrCreateDataPartition(Map<String, List<DataPartitionQueryParam>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getOrCreateDataPartitionTable(TDataPartitionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getOrCreateMPPDataExchangeServiceImpl() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
getOrCreateSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getOrCreateSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
getOrCreateSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getOrCreateSchemaPartition(PathPatternTree) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getOrCreateSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getOrCreateSchemaPartitionTable(TSchemaPartitionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getOrCreateSyncManager(String) - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Get ISyncManager by dataRegionId.
getOrCreateSyncManager(String) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
getOrCreateSyncManager(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
getOrDefaultTsFileIOWriter(File, long) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
getOrderByComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getOrdering() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
getOrderTime(String, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getOrderTime(TsFileResource) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getOrderTime(TsFileResource) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getOrderTime(Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getOrderTime(Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getOrderUtils() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
getOrderUtils() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.AbstractSchemaMergeNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getOutputColumnNames() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getOutputExpression() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
getOutputExpressions() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
getOutputPointReaders() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.EvaluationDAGBuilder
 
getOutputType() - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
getOutputValueColumnCount() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getOutputValueColumnCount() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
getOutputValueColumnCount() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
getOutputValueColumnCount() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
return the result column count without the time column
getOverlapCheckTime(Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
getOverlapCheckTime(Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
getOverlappedPageNum() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getOverlappedPathPatterns(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
getPageBuffer(ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getPageBuffer(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getPageCacheSizeInSchemaFile() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getPageIndex() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getPageIndex() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getPageIndex(long) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getPageOnTest(int) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getPairFromBetweenTimeFirst(Expression, Expression, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
getPairFromBetweenTimeSecond(BetweenExpression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
getPairFromBetweenTimeThird(BetweenExpression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
getParametersString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
Generates the parameter part of the function column name.
getParametersString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
getParent() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getParent() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getParent() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getParent() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getParent() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getParentIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getParentInsertTabletNodeIndexList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getParentInsertTabletPlanIndexList() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getParmaName() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
getPartialPath() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getPartialPath() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getPartialPath() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
get partial path of this node
getPartialPath() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
getPartialPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildNodesStatement
 
getPartialPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildPathsStatement
 
getPartialResult() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
getPartitionCacheSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getPartitionCount() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.HashVirtualPartitioner
 
getPartitionCount() - Method in interface org.apache.iotdb.db.engine.storagegroup.dataregion.VirtualPartitioner
get total number of data region
getPartitionFilter() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
getPartitionFilter() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
getPartitionId() - Method in class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
getPartitionId() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePartitionPlan
 
getPartitionInfo(String, Filter) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getPartitionInfo(PartialPath, Filter) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getPartitionInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getPartitionMaxFileVersions(long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getPartitionPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesSourceNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getPartitionTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesSourceNode
 
getPassword() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getPassword() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getPassword() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.User
 
getPassword() - Method in class org.apache.iotdb.db.protocol.rest.filter.User
 
getPassword() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getPassWord() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getPassWord() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getPath() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
getPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.CountOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.SetStorageGroupOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowChildNodesOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowChildPathsOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowLockInfoOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowStorageGroupOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.CountPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowChildNodesPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowChildPathsPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowLockInfoPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowStorageGroupPlan
 
getPath() - Method in enum org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
getPathByMeasurement(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
getPathList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
getPathList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
getPathList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getPathList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
getPathModifications(ModificationFile, PartialPath) - Method in class org.apache.iotdb.db.query.context.QueryContext
Find the modifications of timeseries 'path' in 'modFile'.
getPathModifications(ModificationFile, AlignedPath) - Method in class org.apache.iotdb.db.query.context.QueryContext
Find the modifications of all aligned 'paths' in 'modFile'.
getPathNextChildren(PartialPath) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getPathNodeInTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getPathNodeInTemplate(PartialPath) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getPathPattern() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStatement
 
getPathPattern() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getPathPattern() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
getPathPattern() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStorageGroupStatement
 
getPathPattern() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriverContext
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropTriggerStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildNodesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildPathsStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowFunctionsStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStorageGroupStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ExplainStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
getPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
getPaths() - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
getPaths() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
getPaths() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
getPaths() - Method in class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePartitionPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
mainly for query auth.
getPaths() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ClearCachePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropPipeSinkPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.KillQueryPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.OperatePipePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowQueryResourcePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTTLPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.TracingPlan
 
getPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
getPathSet() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getPathSet() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getPathSetTemplate() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
getPathsName(PartialPath) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getPathsNum() - Method in class org.apache.iotdb.db.query.dataset.AlignByDeviceDataSet
 
getPathsNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getPathsSetOnTemplate(int) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
getPathsSetOnTemplate(String) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getPathsSetOnTemplate(String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getPathsSetOnTemplate(String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get all paths set designated template
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get all paths set designated template
getPathsSetTemplate(String) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Get all paths set designated template
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get all paths set designated template
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get all paths set designated template
getPathsSetTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getPathsSetTemplate(String) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
get info of mounted template
getPathString() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getPathsUsingTemplate(int) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getPathsUsingTemplate(int) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getPathsUsingTemplate(int) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getPathsUsingTemplate(int) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getPathsUsingTemplate(String) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
getPathsUsingTemplate(String) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getPathsUsingTemplate(String) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getPathToIndex() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getPathWithMeasurement(int) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getPattern() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
getPattern() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
getPatternString() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
getPatternString() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
getPatternTree() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getPatternTree() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
 
getPayloadFormat(String) - Static method in class org.apache.iotdb.db.protocol.mqtt.PayloadFormatManager
 
getPermissions() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getPinnedSize() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
getPinnedSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
getPinnedSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
getPipeAttributes() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getPipeAttributes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
getPipeDataSerialNumber() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
getPipeMessage(String, long, boolean) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
read the most important message about one pipe.
getPipeMessageMap() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
getPipeMessages(String, long, boolean) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
read recent messages about one pipe
getPipeMsg(String, long) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
getPipeMsg(String, long) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getPipeName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getPipeName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
getPipeName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeStatement
 
getPipeName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
getPipeName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
getPipeName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
getPipeName() - Method in class org.apache.iotdb.db.qp.physical.sys.OperatePipePlan
 
getPipeName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPipePlan
 
getPipeName() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
getPipeOpManager() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
getPipeSink() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Get the PipeSink of this pipe.
getPipeSink() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
getPipeSink(String) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
getPipeSink(String) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getPipeSink(String) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
getPipeSink(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
getPipeSinkAttributes() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
getPipeSinkName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
getPipeSinkName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getPipeSinkName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
getPipeSinkName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkStatement
 
getPipeSinkName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
getPipeSinkName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
getPipeSinkName() - Method in class org.apache.iotdb.db.qp.physical.sys.DropPipeSinkPlan
 
getPipeSinkName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPipeSinkPlan
 
getPipeSinkName() - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
getPipeSinkName() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
getPipeSinkName() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
getPipeSinkName() - Method in interface org.apache.iotdb.db.sync.sender.pipe.PipeSink
 
getPipeSinkType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
getPipeSinkType() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
getPlanFragment() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
getPlanFragmentList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
getPlanFromFailed() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
Reconstruct this plan with the failed measurements.
getPlanFromFailed() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getPlanFromFailed() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getPlanFromFailed() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getPlanFromFailed() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getPlanner() - Method in class org.apache.iotdb.db.service.basic.ServiceProvider
 
getPlanNode(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.BaseStateMachine
 
getPlanNodeById(PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
getPlanNodeId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
getPlanNodeTree() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
getPointReader() - Method in class org.apache.iotdb.db.engine.querycontext.AlignedReadOnlyMemChunk
 
getPointReader() - Method in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
getPointReader(TsBlock) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
getPointReader(TsBlock) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
getPoolSize() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getPort() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getPort() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getPort() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
getPositionCount() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnCache
 
getPotentialNodeTobeEvicted() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
getPotentialNodeTobeEvicted() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
getPotentialNodeTobeEvicted() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
getPredicate() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
getPredicate() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.HavingCondition
 
getPredicate() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.WhereCondition
 
getPredictedDataType(Object, boolean) - Static method in class org.apache.iotdb.db.utils.TypeInferenceUtils
Get predicted DataType of the given value
getPrefixPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
getPrefixPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.logical.sys.ActivateTemplateOperator
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
getPrefixPath() - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
getPrefixPaths() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FromComponent
 
getPrefixPaths() - Method in class org.apache.iotdb.db.qp.logical.crud.FromComponent
 
getPrefixPaths() - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Return prefix paths of all sub-plans
getPrefixPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getPrefixPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getPrefixPaths() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getPrefixPaths() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getPrevSegAddress() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
getPrevSegAddress() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getPrevSegAddress(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getPrevSegAddress(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getPrimitiveArraysByType(TSDataType) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getPrimitiveArraySize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getPriority() - Method in enum org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
getPriority() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
getPriorityMergeReader() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
getPriorityMergeReader() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
getPriorityMergeReader() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesReader
 
getPriorityMergeReader() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
getPriorityQueueSize() - Method in class org.apache.iotdb.db.rescon.TsFileResourceManager
 
getPrivilegeList() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getPrivilegeList() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getPrivileges(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getProcessor(int, IStorageGroupMNode) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
get processor from data region id
getProcessor(PartialPath) - Method in class org.apache.iotdb.db.engine.StorageEngine
This method is for insert and query or sth like them, this may get a virtual storage group
getProcessor(PartialPath, IStorageGroupMNode) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
get processor from device id
getProcessor(IStorageGroupMNode, int) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
getProcessorByDataRegionId(PartialPath, int) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
getProcessorDirectly(PartialPath) - Method in class org.apache.iotdb.db.engine.StorageEngine
This method is for sync, delete tsfile or sth like them, just get storage group directly by sg name
getProcessorDirectly(PartialPath, int) - Method in class org.apache.iotdb.db.engine.StorageEngine
This method is for sync, delete tsfile or sth like them, just get storage group directly by dataRegionId
getProcessorMap() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
getProps() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getProps() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getProps() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getProps() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
getProps() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getProps() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
getProps() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
getProps() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getProps() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getPropsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getPropsList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getPropsUrl() - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
get props url location
getPropsUrl() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceDescriptor
get props url location
getPrunedMeasurements() - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
getQos() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getQoS() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
getQueryContext() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceContext
 
getQueryContext(long) - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
getQueryContextMap() - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
getQueryDataSet() - Method in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
getQueryDataSet() - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesDataSet
 
getQueryDataSet() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeseriesDataSet
 
getQueryDataSource(PartialPath, QueryContext, Filter, boolean) - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
 
getQueryDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getQueryEndTime() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
getQueryEndTime() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getQueryExecution(Long) - Method in class org.apache.iotdb.db.mpp.plan.Coordinator
 
getQueryFileManager() - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
 
getQueryFilter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool.MemoryReservationFuture
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
getQueryId() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
getQueryId() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
getQueryId() - Method in class org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
 
getQueryId() - Method in class org.apache.iotdb.db.qp.physical.sys.KillQueryPlan
 
getQueryId() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getQueryMemoryReservedBytes(String) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
getQueryOperator() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
getQueryOperator() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
getQueryPlan() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
getQueryPool() - Method in class org.apache.iotdb.db.mpp.execution.memory.LocalMemoryManager
 
getQuerySql() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getQuerySql() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getQuerySqlAfterGroupByClause() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getQuerySqlBeforeGroupByClause() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getQueryStartTime() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
getQueryStartTime() - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
getQueryStatement() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ExplainStatement
 
getQueryTime() - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
getQueryTimeLowerBound() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getQueryTimeoutThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getQueryType() - Method in interface org.apache.iotdb.db.mpp.plan.statement.IConfigStatement
Determine whether the operation to be performed is read or write
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStorageGroupStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropTriggerStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowClusterStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowConfigNodesStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowFunctionsStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStorageGroupStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowNodesInSchemaTemplateStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathSetTemplateStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowSchemaTemplateStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
getQueryType() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
getRamSize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getRange() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getRange() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getRatio() - Method in class org.apache.iotdb.db.conf.adapter.CompressionRatio
Get the average compression ratio for all closed files
getRawDataQueryExecutor(RawDataQueryPlan) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
getRawPathToGroupedPathMap() - Method in class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
 
getRawQueryBlockingQueueCapacity() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getReadConsistencyLevel() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getReader() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
getReaderAndChunkMetadataForCurrentAlignedSeries() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
return a list of the tsfile reader and its aligned chunk metadata list for the aligned device which this iterator is visiting.
getReaderByTime(PartialPath, RawDataQueryPlan, QueryContext) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
getReaderByTime(PartialPath, RawDataQueryPlan, TSDataType, QueryContext) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
getReaderByTimestamp(PartialPath, Set<String>, TSDataType, QueryContext) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
getReaderIndexByExpressionName(String) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
getReadOnlyMemChunk(PartialPath) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getReadOnlyMemChunkFromMemTable(IMemTable, List<Pair<Modification, IMemTable>>, long) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
getReconnectDelay() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getReconnectDelay() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getRecord(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getRecordAlias(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
getRecordAsIMNode(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
get a MNode by its name or alias
getRecordAsIMNode(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getRecordLength(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
These methods need a buffer whose position is ready to read.
getRecordSegAddr(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
getRecordSize(TSDataType, Object, boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for getting the value size.
getRecordsSize(List<TSDataType>, Object[], boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for getting the value size.
getRecordType(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
getRecoverListener() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
getRecoveryLogIntervalInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getReference(Expression) - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
 
getReferenceCount() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getRegionReplicaSet() - Method in interface org.apache.iotdb.db.mpp.plan.planner.plan.node.IPartitionRelatedNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getRegionReplicaSet() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getRegionReplicaSet(TConsensusGroupId) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
get regionReplicaSet from local and confignode
getRegionType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
getRegionType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
getRegistrationInformation() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
getRegistrationInformation(String) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
getRejectProportion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRejectThershold() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getRejectThershold() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getRejectThershold() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
getRelatedSchemaRegion() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getRelatedSchemaRegionInStorageGroup(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getRelatedTemplate() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
getRelatedTemplateInfo() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getRelatedValues() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
getRemoteEndpoint() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getRemoteEndpoint() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
getRemoteFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
getRemoteFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
getRemoteFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getRemoteFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
getRemotePlanNodeId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
getRemotePlanNodeId() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
getRemoteSourceNode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getReqIterator(long) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
getReqIterator(long) - Method in class org.apache.iotdb.db.wal.node.WALNode
This iterator is not concurrency-safe, cannot read the current-writing wal file.
getReservedBytes() - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
getResourceFilePath() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getResourceInstance(PartialPath) - Static method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
getResourcesToBeSettled(List<TsFileResource>, List<TsFileResource>, List<String>) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
getResourcesToBeSettled(PartialPath, List<TsFileResource>, List<TsFileResource>, List<String>) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
getRespAliasColumns() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getRespColumns() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getRespDatasetHeader() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getRespDataTypeList() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getRespDataTypes() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
getRestQueryDefaultRowSizeLimit() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getRestServicePort() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getResult() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
After invoke traverse(), this method could be invoked to get result
getResult() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
getResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
getResultColumnByDatasetOutputIndex(int) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
getResultColumnName() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
getResultColumnPointReaders() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
getResultColumns() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
getResultColumns() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
getResultColumns() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getResultDataType() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getResultNodeContext() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getResults() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
getResults() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
getResults() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
getResults() - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Return execution status for each path
getResults() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getResults() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getResults() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getResults() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getResults() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
getResultSet() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
getResultSetFormat() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getResultSetHeader() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
getResultTimeOrder() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getRightExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
getRightTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
getRole(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getRoleCache(String) - Method in class org.apache.iotdb.db.auth.BasicAuthorityCache
 
getRoleCache(String) - Method in interface org.apache.iotdb.db.auth.IAuthorCache
 
getRoleName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getRoleName() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getRoleName() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getRoot() - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
getRoot() - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
getRoot() - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
getRoot() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
getRoot() - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
getRootCause(Throwable) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
getRootNode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.LogicalQueryPlan
 
getRootSubPlan() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
 
getRow(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
getRow(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
getRowCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getRowCount() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getRowCount() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
getRowCount() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getRowCount(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
Gets the number of rows in the InsertTabletPlan of the index, zero will be returned if the index is out of bound.
getRowIterator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
getRowIterator() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
getRowLimit() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getRowLimit() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getRowLimit() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getRowOffset() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getRowOffset() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getRowOffset() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getRowPlanIndexList() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getRowPlans() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
getRowRecord(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
getRowRecord(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
getRpcAddress() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRpcImplClassName() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRpcMaxConcurrentClientNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRpcMinConcurrentClientNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRpcPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRPCPort() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
getRPCPort() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
 
getRPCPort() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
getRPCPort() - Method in class org.apache.iotdb.db.service.RPCService
 
getRPCPort() - Method in interface org.apache.iotdb.db.service.RPCServiceMBean
 
getRpcSelectorThreadNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getRPCServiceStatus() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
 
getRPCServiceStatus() - Method in interface org.apache.iotdb.db.service.RPCServiceMBean
 
getRunningCompactionTaskList() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getRunningPipeInfo() - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
getRunningPipeInfo() - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
getRunningPipeInfo() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
getRunningPipeInfo() - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
getSafetyLine() - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine
 
getSaveInterval() - Static method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
getScanOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getSchedulePriority() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getSchedulePriority(FragmentInstanceId) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
getSchedulePriority(FragmentInstanceId) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.IDriverScheduler
Return the schedule priority of a fragment.
getSchema() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getSchema() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
getSchema() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getSchema() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getSchema() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getSchema() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getSchema() - Method in class org.apache.iotdb.db.mpp.common.schematree.MeasurementSchemaInfo
 
getSchema() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
getSchema() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
getSchema(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
getSchemaBytes(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
getSchemaDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaEngineMode() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaEntry(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
get schema entry of the measurement
getSchemaEntryId() - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
getSchemaList() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getSchemaMap() - Method in class org.apache.iotdb.db.metadata.template.Template
 
getSchemaNames() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
getSchemaNodeManagementPartition(TSchemaNodeManagementReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getSchemaNodeManagementPartition(PathPatternTree) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getSchemaNodeManagementPartitionWithLevel(PathPatternTree, Integer) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
getSchemaNodeManagementPartitionWithLevel(PathPatternTree, Integer) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getSchemaNodeManagementPartitionWithLevel(PathPatternTree, Integer) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getSchemaNodeManagementPartitionWithLevel(PathPatternTree, Integer) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getSchemaPartition(Map<String, List<String>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
get schemaPartition
getSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
getSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
getSchemaPartition(PathPatternTree) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
getSchemaPartition(PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
getSchemaPartitionInfo() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getSchemaPartitionTable(TSchemaPartitionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getSchemaRegion() - Method in class org.apache.iotdb.db.mpp.execution.driver.SchemaDriverContext
 
getSchemaRegion(SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
getSchemaRegionConsensusDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaRegionConsensusPort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaRegionConsensusProtocolClass() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaRegionDeviceNodeCacheSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSchemaRegionId() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getSchemaRegionId() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getSchemaRegionId() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getSchemaRegionId(PartialPath, PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
getSchemaRegionIdsByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getSchemaRegionIdsByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
getSchemaReplicationFactor() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getSchemasInTemplate(String, String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
getSchemasInTemplate(String, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getSchemaTemplate() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getSchemaTemplate() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getSchemaTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
getSchemaTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getSchemaTemplateId() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getSchemaTemplateId() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getSchemaTemplateId() - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
getSchemaTemplateId() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getSchemaTree() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getSearchIndex() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
getSearchIndex() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
getSecondColumnTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
getSecondExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
getSegIndex(long) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getSegmentAddress() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getSegmentAddress() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getSegmentSize(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getSegmentSize(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getSegmentTest(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
getSelectComponent() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getSelectComponent() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxQueryOperator
 
getSelectComponent() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getSelectedFileSize() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
getSelectedSequenceFiles() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
getSelectedTsFileResourceList() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
getSelectedUnsequenceFiles() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
getSelectIntoInsertTabletPlanRowLimit() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSelectorNumOfClientManager() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSenderManager() - Method in class org.apache.iotdb.db.sync.SyncService
 
getSeqFiles() - Method in class org.apache.iotdb.db.engine.compaction.cross.rewrite.CrossSpaceCompactionResource
 
getSeqFileSet() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getSeqMemtableFlushCheckInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSeqMemtableFlushInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSeqResourceByIndex(int) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getSeqResources() - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getSeqResourcesSize() - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getSeqTsFileSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSequenceChunkNum() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getSequenceChunkPoints() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getSequenceFileList() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getSequenceFileTotalCount() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getSequenceFileTotalSize() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getSequenceListByTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getSequenceRecoverTsFileResources() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getSerialId() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getSerializationRecorder() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
getSerializationRecorder() - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
getSerializationRecorder() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
getSerializedByteLength() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
getSerializedElementSize() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
getSerializedSize() - Static method in enum org.apache.iotdb.db.index.common.IndexType
 
getSerialNumber() - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
getSeriesLimit() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getSeriesLimit() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getSeriesNumber() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getSeriesNumber() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getSeriesOffset() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getSeriesOffset() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getSeriesPartitionExecutorClass() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSeriesPartitionSlotNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSeriesPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
getSeriesPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
getSeriesPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getSeriesPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getSeriesReader() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
getSeriesSchema(String, String) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
get schema from device and measurements
getSeriesSchema(String, String) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
get schema from device and measurements
getSeriesSchema(String, String) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableManager
get schema from device and measurements
getSeriesSchema(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get schema of paritialPath
getSeriesSchema(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get schema of paritialPath
getSeriesSchema(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get schema of paritialPath
getSeriesSchemas(InsertPlan) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
check inserting timeseries existence and fill their measurement mnode
getSeriesSchemas(InsertPlan) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
check inserting timeseries existence and fill their measurement mnode
getSeriesSchemas(InsertPlan, DataRegion) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
getSeriesSchemasAndReadLockDevice(InsertPlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
get schema for device.
getSeriesSchemasAndReadLockDevice(InsertPlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
get schema for device.
getSeriesSchemasAndReadLockDevice(InsertPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
get schema for device.
getSeriesSchemasAndReadLockDevice(InsertPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
get schema for device.
getSeriesType() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
getSeriesType() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
getSeriesType(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get series type for given seriesPath.
getSeriesType(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Get series type for given seriesPath.
getSeriesType(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Get series type for given seriesPath.
getSeriesTypeByPath(PartialPath, String) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
getSeriesTypeInByte() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
getSeriesTypesByPaths(Collection<? extends PartialPath>) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
getSeriesTypesByPaths(List<MeasurementPath>, List<String>) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
getSession() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getSessionId() - Method in class org.apache.iotdb.db.mpp.common.SessionInfo
 
getSessionId() - Method in class org.apache.iotdb.db.service.basic.BasicOpenSessionResp
 
getSessionIdByQueryId(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getSessionInfo(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getSessionTimeoutThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSettleLogPath() - Static method in class org.apache.iotdb.db.engine.settle.SettleLog
 
getSettleThreadNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSettleTsFileCallBack() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getSgByEngineFile(File, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
The internal file means that the file is in the engine, which is different from those external files which are not loaded.
getSGByFilePath(String) - Method in class org.apache.iotdb.db.service.SettleService
 
getSgLevel() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
getSgLevel() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
getSgName() - Method in class org.apache.iotdb.db.query.dataset.ShowResult
 
getSgPath() - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
getSgPath() - Method in class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
getSgSet() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
 
getSGWithRegionId(String, String) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getShowChildNodesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowChildPathsHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowClusterHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowConfigNodesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowContentType() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
getShowContinuousQueriesResultList() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
getShowDataNodesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowDevicesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowDevicesWithSgHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowFunctionsHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowNodesInSchemaTemplateHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowPathSetTemplateHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowPathsUsingTemplateHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowPipeHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowPipeSinkHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowPipeSinkTypeHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowRegionHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowSchemaTemplateHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowStorageGroupHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowTimeSeriesHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowTTLHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getShowVersionHeader() - Static method in class org.apache.iotdb.db.mpp.common.header.DatasetHeaderFactory
 
getSingleFill() - Method in class org.apache.iotdb.db.qp.logical.crud.FillClauseComponent
 
getSingleFill() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
 
getSingleFill() - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
getSingleFill() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
getSinglePath() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
getSinglePath() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
getSingleRootArray() - Static method in class org.apache.iotdb.db.qp.constant.SQLConstant
 
getSingleTimeArray() - Static method in class org.apache.iotdb.db.qp.constant.SQLConstant
 
getSinkHandle() - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
getSinkHandle() - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
 
getSinkHandle() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getSinkParams() - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
getSlidingStep() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
getSlidingStep() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
getSlidingStep() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
getSlidingStep() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getSlidingStep() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingSizeWindowConfiguration
 
getSlidingStep() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingTimeWindowConfiguration
 
getSlidingWindowGroupByExecutor(String, TSDataType, boolean) - Static method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutorFactory
 
getSlowQueryThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSnapshotFileInfo() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLoader
 
getSnapshotFilePathForTsFile(File, String) - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotTaker
Construct the snapshot file path for a given tsfile, and will create the dir.
getSnapshotFiles(File) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
getSortedTvListForQuery() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getSortedTvListForQuery() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
served for query requests.
getSortedTvListForQuery() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getSortedTvListForQuery(List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getSortedTvListForQuery(List<IMeasurementSchema>) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
served for vector query requests.
getSortedTvListForQuery(List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getSortItemList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
getSortItemList() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
getSortItemList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getSortKey() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
getSortOrder() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
getSourceAddress() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getSourceExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getSourceFileInfos() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
getSourceId() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
getSourceId() - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SourceOperator
 
getSourceLocation(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
getSourceLocations() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
getSourceOperators() - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriverContext
 
getSourceOperators() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getSpareSize() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
getSpareSize() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
getSpareSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
Calculated with accurate total segment size by examine segment buffers.
This accuracy will save much space for schema file at the cost of more frequent rearrangement.
getSpareSize() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
getSpecialClauseComponent() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getSpecifiedFillResult(TSDataType) - Method in class org.apache.iotdb.db.query.executor.fill.ValueFill
 
getStartIndex() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getStartTime() - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
getStartTime() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getStartTime() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getStartTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
getStartTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
getStartTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
getStartTime() - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
getStartTime() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
getStartTime() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getStartTime() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getStartTime() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getStartTime() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
getStartTime() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
getStartTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getStartTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getStartTime(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get start time of device
getStartTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getStartTime(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getStartUpNanosecond() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getState() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
 
getState() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
getState() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
getStateChange(FragmentInstanceState) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
getStateChange(QueryState) - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
getStateChange(T) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Gets a future that completes when the state is no longer .equals() to currentState).
getStateMachine() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
getStatement() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getStatement() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getStatement(String) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getStatistics() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getStatistics() - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
getStatistics(int) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getStatus() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getStatus() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
getStatus() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
getStatus() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
getStatus() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
This method is a synchronized method.
getStatus() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
getStatus() - Method in class org.apache.iotdb.db.qp.logical.sys.SetSystemModeOperator
 
getStatus() - Method in class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
getStatus() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
Collect the status of External Pipe.
getStatus() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Get the Pipe.PipeStatus of this pipe.
getStatus() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
getStatus() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
getStatusCode() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
getStep() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
getStorageGroup() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getStorageGroup() - Method in class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
getStorageGroup() - Method in class org.apache.iotdb.db.qp.logical.sys.UnSetTTLOperator
 
getStorageGroup() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
getStorageGroup() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
getStorageGroup() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
getStorageGroup() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
getStorageGroupDir() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getStorageGroupFullPath() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
getStorageGroupFullPath() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
getStorageGroupFullPath() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
getStorageGroupInfo() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getStorageGroupList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
getStorageGroupList() - Method in class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
getStorageGroupName() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getStorageGroupName() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getStorageGroupName() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getStorageGroupName() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getStorageGroupName() - Method in class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
getStorageGroupName() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePartitionPlan
 
getStorageGroupName() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getStorageGroupNames(PartialPath, boolean) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
getStorageGroupNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Get storage group node by path.
getStorageGroupNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Get storage group node by path.
getStorageGroupNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
E.g., root.sg is storage group given [root, sg], return the MNode of root.sg given [root, sg, device], return the MNode of root.sg Get storage group node, the give path don't need to be storage group path.
getStorageGroupNodeByPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Get storage group node by path.
getStorageGroupNodeByPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getStorageGroupNodeByStorageGroupPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
E.g., root.sg is storage group given [root, sg], if the give path is not a storage group, throw exception
getStorageGroupNodeInTraversePath(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
getStorageGroupNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
To calculate the count of storage group for given path pattern.
getStorageGroupNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
To calculate the count of storage group for given path pattern.
getStorageGroupNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Get the count of storage group matching the given path.
getStorageGroupNum(PartialPath, boolean) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
To calculate the count of storage group for given path pattern.
getStorageGroupNum(PartialPath, boolean) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
getStorageGroupPartitionIds() - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
getStorageGroupPath() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Get the storageGroupPath with dataRegionId.
getStorageGroupPath() - Method in exception org.apache.iotdb.db.exception.metadata.StorageGroupAlreadySetException
 
getStorageGroupPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getStorageGroupPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
getStorageGroupPath(PartialPath) - Method in class org.apache.iotdb.db.engine.StorageEngine
Get the virtual storage group name.
getStorageGroupPathByLevel(PartialPath, int) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
Get storage group path when creating schema automatically is enable
getStorageGroups() - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
getStorageGroups() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
getStorageGroups() - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
getStorageGroups() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
getStorageGroups() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
getStorageGroups() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
getStorageGroups() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTTLOperator
 
getStorageGroups() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTTLPlan
 
getStorageGroupSchema() - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
getStorageGroupSchema() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
getStorageGroupSchema() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
getStorageGroupSizeReportThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getStorageGroupsTTL() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
get all storageGroups ttl
getStorageGroupsTTL() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
get all storageGroups ttl
getStorageGroupToDevice(List<String>, boolean, boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
get storage group to device map
getString() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
getString(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getString(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getString(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getString(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getStringMem(String) - Static method in class org.apache.iotdb.db.utils.MemUtils
function for getting the memory size of the given string.
getSubCompactionTaskNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSubDeviceSchemaInfo(List<String>) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
getSuccessInstance() - Static method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
getSummary() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getSumOfCompactionCount() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
getSyncMlogPeriodInMs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSystemDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getSystemDiskFreeSpace() - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
getSystemDiskTotalSpace() - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
getTabletSize(InsertTabletNode, int, int, boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
If mem control enabled, do not add text data size here, the size will be added to memtable before inserting.
getTabletSize(InsertTabletPlan, int, int, boolean) - Static method in class org.apache.iotdb.db.utils.MemUtils
If mem control enabled, do not add text data size here, the size will be added to memtable before inserting.
getTabletsSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getTag() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
getTagAttributeFlushInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTagAttributeTotalSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTagOffset() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getTagOffsets() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getTagOffsets() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getTagOrders(String, String) - Static method in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
getTagOrdersWithAutoCreatingSchema(String, String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
getTags() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
getTags() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
getTags() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
getTags() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
getTags() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
getTagsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
getTagsList() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
getTagsList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
getTagsList() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
getTagsList() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
getTagsList() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
getTagsMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
getTagsMap() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
getTagsMap() - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
getTagsMap() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
getTail() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
getTargetChunkPointNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTargetChunkSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTargetCompactionFileSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTargetConfigNodeList() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTargetDir() - Method in class org.apache.iotdb.db.qp.logical.sys.UnloadFileOperator
 
getTargetDir() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
getTargetFileInfos() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
 
getTargetPath() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
getTargetPath() - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
getTargetRegion() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
getTargetSegmentOnTest(long, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
getTemplate(int) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getTemplate(int) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
 
getTemplate(String) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getTemplate(String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
getTemplate(String) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
show nodes in schema template xx
getTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
getTemplateFromHash(int) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
getTemplateId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
getTemplateId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getTemplateId() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
getTemplateLastCaches() - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
getTemplateLastCaches() - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
getTemplateMap() - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
getTemplateMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
getTemplateMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
getTemplateMap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
getTemplateMap() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
 
getTemplateName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
getTemplateName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowNodesInSchemaTemplateStatement
 
getTemplateName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathSetTemplateStatement
 
getTemplateName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathsUsingTemplateStatement
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.logical.sys.DropTemplateOperator
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowNodesInTemplatePlan
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPathsSetTemplatePlan
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPathsUsingTemplatePlan
 
getTemplateName() - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
getTemplateOnPath(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Get template name on give path if any node of it has been set a template
getTemplateOnPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Get template name on give path if any node of it has been set a template
getTemplateOnPath(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Get template name on give path if any node of it has been set a template
getTemplateSetInfo() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getTemplateSetLevel() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
getTemplateSetLevel() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
getTemporaryLibDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTestTsFileDir(String, long, long) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
getTestTsFilePath(String, long, long, long) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
getThirdColumnTransformer() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
getThirdExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
getThriftDefaultBufferSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getThriftMaxFrameSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getThriftServerAwaitTimeForStopService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getThrottleThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTime() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
getTime() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
getTime() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
getTime() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
getTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
getTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
getTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
getTime() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
getTime() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
getTime() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getTime() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
getTime() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getTime() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
getTime() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
getTime(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
getTime(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
getTime(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
getTime(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getTime(int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getTime(int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getTimeArray() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
getTimeArray() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
getTimeByIndex(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
getTimeCost() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getTimeCost() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
getTimedCompactionScheduleTask() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getTimeExpression(GroupByTimePlan) - Static method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriverContext
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getTimeFilter() - Method in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
getTimeFilter(long) - Method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
getTimeFilter(long) - Method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
getTimeFilter(Filter) - Method in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
extract time filter from a value filter
getTimeGenerator(QueryContext, RawDataQueryPlan) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
getTimeGenerator(QueryContext, RawDataQueryPlan) - Method in class org.apache.iotdb.db.query.executor.AggregationExecutor
 
getTimeGenerator(QueryContext, RawDataQueryPlan) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
getTimeIndex() - Method in enum org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
 
getTimeIndexLevel() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTimeIndexType() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getTimeInterval() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingTimeWindowConfiguration
 
getTimeOrder() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
getTimeout() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
getTimeOut() - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
getTimeOut() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getTimePartition() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
getTimePartition() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
make sure Either the deviceToIndex is not empty Or the path contains a partition folder
getTimePartition(long) - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
getTimePartition(long) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getTimePartition(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getTimePartition(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getTimePartition(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get time partition
getTimePartition(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getTimePartitionId() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
getTimePartitionId() - Method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
getTimePartitionInterval() - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
getTimePartitionInterval() - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getTimePartitionInterval() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getTimePartitionSlot(long) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
getTimePartitionSlots() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getTimePartitionSlots() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getTimePartitionSlots() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
getTimePartitionSlots() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
getTimePartitionSlots() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getTimePartitionWithCheck() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Used when load new TsFiles not generated by the server Check and get the time partition
getTimePartitionWithCheck(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
getTimePartitionWithCheck(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
getTimePartitionWithCheck(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
get time partition with check.
getTimePartitionWithCheck(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
getTimeRangeId() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getTimeRangeIterator(long, long, long, long, boolean, boolean, boolean, boolean) - Static method in class org.apache.iotdb.db.utils.timerangeiterator.TimeRangeIteratorFactory
The method returns different implements of ITimeRangeIterator depending on the parameters.
getTimeRangeIterator(long, long, long, long, boolean, boolean, boolean, boolean, boolean) - Static method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.TimeRangeIteratorFactory
The method returns different implements of ITimeRangeIterator depending on the parameters.
getTimes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
getTimes() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
getTimes() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
getTimes() - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
getTimes() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
getTimeSeries() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
getTimeSeries(TsBlock, int) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
getTimeSeriesCacheAverageLoadPenalty() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTimeSeriesCacheAverageLoadPenalty() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTimeSeriesMetadata(PartialPath) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Get a timeseriesMetadata by path.
getTimeSeriesMetaDataCacheAverageSize() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTimeSeriesMetaDataCacheAverageSize() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTimeSeriesMetadataCacheEvictionCount() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTimeSeriesMetadataCacheEvictionCount() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTimeSeriesMetadataCacheMaxMemory() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTimeSeriesMetadataCacheMaxMemory() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTimeSeriesMetadataHitRatio() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTimeSeriesMetadataHitRatio() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTimeseriesMetadataMapWithPath(String) - Method in class org.apache.iotdb.db.tools.TsFileSelfCheckTool
 
getTimeseriesOrder() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
getTimeSlice() - Method in class org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
 
getTimeSliceAllocator() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getTimestamp() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
getTimestamp() - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBEvent
 
getTimestamp() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
getTimestamp() - Method in interface org.apache.iotdb.db.metadata.lastCache.container.value.ILastCacheValue
 
getTimestamp() - Method in class org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
 
getTimestamp() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionValue
 
getTimestamp() - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
getTimestamp() - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
getTimestampPrecision() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTimeStatistics() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
getTimeValuePair() - Method in interface org.apache.iotdb.db.metadata.lastCache.container.value.ILastCacheValue
 
getTimeValuePair() - Method in class org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
 
getTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
getTimeValuePair(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
for log
getTimeValuePair(int, long, Integer, List<TSEncoding>) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
getTimeValuePair(int, long, Integer, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getTimeValuePairs(QueryContext) - Method in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
getTlogBufferSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTmpFilePath() - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
 
getTokenIntType() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
getTopic() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getTopic() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
getTotalCostOfActiveMemTables() - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
Get total cost of active memTables
getTotalCpuTime() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
getTotalCpuTime() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
getTotalCpuTime() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
getTotalDiskUsage() - Method in class org.apache.iotdb.db.wal.WALManager
 
getTotalIntervalNum() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
getTotalIntervalNum() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
 
getTotalIntervalNum() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
getTotalIntervalNum() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
getTotalIntervalNum() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
getTotalMemTableSize() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
getTotalMemTableSize() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
getTotalMemTableSize() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
getTotalPageNum() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getTotalPointsNum() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getTotalPointsNum() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
getTotalRowCount() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
getTotalSeriesNumber() - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
getTotalSeriesNumber() - Method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
getTotalSize() - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
getTotalSize() - Method in class org.apache.iotdb.db.wal.node.WALNode
 
getTotalTaskCount() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
getTotalTasks() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getTotalUpgradeFileNum() - Static method in class org.apache.iotdb.db.service.UpgradeSevice
 
getTracingDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTransformExpressions() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getTransport() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
getTrigger() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
getTriggerDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerEvent() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getTriggerExecutor() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getTriggerExecutor() - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
getTriggerExecutor() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getTriggerExecutor() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getTriggerExecutor() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getTriggerForwardBatchSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerForwardHTTPPOOLMaxPerRoute() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerForwardHTTPPoolSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerForwardMaxQueueNumber() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerForwardMaxSizePerQueue() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerForwardMQTTPoolSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getTriggerInstance(String) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
getTriggerName() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
getTriggerName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getTriggerName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropTriggerStatement
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.logical.sys.DropTriggerOperator
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.logical.sys.StartTriggerOperator
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.logical.sys.StopTriggerOperator
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
getTriggerName() - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
getTriggerType() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
getTrustStorePath() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getTrustStorePwd() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
getTsBlock() - Method in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
getTsBlock() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySource
 
getTsBlockIndex() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
getTsDataType() - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
getTSDataType() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
get ts data type from long value of schema
getTsDataTypeList() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
getTsDataTypeList() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
getTsDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
getTsDataTypes() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getTSEncoding() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
get ts encoding from long value of schema
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
 
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
Construct the header of result set.
getTSExecuteStatementResp(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
getTsFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getTsFileAbsolutePath() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
getTsFileList(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getTsFileManager() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getTsFileName() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getTsFileName(String) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
getTsFilePath() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getTsFilePath() - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
getTsFilePath() - Method in class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
getTsFilePath() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getTsFilePath() - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
getTsFileProcessorInfo() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getTsFileResource() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getTsFileResource() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
getTsFileResourceManager() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getTsFiles(boolean) - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getTsFileSize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getTsRecordMem(TSRecord) - Static method in class org.apache.iotdb.db.utils.MemUtils
Calculate how much memory will be used if the given record is written to sequence file.
getTTL() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
getTTL() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
getTVList() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
getTVList() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
getTVList() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
getTvListByColumnIndex(List<Integer>, List<TSDataType>) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getTvListByColumnIndex(List<Integer>, List<TSDataType>) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getTVListsRamCost() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
getTVListsRamCost() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
getType() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
getType() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
getType() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
getType() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
getType() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
getType() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
getType() - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
getType() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
getType() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
getType() - Method in class org.apache.iotdb.db.query.externalsort.ExternalSortJobPart
 
getType() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getType() - Method in class org.apache.iotdb.db.service.metrics.predefined.ProcessMetrics
 
getType() - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
getType() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
getType() - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
getType() - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
getType() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
getType() - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
getType() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
getType() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
getType() - Method in interface org.apache.iotdb.db.sync.sender.pipe.PipeSink
 
getType() - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
getType() - Method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
getType(byte) - Static method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
getType(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
getTypeProvider() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
getTypeProvider() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
getTypeProvider() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
getTypes() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
getUdfCollectorMemoryBudgetInMB() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdfDir() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdfInitialByteArrayLengthForMemoryControl() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdfMemoryBudgetInMB() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdfName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
getUdfName() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
 
getUdfName() - Method in class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
getUdfName() - Method in class org.apache.iotdb.db.qp.logical.sys.DropFunctionOperator
 
getUdfName() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
getUdfName() - Method in class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
getUdfReaderMemoryBudgetInMB() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdfTransformerMemoryBudgetInMB() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUdtfContext() - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
getUnaryExpression(Path, T) - Method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
getUnaryExpression(Path, T) - Method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
getUnit() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
getUnseqFiles() - Method in class org.apache.iotdb.db.engine.compaction.cross.rewrite.CrossSpaceCompactionResource
 
getUnSeqFileSet() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getUnseqMemtableFlushCheckInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUnseqMemtableFlushInterval() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUnseqResourceByIndex(int) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getUnseqResources() - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getUnseqResourcesSize() - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
getUnSeqTsFileSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUnsequenceChunkNum() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getUnsequenceChunkPoints() - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
getUnSequenceFileList() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
getUnsequenceFileTotalCount() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getUnsequenceFileTotalSize() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getUnsequenceListByTimePartition(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getUnsequenceRecoverTsFileResources() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
getUpdatedChildBuffer() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
getUpdatedChildBuffer() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
getUpgradedResources() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getUpgradeLogLock() - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
getUpgradeLogPath() - Static method in class org.apache.iotdb.db.engine.upgrade.UpgradeLog
 
getUpgradeThreadNum() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getUpgradeTsFileResourceCallBack() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getUpperBound(int) - Method in class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
getUpperTemplate() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getUpperTemplate() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getUpperTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
get upper template of this node, remember we get nearest template alone this node to root
getUpperTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
getUpperTemplate(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
getUpperTriggerExecutorList() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
getUpperTriggerExecutorList() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
getUpperTriggerExecutorList() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
getUpstreamEndpoint() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getUpStreamEndpoint() - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
getUpStreamFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
getUpstreamInstanceId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getUpstreamPlanNodeId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
getUpStreamPlanNodeId() - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
getUris() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateFunctionStatement
 
getUsage() - Method in class org.apache.iotdb.db.service.DataNodeServerCommandLine
 
getUser() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
getUser() - Method in class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
getUser() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
getUser(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
getUser(String) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.UserCache
 
getUser(String) - Method in class org.apache.iotdb.db.protocol.rest.filter.UserCache
 
getUserCache(String) - Method in class org.apache.iotdb.db.auth.BasicAuthorityCache
 
getUserCache(String) - Method in interface org.apache.iotdb.db.auth.IAuthorCache
 
getUsername() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
getUsername() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
getUsername() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.User
 
getUsername() - Method in class org.apache.iotdb.db.protocol.rest.filter.User
 
getUsername(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
getUserName() - Method in class org.apache.iotdb.db.mpp.common.SessionInfo
 
getUserName() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
getUserName() - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
getUserName() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
getUserPrincipal() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
getUserPrincipal() - Method in class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
getUsers() - Method in class org.apache.iotdb.db.qp.logical.sys.DataAuthOperator
 
getUsers() - Method in class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
getValidRowIndexForTimeDuplicatedRows(List<Integer>, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the valid original row index in a column by a given time duplicated original row index list.
getValue() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
getValue() - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
getValue() - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
getValue() - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
getValue() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
getValue() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
getValue() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
getValue() - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionValue
 
getValue() - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
getValue() - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
getValue() - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
getValue() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
getValue() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
getValue() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
getValue() - Method in enum org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
 
getValue() - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
getValueBuffer(List<TSDataType>, List<Object>) - Static method in class org.apache.iotdb.db.utils.DataTypeUtils
 
getValueColumnIndex() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
getValueFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
getValueFilter() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
getValueFilter() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
getValueFilter(T) - Method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
getValueFilter(T) - Method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
getValueIndex(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get the row index value in index column
getValueIndex(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getValueLists() - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
getValues() - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBEvent
 
getValues() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
getValues() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
getValues() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
getValues() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
getValues() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
getValues() - Method in class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
getValues() - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
getValues() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
getValues() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
getValues() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
getValuesInTimestamps(long[], int) - Method in class org.apache.iotdb.db.query.externalsort.adapter.ByTimestampReaderAdapter
 
getValuesInTimestamps(long[], int) - Method in class org.apache.iotdb.db.query.reader.chunk.DiskChunkReaderByTimestamp
 
getValuesInTimestamps(long[], int) - Method in interface org.apache.iotdb.db.query.reader.series.IReaderByTimestamp
Returns the corresponding value under this timestamp.
getValuesInTimestamps(long[], int) - Method in class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
getValuesList() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
getValueString() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
getVerifyMetadata() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
getVersion() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
getVersion() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
getVersion() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
getVirtualFragmentInstanceId() - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
getVirtualResultNodeId() - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
getVisibleMetadataListFromWriter(RestorableTsFileIOWriter, TsFileResource, QueryContext) - Method in class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
getWaitingTasksNumber() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getWalBufferEntrySize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalBufferQueueCapacity() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalBufferSize() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalDirs() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalFileSizeThresholdInByte() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalFileStatus() - Method in class org.apache.iotdb.db.wal.io.WALWriter
 
getWalFileTotalCount() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getWalFileTotalSize() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
getWalFlushListener() - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
getWall() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
getWalMemTableSnapshotThreshold() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalMinEffectiveInfoRatio() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWalMode() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWALNode() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
This method could only be used in multi-leader consensus
getWatermarkBitString() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWatermarkMethodName() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWatermarkParamMarkRate() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWatermarkParamMaxRightBit() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWatermarkSecretKey() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWhereComponent() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
getWhereCondition() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
getWideQueryHeaders(List<String>, List<String>, boolean, BitSet) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
getWideQueryHeaders(List<String>, List<String>, boolean, BitSet) - Method in class org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
 
getWideQueryHeaders(List<String>, List<String>, boolean, BitSet) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
getWideQueryHeaders(List<String>, List<String>, boolean, BitSet) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getWideQueryHeaders(List<String>, List<String>, boolean, BitSet) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
getWindowSize() - Method in class org.apache.iotdb.db.utils.windowing.configuration.SlidingSizeWindowConfiguration
 
getWithoutNullColumns() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
getWithoutNullColumnsIndex() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
getWorkingStorageGroupPartitions() - Method in class org.apache.iotdb.db.engine.StorageEngine
Get a map indicating which storage groups have working TsFileProcessors and its associated partitionId and whether it is sequence or not.
getWorkingStorageGroupPartitions(String, Map<String, List<Pair<Long, Boolean>>>) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push getWorkingStorageGroupPartitions operation down to all virtual storage group processors
getWorkingTasksNumber() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
getWorkMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getWorkMemTableCreatedTime() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
Return Long.MAX_VALUE if workMemTable is null
getWorkMemTableRamCost() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
getWorkSequenceTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
get all working sequence tsfile processors
getWorkUnsequenceTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
get all working unsequence tsfile processors
getWriteFactory(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginRegister
 
getWriteProportion() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
getWriter() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
getWriterInvocationFailures() - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
getWriterStatuses() - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
getZoneId() - Method in class org.apache.iotdb.db.mpp.common.SessionInfo
 
getZoneId() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
getZoneId() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
getZoneId() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
getZoneId(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
GLOBAL - org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator.LoadConfigurationOperatorType
 
GLOBAL - org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan.LoadConfigurationPlanType
 
GLOBAL_MEMORY_TABLE_INFO - org.apache.iotdb.db.wal.checkpoint.CheckpointType
record all existing memtables' info
GrafanaApiServiceImpl - Class in org.apache.iotdb.db.protocol.mpprest.impl
 
GrafanaApiServiceImpl - Class in org.apache.iotdb.db.protocol.rest.impl
 
GrafanaApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.mpprest.impl.GrafanaApiServiceImpl
 
GrafanaApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.rest.impl.GrafanaApiServiceImpl
 
GRANT_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
GRANT_ROLE_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GRANT_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
GRANT_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
GRANT_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
GRANT_USER_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GRANT_USER_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
GRANT_USER_PRIVILEGE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
GRANT_USER_ROLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GRANT_USER_ROLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
GRANT_USER_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
GRANT_USER_ROLE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
GRANT_WATERMARK_EMBEDDING - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GRANT_WATERMARK_EMBEDDING - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
GRANT_WATERMARK_EMBEDDING - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
grantPrivilegeToRole(String, String, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
grantPrivilegeToUser(String, String, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
grantRoleToUser(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
GraphContext() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter.GraphContext
 
GREATER_EQUAL - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
GREATER_THAN - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
GreaterEqualExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
GreaterEqualExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterEqualExpression
 
GreaterEqualExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterEqualExpression
 
GREATERTHAN - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
GREATERTHAN - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
GreaterThanExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
GreaterThanExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterThanExpression
 
GreaterThanExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterThanExpression
 
GREATERTHANOREQUALTO - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
GREATERTHANOREQUALTO - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
GROUP_BY_FILL - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GROUP_BY_FILL - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
GROUP_BY_LEVEL - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
GROUP_BY_TIME - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
GROUP_BY_TIME - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
groupAggregationsBySeries(List<? extends Path>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
Merge same series and convert to series map.
groupAggResultByLevel(List<AggregateResult>) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
groupAlignedAggregations(Map<PartialPath, List<AggregationDescriptor>>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
 
groupAlignedPaths(List<PartialPath>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
PartialPath of aligned time series will be organized to one AlignedPath.
groupAlignedSeries(List<PartialPath>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
 
groupAlignedSeriesWithAggregations(Map<PartialPath, List<Integer>>) - Static method in class org.apache.iotdb.db.metadata.utils.MetaUtils
Group all the series under an aligned entity into one AlignedPath and remove these series from pathToAggrIndexesMap.
groupBy(GroupByTimePlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute groupBy query.
groupBy(GroupByTimePlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
GroupByClauseComponent - Class in org.apache.iotdb.db.qp.logical.crud
 
GroupByClauseComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
GroupByExecutor - Interface in org.apache.iotdb.db.query.executor.groupby
Each executor calculates results of all aggregations on this series
groupByFill(GroupByTimeFillPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute group by fill query
groupByFill(GroupByTimeFillPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
GroupByFillClauseComponent - Class in org.apache.iotdb.db.qp.logical.crud
 
GroupByFillClauseComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
 
GroupByFillDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByFillDataSet(QueryContext, GroupByTimeFillPlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByFillDataSet
 
GroupByFillQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
GroupByFillQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.GroupByFillQueryOperator
 
groupByLevelComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
GroupByLevelComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of GROUP BY LEVEL clause.
GroupByLevelComponent() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
groupByLevelController - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
GroupByLevelController - Class in org.apache.iotdb.db.mpp.plan.analyze
This class is used to control the row number of group by level query.
GroupByLevelController - Class in org.apache.iotdb.db.qp.utils
This class is used to control the row number of group by level query.
GroupByLevelController(int[], TypeProvider) - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.GroupByLevelController
 
GroupByLevelController(int, int[]) - Constructor for class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
GroupByLevelController(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
GroupByLevelDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByLevelDataSet(GroupByTimePlan, GroupByTimeEngineDataSet) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByLevelDataSet
 
GroupByLevelDescriptor - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
GroupByLevelDescriptor(String, AggregationStep, List<Expression>, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
GroupByLevelDescriptor(AggregationDescriptor, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
groupByLevelDescriptors - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
GroupByLevelNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
This node is responsible for the final aggregation merge operation.
GroupByLevelNode(PlanNodeId, List<PlanNode>, List<GroupByLevelDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
GroupByLevelNode(PlanNodeId, List<GroupByLevelDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
GroupByQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
GroupByQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.GroupByQueryOperator
 
groupByTimeComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
GroupByTimeComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of GROUP BY clause.
GroupByTimeComponent() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
GroupByTimeDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByTimeDataSet() - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
GroupByTimeDataSet(QueryContext, GroupByTimePlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
groupBy query.
GroupByTimeEngineDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByTimeEngineDataSet() - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
GroupByTimeEngineDataSet(QueryContext, GroupByTimePlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
GroupByTimeFillPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
GroupByTimeFillPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
groupByTimeParameter - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
groupByTimeParameter - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
groupByTimeParameter - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
GroupByTimeParameter - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
The parameter of `GROUP BY TIME`.
GroupByTimeParameter() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
GroupByTimeParameter(long, long, long, long, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
GroupByTimeParameter(long, long, long, long, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
GroupByTimeParameter(GroupByTimeComponent) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
groupByTimePlan - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
GroupByTimePlan - Class in org.apache.iotdb.db.qp.physical.crud
 
GroupByTimePlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
GroupByWithoutValueFilterDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByWithoutValueFilterDataSet() - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
GroupByWithoutValueFilterDataSet(QueryContext, GroupByTimePlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
constructor.
GroupByWithValueFilterDataSet - Class in org.apache.iotdb.db.query.dataset.groupby
 
GroupByWithValueFilterDataSet() - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
GroupByWithValueFilterDataSet(long, GroupByTimePlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
 
GroupByWithValueFilterDataSet(QueryContext, GroupByTimePlan) - Constructor for class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
constructor.
GroupedLSBWatermarkEncoder - Class in org.apache.iotdb.db.tools.watermark
 
GroupedLSBWatermarkEncoder(String, String) - Constructor for class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
GroupedLSBWatermarkEncoder(IoTDBConfig) - Constructor for class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
groupPathByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
For a path, infer all storage groups it may belong to.
groupPathByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
For a path, infer all storage groups it may belong to.
groupPathByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Resolve the path or path pattern into StorageGroupName-FullPath pairs.
groupPathByStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
For a path, infer all storage groups it may belong to.
groupPathByStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
groupVectorPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.strategy.PhysicalGenerator
 
groupVectorPaths(PhysicalGenerator) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
Group all the subSensors of one vector into one VectorPartialPath save the grouped VectorPartialPath in deduplicatedVectorPaths instead of putting them directly into deduplicatedPaths, because we don't know whether the raw query has value filter here.
GT - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
GT - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
GTEQ - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
GTEQ - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 

H

h - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
handle(String, long, long) - Method in interface org.apache.iotdb.db.sync.datasource.PipeOpManager.NewDataEventHandler
 
handleClientExit() - Method in class org.apache.iotdb.db.sync.SyncService
 
handleClientExit() - Method in class org.apache.iotdb.db.sync.transport.server.ReceiverManager
release resources or cleanup when a client (a sender) is disconnected (normally or abnormally).
handleException(String, File, List<TsFileResource>, List<TsFileResource>, List<TsFileResource>, TsFileManager, long, boolean, boolean) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionExceptionHandler
 
Handler<C extends Configuration,​E extends Event> - Interface in org.apache.iotdb.db.engine.trigger.sink.api
 
handshake() - Method in class org.apache.iotdb.db.sync.transport.client.IoTDBSyncClient
Create thrift connection to receiver.
handshake() - Method in interface org.apache.iotdb.db.sync.transport.client.ISyncClient
Create connection and handshake before sending messages
handshake(TSyncIdentityInfo) - Method in class org.apache.iotdb.db.sync.SyncService
 
handshake(TSyncIdentityInfo) - Method in class org.apache.iotdb.db.sync.transport.server.ReceiverManager
Create connection from sender
hasAggregationFunction() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
hasAlias() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
hasAlias() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
hasAlias() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
hasCached() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnCache
 
hasCachedNextOverlappedPage - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
hasCachedNextOverlappedPage - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
hasCachedTimeInterval - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
hasCachedValue - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
hasCandidateResult - Variable in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
hasCandidateResult - Variable in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
hasCandidateResult - Variable in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
hasCandidateResult() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
hasCandidateResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
hasChild(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
hasChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
check whether the MNode has a child with the name
hasChild(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
hasChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
check whether the MNode has a child with the name
hasChild(String) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
hasChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
hasChild(IMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
hasChild(IMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
hasChildInBuffer(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
hasChildInBuffer(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
hasChildInNewChildBuffer(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
hasChildInNewChildBuffer(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
hasCrashed() - Method in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
 
hasCurLimit() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ColumnPaginationController
 
hasCurOffset() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ColumnPaginationController
 
hasDataset(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
hasDataSource() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
hasFailedMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
hasFinalResult() - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
This method can only be used in seriesAggregateScanOperator.
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueDescAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeDescAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeDescAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Judge if aggregation results have been calculated.
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
hasFinalResult() - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
hasHaving() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
hashCode - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
hashCode() - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache.BloomFilterCacheKey
 
hashCode() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey
 
hashCode() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
hashCode() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
hashCode() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
hashCode() - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
hashCode() - Method in class org.apache.iotdb.db.engine.modification.Modification
 
hashCode() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
hashCode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
hashCode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
hashCode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
hashCode() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
The probability that each bit of sha 256 is 0 or 1 is equal
hashCode() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
hashCode() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
hashCode() - Method in class org.apache.iotdb.db.metadata.template.Template
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
hashCode() - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
hashCode() - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
hashCode() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
hashCode() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Sub-classes must not override this method.
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
hashCode() - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
hashCode() - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
hashCode() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
hashCode() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
hashCode() - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
hashCode() - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
hashCode() - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
hashCode() - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
hashCode() - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
hashCode() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader.MergeReaderPriority
 
hashCode() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
hashCode() - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
hashCode() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
hashCode() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
hashCode() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
hashCode() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
hashMod(String, Integer) - Static method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
HashVirtualPartitioner - Class in org.apache.iotdb.db.engine.storagegroup.dataregion
 
hasLimit - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
hasLimit - Variable in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
hasLimit() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
hasLimit() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
hasLimit() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
hasNext() - Method in class org.apache.iotdb.db.engine.cq.CQLogReader
 
hasNext() - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlansIterator
 
hasNext() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogAnalyzer
 
hasNext() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogReader
 
hasNext() - Method in class org.apache.iotdb.db.metadata.logfile.MLogReader
 
hasNext() - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtReader
 
hasNext() - Method in class org.apache.iotdb.db.metadata.mnode.iterator.MNodeIterator
 
hasNext() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogReader
 
hasNext() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogReader
 
hasNext() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
hasNext() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
hasNext() - Method in class org.apache.iotdb.db.utils.AlignedValueIterator
 
hasNext() - Method in class org.apache.iotdb.db.utils.ValueIterator
 
hasNext() - Method in class org.apache.iotdb.db.utils.writelog.BatchLogReader
 
hasNext() - Method in interface org.apache.iotdb.db.utils.writelog.ILogReader
return whether there exists next log to be read.
hasNext() - Method in class org.apache.iotdb.db.utils.writelog.MultiFileLogReader
 
hasNext() - Method in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
hasNext() - Method in class org.apache.iotdb.db.wal.io.WALByteBufReader
Like Iterator.hasNext()
hasNext() - Method in class org.apache.iotdb.db.wal.io.WALReader
Like Iterator.hasNext()
hasNext(long) - Method in class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
hasNextBatch() - Method in interface org.apache.iotdb.db.engine.compaction.reader.IDataBlockReader
 
hasNextBatch() - Method in class org.apache.iotdb.db.engine.compaction.reader.SeriesDataBlockReader
 
hasNextBatch() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
This method overrides the AbstractDataReader.hasNextOverlappedPage for pause reads, to achieve a continuous read
hasNextChunk() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
This method should be called after hasNextFile() until no next chunk, make sure that all overlapped chunks are consumed
hasNextChunk() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
hasNextChunk() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
hasNextChunk() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
hasNextDevice() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
 
hasNextFile() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
hasNextFile() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
hasNextFile() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
hasNextFile() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
hasNextPage() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
This method should be called after hasNextChunk() until no next page, make sure that all overlapped pages are consumed
hasNextPage() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
hasNextPage() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
hasNextPage() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
hasNextResult() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
hasNextResult() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
hasNextResult() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
hasNextRow() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindowIterator
 
hasNextRow() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindowIterator
 
hasNextRowInObjects() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.input.IUDFInputDataSet
Whether the data set has next row.
hasNextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.TsBlockInputDataSet
 
hasNextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
hasNextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithValueFilter
 
hasNextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.UDFInputDataSet
 
hasNextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.UDFRawQueryInputDataSetWithoutValueFilter
 
hasNextSatisfiedPage() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkReader
 
hasNextSatisfiedPage() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
hasNextSeqResource() - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
hasNextSeqResource() - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
hasNextSeqResource(int, boolean) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
hasNextSeries() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator.MeasurementIterator
 
hasNextSubSeries() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
hasNextTimePartition - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
hasNextTimePartition(long, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
hasNextTimeRange() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.AggrWindowIterator
 
hasNextTimeRange() - Method in interface org.apache.iotdb.db.utils.timerangeiterator.ITimeRangeIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowIterator
 
hasNextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkDataIterator
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataPointReader
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.CachedPriorityMergeReader
 
hasNextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
hasNextUnseqResource() - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
hasNextUnseqResource() - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
hasNextUnseqResource(int) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.AlignByDeviceDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByLevelDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.ListDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.NonAlignEngineDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
for spark/hadoop/hive integration and test
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithValueFilter
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.SingleDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
hasNextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
hasNoMoreTsBlocks() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
hasNullField(Object[]) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.InputRowUtils
this method checks whether the row returned by IUDFInputDataSet.nextRowInObjects() has any null fields except the timestamp
hasOverlap() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
hasPlainAggregationFunction() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
hasRecordAlias(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
hasRecordAlias(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
hasRecorded() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
hasRecordKey(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
hasRecordKey(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
hasRecordKeyInSegment(String, short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
Check if record exists with name or alias.
hasRecordKeyInSegment(String, short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
hasRemaining - Variable in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
hasRemaining() - Method in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
hasRemaining() - Method in interface org.apache.iotdb.db.query.reader.series.ManagedSeriesReader
 
hasRemaining() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
hasSchema(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
hasSgCol() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
hasSgCol() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
hasSgCol() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
hasSlimit() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
hasSlimit() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
hasSoffset() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
hasSoffset() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
hasTimeSeriesGeneratingFunction() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
hasTimeSeriesGeneratingFunction() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
hasUserDefinedAggregationFunction() - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
hasValidMeasurements() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
hasValidMeasurements() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
hasValueFilter() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
havingCondition - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
HavingCondition - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of HAVING clause.
HavingCondition() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.HavingCondition
 
HavingCondition(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.HavingCondition
 
heap - Variable in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
holdReadLockList - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
holdWriteLockList - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
HTTPConnectionPool - Class in org.apache.iotdb.db.engine.trigger.utils
 
HTTPForwardConfiguration - Class in org.apache.iotdb.db.engine.trigger.sink.forward.http
 
HTTPForwardConfiguration(String, boolean) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardConfiguration
 
HTTPForwardEvent - Class in org.apache.iotdb.db.engine.trigger.sink.forward.http
 
HTTPForwardEvent(long, Object, PartialPath) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardEvent
 
HTTPForwardHandler - Class in org.apache.iotdb.db.engine.trigger.sink.forward.http
 
HTTPForwardHandler() - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardHandler
 

I

IAggregateReader - Interface in org.apache.iotdb.db.query.reader.series
 
IAuthorCache - Interface in org.apache.iotdb.db.auth
 
IAuthorityFetcher - Interface in org.apache.iotdb.db.auth
 
ICachedMNodeContainer - Interface in org.apache.iotdb.db.metadata.mtree.store.disk
 
ICacheManager - Interface in org.apache.iotdb.db.metadata.mtree.store.disk.cache
 
ICompactionPerformer - Interface in org.apache.iotdb.db.engine.compaction.performer
CompactionPerformer is used to compact multiple files into one or multiple files.
ICompactionSelector - Interface in org.apache.iotdb.db.engine.compaction.task
AbstractCompactionSelector is the base class of all CompactionSelector.
ICompactionTaskComparator - Interface in org.apache.iotdb.db.engine.compaction.comparator
 
IConfigStatement - Interface in org.apache.iotdb.db.mpp.plan.statement
ConfigStatement represents the statement which should be executed by ConfigNode All the statements which need to be transformed into IConfigTask should extend this class
IConfigTask - Interface in org.apache.iotdb.db.mpp.plan.execution.config
 
IConfigTaskExecutor - Interface in org.apache.iotdb.db.mpp.plan.execution.config.executor
 
ICrossCompactionPerformer - Interface in org.apache.iotdb.db.engine.compaction.performer
 
ICrossSpaceCompactionFileSelector - Interface in org.apache.iotdb.db.engine.compaction.cross.rewrite.selector
IMergeFileSelector selects a set of files from given seqFiles and unseqFiles which can be merged without exceeding given memory budget.
ICrossSpaceSelector - Interface in org.apache.iotdb.db.engine.compaction.cross
 
ID - Interface in org.apache.iotdb.db.mpp.execution.schedule.queue
A simple interface to indicate the id type
IDataBlockReader - Interface in org.apache.iotdb.db.engine.compaction.reader
 
identifier - Variable in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
WALNode identifier of this buffer
identifier - Variable in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
WALNode identifier of this checkpoint manager
identifyOutputColumnType(Expression, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Identify the expression is a valid built-in aggregation function.
IdentityColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.leaf
this is a special transformer which outputs data just as input without any modification.
IdentityColumnTransformer(Type, int) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.IdentityColumnTransformer
 
IdentityFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.identity
 
IdentityFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityFill
 
IdentityLinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.identity
 
IdentityLinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityLinearFill
 
IDeviceID - Interface in org.apache.iotdb.db.metadata.idtable.entry
device id interface
IDIndexedAccessible - Interface in org.apache.iotdb.db.mpp.execution.schedule.queue
A simple interface for id getter and setter.
IDiskSchemaManager - Interface in org.apache.iotdb.db.metadata.idtable
This class manages IO of id table's schema entry
IDriver - Interface in org.apache.iotdb.db.mpp.execution.driver
IDriver encapsulates some methods which are necessary for FragmentInstanceTaskExecutor to run a fragment instance
IDriverScheduler - Interface in org.apache.iotdb.db.mpp.execution.schedule
the interface of fragment instance scheduling
IDTable - Interface in org.apache.iotdb.db.metadata.idtable
 
IDTableFlushTimeManager - Class in org.apache.iotdb.db.engine.storagegroup
This class manages last time and flush time for sequence and unsequence determination This class This class is NOT thread safe, caller should ensure synchronization This class not support upgrade
IDTableFlushTimeManager(IDTable) - Constructor for class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
IDTableHashmapImpl - Class in org.apache.iotdb.db.metadata.idtable
id table belongs to a storage group and mapping timeseries path to it's schema
IDTableHashmapImpl(File) - Constructor for class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
IDTableManager - Class in org.apache.iotdb.db.metadata.idtable
This class manages one id table for each logical storage group
IEntityMNode - Interface in org.apache.iotdb.db.metadata.mnode
 
IExpressionDeserializeUtil - Class in org.apache.iotdb.db.utils
 
IExpressionDeserializeUtil() - Constructor for class org.apache.iotdb.db.utils.IExpressionDeserializeUtil
 
IExternalSortFileDeserializer - Interface in org.apache.iotdb.db.query.externalsort.serialize
 
IExternalSortFileSerializer - Interface in org.apache.iotdb.db.query.externalsort.serialize
 
IFill - Class in org.apache.iotdb.db.query.executor.fill
 
IFill - Interface in org.apache.iotdb.db.mpp.execution.operator.process.fill
 
IFill() - Constructor for class org.apache.iotdb.db.query.executor.fill.IFill
 
IFill(TSDataType, long) - Constructor for class org.apache.iotdb.db.query.executor.fill.IFill
 
IFilterOptimizer - Interface in org.apache.iotdb.db.mpp.plan.rewriter
provide a query filter, optimize it.
IFilterOptimizer - Interface in org.apache.iotdb.db.qp.strategy.optimizer
provide a filter operator, optimize it.
IFragInstanceDispatcher - Interface in org.apache.iotdb.db.mpp.plan.scheduler
 
IFragInstanceStateTracker - Interface in org.apache.iotdb.db.mpp.plan.scheduler
 
IFragmentParallelPlaner - Interface in org.apache.iotdb.db.mpp.plan.planner
The interface is used to transform one PlanFragment into one or more FragmentInstances which could run in parallel
IInnerSeqSpaceSelector - Interface in org.apache.iotdb.db.engine.compaction.inner
 
IInnerUnseqSpaceSelector - Interface in org.apache.iotdb.db.engine.compaction.inner
 
ILastCacheContainer - Interface in org.apache.iotdb.db.metadata.lastCache.container
this interface declares the operations of LastCache data
ILastCacheValue - Interface in org.apache.iotdb.db.metadata.lastCache.container.value
 
ILastFlushTimeManager - Interface in org.apache.iotdb.db.engine.storagegroup
This interface manages last time and flush time for sequence and unsequence determination
ILinearFill - Interface in org.apache.iotdb.db.mpp.execution.operator.process.fill
 
IllegalIndexParamException - Exception in org.apache.iotdb.db.exception.index
 
IllegalIndexParamException(String) - Constructor for exception org.apache.iotdb.db.exception.index.IllegalIndexParamException
 
IllegalParameterOfPathException - Exception in org.apache.iotdb.db.exception.metadata
 
IllegalParameterOfPathException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.IllegalParameterOfPathException
 
ILoader - Interface in org.apache.iotdb.db.sync.receiver.load
This interface is used to load files, including tsFile, syncTask, schema, modsFile and deletePlan.
ILogicalOptimizer - Interface in org.apache.iotdb.db.qp.strategy.optimizer
provide a context, transform it for optimization.
ILogReader - Interface in org.apache.iotdb.db.utils.writelog
ILogReader is an iterator of PhysicalPlan but throws IOException and provide a close() method.
ILogWriter - Interface in org.apache.iotdb.db.utils.writelog
ILogWriter provides functions to insert WAL logs that have already been converted to bytes to a persistent medium.
ILogWriter - Interface in org.apache.iotdb.db.wal.io
 
IMeasurementMNode - Interface in org.apache.iotdb.db.metadata.mnode
This interface defines a MeasurementMNode's operation interfaces.
IMemManager - Interface in org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
IMemTable - Interface in org.apache.iotdb.db.engine.memtable
IMemTable is designed to store data points which are not flushed into TsFile yet.
IMNode - Interface in org.apache.iotdb.db.metadata.mnode
This interface defines a MNode's operation interfaces.
IMNodeContainer - Interface in org.apache.iotdb.db.metadata.mnode.container
 
IMNodeIterator - Interface in org.apache.iotdb.db.metadata.mnode.iterator
 
IMNodeSizeEstimator - Interface in org.apache.iotdb.db.metadata.mnode.estimator
 
IMPPDataExchangeManager - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
IMPPDataExchangeManagerCallback<T> - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
IMTreeBelowSG - Interface in org.apache.iotdb.db.metadata.mtree
 
IMTreeStore - Interface in org.apache.iotdb.db.metadata.mtree.store
This interface defines the basic access methods of an MTreeStore.
IN - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
IN - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
IN - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
inactivate(StopTriggerPlan) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
InColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
InColumnTransformer(Type, ColumnTransformer, boolean, Set<String>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.InColumnTransformer
 
increaseCrossCompactionCnt(File) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
increaseCrossCompactionCnt(TsFileResource) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
increaseExpressionReference(Expression) - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
 
increaseFileReaderReference(TsFileResource, boolean) - Method in class org.apache.iotdb.db.query.control.FileReaderManager
Increase the reference count of the reader specified by filePath.
increaseInnerCompactionCnt(TsFileResource) - Static method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
increaseReferenceCount() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
incrementAndGet() - Method in class org.apache.iotdb.db.service.basic.QueryFrequencyRecorder
 
index - Variable in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
INDEX_LENGTH - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
IndexConstant - Class in org.apache.iotdb.db.index.common
 
IndexedBlockingQueue<E extends IDIndexedAccessible> - Class in org.apache.iotdb.db.mpp.execution.schedule.queue
The base class of a special kind of blocking queue, which has these characters:
IndexedBlockingQueue(int, E) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Init the queue with a max capacity.
indexListOfTextFields - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
IndexManagerException - Exception in org.apache.iotdb.db.exception.index
 
IndexManagerException(String) - Constructor for exception org.apache.iotdb.db.exception.index.IndexManagerException
 
IndexManagerException(IoTDBException) - Constructor for exception org.apache.iotdb.db.exception.index.IndexManagerException
 
indexOf(Object) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
IndexRuntimeException - Exception in org.apache.iotdb.db.exception.index
 
IndexRuntimeException(String) - Constructor for exception org.apache.iotdb.db.exception.index.IndexRuntimeException
 
IndexRuntimeException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.index.IndexRuntimeException
 
indexType - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
IndexType - Enum in org.apache.iotdb.db.index.common
 
IndexUtils - Class in org.apache.iotdb.db.index.common
 
InExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
InExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
InExpression(Expression, boolean, LinkedHashSet<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
inferOutputType(List<String>, List<TSDataType>, Map<String, String>) - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFInformationInferrer
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.ArithmeticBinaryExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.CompareBinaryExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LogicBinaryExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
inferTypes(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
InFilter - Class in org.apache.iotdb.db.mpp.common.filter
operator 'in' & 'not in'
InFilter(FilterConstant.FilterType, PartialPath, boolean, Set<String>) - Constructor for class org.apache.iotdb.db.mpp.common.filter.InFilter
In Filter Constructor.
InfluxAggregator - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxAggregator(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxAggregator
 
InfluxConstant - Class in org.apache.iotdb.db.protocol.influxdb.constant
 
InfluxConstant() - Constructor for class org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant
 
InfluxCountFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxCountFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
InfluxDBLogicalGenerator - Class in org.apache.iotdb.db.protocol.influxdb.sql
 
InfluxDBMetaManager - Class in org.apache.iotdb.db.protocol.influxdb.meta
 
InfluxDBRPCService - Class in org.apache.iotdb.db.service
 
InfluxDBRPCService() - Constructor for class org.apache.iotdb.db.service.InfluxDBRPCService
 
InfluxDBRPCServiceMBean - Interface in org.apache.iotdb.db.service
 
InfluxDBSqlVisitor - Class in org.apache.iotdb.db.protocol.influxdb.sql
 
InfluxDBSqlVisitor() - Constructor for class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBSqlVisitor
 
InfluxFirstFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.selector
 
InfluxFirstFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
InfluxFunction - Class in org.apache.iotdb.db.protocol.influxdb.function
 
InfluxFunction() - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
InfluxFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
InfluxFunctionFactory - Class in org.apache.iotdb.db.protocol.influxdb.function
 
InfluxFunctionFactory() - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionFactory
 
InfluxFunctionValue - Class in org.apache.iotdb.db.protocol.influxdb.function
 
InfluxFunctionValue(Object, Long) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionValue
 
InfluxLastFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.selector
 
InfluxLastFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
InfluxLineParser - Class in org.apache.iotdb.db.protocol.influxdb.input
 
InfluxLineParser() - Constructor for class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
InfluxMaxFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.selector
 
InfluxMaxFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
InfluxMeanFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxMeanFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
InfluxMedianFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxMedianFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
InfluxMinFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.selector
 
InfluxMinFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
InfluxModeFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxModeFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
InfluxQueryOperator - Class in org.apache.iotdb.db.protocol.influxdb.operator
 
InfluxQueryOperator() - Constructor for class org.apache.iotdb.db.protocol.influxdb.operator.InfluxQueryOperator
 
InfluxReqAndRespUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
InfluxReqAndRespUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.InfluxReqAndRespUtils
 
influxSelectComponent - Variable in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxQueryOperator
 
InfluxSelectComponent - Class in org.apache.iotdb.db.protocol.influxdb.operator
this class maintains information from select clause.
InfluxSelectComponent() - Constructor for class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
InfluxSelector - Class in org.apache.iotdb.db.protocol.influxdb.function.selector
 
InfluxSelector(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
InfluxSpreadFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxSpreadFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
InfluxSQLConstant - Class in org.apache.iotdb.db.protocol.influxdb.constant
this class contains several constants used in SQL.
InfluxSQLConstant() - Constructor for class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
InfluxStddevFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxStddevFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
InfluxSumFunction - Class in org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
InfluxSumFunction(List<Expression>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
INFO - org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
 
INFO_SEPARATOR - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
init() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
init() - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
init() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeFlushTaskManager
 
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeReleaseTaskManager
 
init() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
Get the storage group node, with its segment address of 0.
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
init() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
init() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
init() - Method in class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
init() - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
init() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
init() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
init() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
init() - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
 
init() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
init() - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
init() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
init() - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
init() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
init() - Method in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
offsetArray can not be initialized in the constructor, because rowOffset is set after the DataSet's construction.
init(SettableFuture<?>) - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriver
 
init(SettableFuture<?>) - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
do initialization
init(SettableFuture<?>) - Method in class org.apache.iotdb.db.mpp.execution.driver.SchemaDriver
 
init(Map<String, List<DataRegionId>>) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
init(Map<PartialPath, List<SchemaRegionId>>) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
init(FilterConfig) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.ApiOriginFilter
 
init(FilterConfig) - Method in class org.apache.iotdb.db.protocol.rest.filter.ApiOriginFilter
 
INIT_ARRAY_SIZE - Static variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
initAggregationPlan(QueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
initAsSegment(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
initCache() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByFillDataSet
 
initCacheEntryForNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
initCacheEntryForNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
initClusterSchemaMemoryAllocate() - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
initFillRange() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
union the query time range with the extra fill range
initForLocalConfigNode() - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
initFromTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.ConstantColumnTransformer
 
initFromTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.IdentityColumnTransformer
 
initFromTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.LeafColumnTransformer
 
initFromTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.TimeColumnTransformer
 
initGroupBy(QueryContext, GroupByTimePlan) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
init reader and aggregate function.
initGroupBy(QueryContext, GroupByTimePlan) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
init reader and aggregate function.
initGroupByLevel(AggregationPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator
 
initGroupByTimeDataSetFields(QueryContext, GroupByTimePlan) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
initGroupByTimeFillPlan(QueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillQueryOperator
 
initGroupByTimePlan(QueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByQueryOperator
 
INITIAL_BYTE_ARRAY_LENGTH_FOR_MEMORY_CONTROL - Static variable in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
INITIAL_PILE_POSITION - Static variable in class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine
 
initializeColumnCache(Column) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
initInfluxDBMManager() - Static method in class org.apache.iotdb.db.service.IoTDB
 
initLocalEngines() - Method in class org.apache.iotdb.db.service.DataNode
initialize the current node and its services
initManagedSeriesReader(QueryContext) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
initMemManagerInstance() - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerHolder
 
initPage(ByteBuffer, int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
initProtocols() - Static method in class org.apache.iotdb.db.service.IoTDB
 
initProtocols() - Static method in class org.apache.iotdb.db.service.NewIoTDB
 
initQueryDataSource(List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
initQueryDataSource(QueryDataSource) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
initQueryDataSource(QueryDataSource) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
initQueryDataSource(QueryDataSource) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.DataSourceOperator
 
initQueryDataSource(QueryDataSource) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
initQueryDataSource(QueryDataSource) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
initQueryDataSourceCache(Map<DataRegion, List<PartialPath>>, QueryContext, Filter) - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
The method is called in mergeLock() when executing query.
initResult - Variable in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
initResult - Variable in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
initRootStatus(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
initRootStatus(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
initSchemaFile(String, int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
initSchemaResource() - Static method in class org.apache.iotdb.db.metadata.rescon.SchemaResourceManager
 
initSeriesReaderByTimestamp(QueryContext, RawDataQueryPlan, List<Boolean>, Filter) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
init IReaderByTimestamp for each not cached PartialPath, if it's already been cached, the corresponding IReaderByTimestamp will be null group these not cached PartialPath to one AlignedPath if they belong to same aligned device
initThriftServiceThread() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
initThriftServiceThread() - Method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
initThriftServiceThread() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
initThriftServiceThread() - Method in class org.apache.iotdb.db.service.RPCService
 
initTimeHeap() - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
initTimeRangeIterator(GroupByTimeParameter, boolean, boolean) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
If groupByTimeParameter is null, which means it's an aggregation query without down sampling.
initTProcessor() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
initTProcessor() - Method in class org.apache.iotdb.db.service.DataNodeInternalRPCService
 
initTProcessor() - Method in class org.apache.iotdb.db.service.InfluxDBRPCService
 
initTProcessor() - Method in class org.apache.iotdb.db.service.RPCService
 
initTransformers() - Method in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
initTransformers(Map<String, List<InputLocation>>, Expression[], TypeProvider) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
initTsBlockBuilder(List<TSDataType>) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
initTsBlockBuilder(List<TSDataType>) - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
initTsFileProcessorInfo(TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
When create a new TsFileProcessor, call this method
INNER_COMPACTION_LOG_NAME_SUFFIX - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
INNER_COMPACTION_LOG_NAME_SUFFIX_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
INNER_CROSS - org.apache.iotdb.db.engine.compaction.constant.CompactionPriority
 
INNER_SEQ_COMPACTION - org.apache.iotdb.db.engine.compaction.constant.CompactionType
 
INNER_UNSEQ_COMPACTION - org.apache.iotdb.db.engine.compaction.constant.CompactionType
 
InnerSeqCompactionPerformer - Enum in org.apache.iotdb.db.engine.compaction.constant
 
InnerSequenceCompactionSelector - Enum in org.apache.iotdb.db.engine.compaction.constant
 
InnerSpaceCompactionTask - Class in org.apache.iotdb.db.engine.compaction.inner
 
InnerSpaceCompactionTask(long, TsFileManager, List<TsFileResource>, boolean, ICompactionPerformer, AtomicInteger, long) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
InnerSpaceCompactionWriter - Class in org.apache.iotdb.db.engine.compaction.writer
 
InnerSpaceCompactionWriter(TsFileResource) - Constructor for class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
InnerUnseqCompactionPerformer - Enum in org.apache.iotdb.db.engine.compaction.constant
 
InnerUnsequenceCompactionSelector - Enum in org.apache.iotdb.db.engine.compaction.constant
 
InOperator - Class in org.apache.iotdb.db.qp.logical.crud
operator 'in' 'not in'
InOperator(FilterConstant.FilterType, PartialPath, boolean, Set<String>) - Constructor for class org.apache.iotdb.db.qp.logical.crud.InOperator
In Operator Constructor.
InplaceCompactionEstimator - Class in org.apache.iotdb.db.engine.compaction.cross.utils
 
InplaceCompactionEstimator() - Constructor for class org.apache.iotdb.db.engine.compaction.cross.utils.InplaceCompactionEstimator
 
inputColumnIndex - Variable in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
inputExpressions - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
Input of aggregation function.
inputLayer - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
InputLocation - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
InputLocation(int, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
inputLocationList - Variable in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
inputOperator - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
InputRowUtils - Class in org.apache.iotdb.db.mpp.transformation.dag.util
 
InputRowUtils() - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.util.InputRowUtils
 
inputTsBlock - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
inputTsBlock - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
insert(InsertRowNode) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insert(InsertRowNode) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
insert(InsertRowNode) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert one row of data
insert(InsertRowNode) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
insert data in an InsertRowNode into the workingMemtable.
insert(InsertRowsNode) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert batch of rows belongs to multiple devices
insert(InsertRowsOfOneDeviceNode) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert batch of rows belongs to one device
insert(InsertRowPlan) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insert(InsertRowPlan) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
insert into this memtable
insert(InsertRowPlan) - Method in class org.apache.iotdb.db.engine.StorageEngine
insert an InsertRowPlan to a storage group.
insert(InsertRowPlan) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert one row of data
insert(InsertRowPlan) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
insert data in an InsertRowPlan into the workingMemtable.
insert(InsertRowPlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute insert command and return whether the operator is successful.
insert(InsertRowPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
insert(InsertRowsOfOneDevicePlan) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
insert(InsertRowsOfOneDevicePlan) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert batch of rows belongs to one device
insert(InsertRowsOfOneDevicePlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute insert command and return whether the operator is successful.
insert(InsertRowsOfOneDevicePlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
insert(InsertRowsPlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute insert command and return whether the operator is successful.
insert(InsertRowsPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
INSERT - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
INSERT - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
INSERT - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
INSERT - org.apache.iotdb.db.sync.externalpipe.operation.Operation.OperationType
 
INSERT_MULTI_TABLET - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INSERT_RECORD - org.apache.iotdb.db.conf.OperationType
 
INSERT_RECORDS - org.apache.iotdb.db.conf.OperationType
 
INSERT_RECORDS_OF_ONE_DEVICE - org.apache.iotdb.db.conf.OperationType
 
INSERT_ROW - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INSERT_ROW_NODE - org.apache.iotdb.db.wal.buffer.WALEntryType
INSERT_ROW_PLAN - org.apache.iotdb.db.wal.buffer.WALEntryType
INSERT_ROWS - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INSERT_ROWS_OF_ONE_DEVICE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INSERT_STRING_RECORD - org.apache.iotdb.db.conf.OperationType
 
INSERT_STRING_RECORDS - org.apache.iotdb.db.conf.OperationType
 
INSERT_STRING_RECORDS_OF_ONE_DEVICE - org.apache.iotdb.db.conf.OperationType
 
INSERT_TABLET - org.apache.iotdb.db.conf.OperationType
 
INSERT_TABLET - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INSERT_TABLET_NODE - org.apache.iotdb.db.wal.buffer.WALEntryType
INSERT_TABLET_PLAN - org.apache.iotdb.db.wal.buffer.WALEntryType
INSERT_TABLETS - org.apache.iotdb.db.conf.OperationType
 
insertAfter(TsFileResource, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
Insert a new node after an existing node
insertAlignedRow(InsertRowNode) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertAlignedRow(InsertRowNode) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
insertAlignedRow(InsertRowPlan) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertAlignedRow(InsertRowPlan) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
insertAlignedTablet(InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertAlignedTablet(InsertTabletNode, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
insertAlignedTablet(InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertAlignedTablet(InsertTabletPlan, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
InsertBaseStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertBaseStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
insertBefore(TsFileResource, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
Insert a new node before an existing node
InsertMeasurementMNode - Class in org.apache.iotdb.db.metadata.idtable.entry
Generated entity implements IMeasurementMNode interface to unify insert logic through id table and SchemaProcessor
InsertMeasurementMNode(String, SchemaEntry) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
InsertMeasurementMNode(String, SchemaEntry, TriggerExecutor) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
InsertMultiTabletsNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertMultiTabletsNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
InsertMultiTabletsNode(PlanNodeId, List<Integer>, List<InsertTabletNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
InsertMultiTabletsPlan - Class in org.apache.iotdb.db.qp.physical.crud
Mainly used in the distributed version, when multiple InsertTabletPlans belong to a raft replication group, we merge these InsertTabletPlans into one InsertMultiTabletsPlan, which can reduce the number of raft logs.
InsertMultiTabletsPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
InsertMultiTabletsPlan(List<InsertTabletPlan>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
InsertMultiTabletsPlan(List<InsertTabletPlan>, List<Integer>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
InsertMultiTabletsStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertMultiTabletsStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
InsertNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
InsertNode(PlanNodeId, PartialPath, boolean, String[], TSDataType[]) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
InsertNode.FailedMeasurementInfo - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertOperation - Class in org.apache.iotdb.db.sync.externalpipe.operation
An insert operation may contain multiple insertions to multiple timeseries.
InsertOperation(String, long, long, List<Pair<MeasurementPath, List<TimeValuePair>>>) - Constructor for class org.apache.iotdb.db.sync.externalpipe.operation.InsertOperation
 
InsertOperator - Class in org.apache.iotdb.db.qp.logical.crud
this class extends RootOperator and process insert statement.
InsertOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
InsertPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
InsertPlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
insertRecord(String, ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
check whether enough space, notice that pairLength including 3 parts: [var length] key string itself, [int, 4 bytes] length of key string, [short, 2 bytes] key address
insertRecord(String, ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
InsertRowNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertRowNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
InsertRowNode(PlanNodeId, PartialPath, boolean, String[], TSDataType[], long, Object[], boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
InsertRowPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
InsertRowPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(PartialPath, long, String[], String[]) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(PartialPath, long, String[], ByteBuffer, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(PartialPath, long, String[], TSDataType[], String[]) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(PartialPath, long, String[], TSDataType[], String[], boolean) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(PartialPath, long, String, TSDataType, String) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(InsertRowPlan) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowPlan(TSRecord) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
InsertRowsNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertRowsNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
InsertRowsNode(PlanNodeId, List<Integer>, List<InsertRowNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
InsertRowsOfOneDeviceNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertRowsOfOneDeviceNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
InsertRowsOfOneDeviceNode(PlanNodeId, List<Integer>, List<InsertRowNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
InsertRowsOfOneDevicePlan - Class in org.apache.iotdb.db.qp.physical.crud
 
InsertRowsOfOneDevicePlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
InsertRowsOfOneDevicePlan(PartialPath, List<Long>, List<List<String>>, List<ByteBuffer>, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
InsertRowsOfOneDevicePlan(PartialPath, InsertRowPlan[], int[]) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
This constructor is used for splitting parent InsertRowsOfOneDevicePlan into sub ones.
InsertRowsOfOneDeviceStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertRowsOfOneDeviceStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
InsertRowsPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
InsertRowsPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
InsertRowsStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertRowsStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
InsertRowStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertRowStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
InsertStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
this class extends Statement and process insert statement.
InsertStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
insertTablet(InsertTabletNode) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Insert a tablet (rows belonging to the same devices) into this storage group.
insertTablet(InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertTablet(InsertTabletNode, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
insertTablet(InsertTabletNode, int, int, TSStatus[]) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
insert batch data of insertTabletPlan into the workingMemtable.
insertTablet(InsertTabletRequest, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.RestApiServiceImpl
 
insertTablet(InsertTabletRequest, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.RestApiServiceImpl
 
insertTablet(InsertMultiTabletsPlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute multi batch insert plan
insertTablet(InsertMultiTabletsPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
insertTablet(InsertTabletPlan) - Method in class org.apache.iotdb.db.engine.StorageEngine
insert a InsertTabletPlan to a storage group
insertTablet(InsertTabletPlan) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Insert a tablet (rows belonging to the same devices) into this storage group.
insertTablet(InsertTabletPlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute batch insert plan
insertTablet(InsertTabletPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
insertTablet(InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
insertTablet(InsertTabletPlan, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
insert tablet into this memtable.
insertTablet(InsertTabletPlan, int, int, TSStatus[]) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
insert batch data of insertTabletPlan into the workingMemtable.
InsertTabletNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
InsertTabletNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
InsertTabletNode(PlanNodeId, PartialPath, boolean, String[], TSDataType[], long[], BitMap[], Object[], int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
InsertTabletPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
InsertTabletPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
InsertTabletPlan(PartialPath, String[]) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
InsertTabletPlan(PartialPath, String[], List<Integer>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
InsertTabletPlan(PartialPath, String[], List<Integer>, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
InsertTabletPlan(PartialPath, List<String>) - Constructor for class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
InsertTabletPlanGenerator - Class in org.apache.iotdb.db.engine.selectinto
internallyConstructNewPlan -> collectRowRecord * N -> generateInsertTabletPlan
InsertTabletPlanGenerator(String, int, boolean) - Constructor for class org.apache.iotdb.db.engine.selectinto.InsertTabletPlanGenerator
 
InsertTabletPlansIterator - Class in org.apache.iotdb.db.engine.selectinto
 
InsertTabletPlansIterator(QueryPlan, QueryDataSet, PartialPath, List<PartialPath>, boolean) - Constructor for class org.apache.iotdb.db.engine.selectinto.InsertTabletPlansIterator
 
insertTablets(InsertMultiTabletsNode) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
insert batch of tablets belongs to multiple devices
InsertTabletStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
 
InsertTabletStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
insertTemplate - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
insertToPartitionFileList(TsFileResource, boolean, int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
insert tsFileResource to a target pos(targetPos = insertPos) e.g.
insideAfterRange(long, long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
insideBeforeRange(long, long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
inspect() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
inspect() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
inspect() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
inspect() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
Invoke all segments, translate into string, concatenate and return.
inspect() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
INSTANCE - Static variable in class org.apache.iotdb.db.engine.flush.FlushListener.DefaultMemTableFLushListener
 
INSTANCE - Static variable in class org.apache.iotdb.db.engine.version.SysTimeVersionController
 
INSTANCE - Static variable in class org.apache.iotdb.db.qp.strategy.SQLParseError
 
instances - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
INT_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
IntConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
IntConstantFill(int) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.IntConstantFill
 
INTERMEDIATE - org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
IntermediateLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.intermediate
 
IntermediateLayer(Expression, long, float) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
IntermediateLayerVisitor - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
Responsible for constructing IntermediateLayer through Expression.
IntermediateLayerVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
IntermediateLayerVisitor.IntermediateLayerVisitorContext - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
 
IntermediateLayerVisitorContext(long, UDTFContext, QueryDataSetInputLayer, Map<Expression, IntermediateLayer>, TypeProvider, LayerMemoryAssigner) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor.IntermediateLayerVisitorContext
 
INTERNAL - org.apache.iotdb.db.metadata.mnode.MNodeType
 
INTERNAL_CREATE_TIMESERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
INTERNAL_CREATE_TIMESERIES - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INTERNAL_MNODE_TYPE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
INTERNAL_MNODE_TYPE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
INTERNAL_NODE_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
The basic extra memory occupied by an InternalMNode based on MNode occupation template reference, 8B boolean useTemplate, 1B MNodeContainer reference and basic occupation, 8 + 80B
internalActivateTemplate(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
InternalCreateTimeSeriesNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
InternalCreateTimeSeriesNode(PlanNodeId, PartialPath, MeasurementGroup, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
InternalCreateTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.internal
 
InternalCreateTimeSeriesStatement(PartialPath, List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
internallyConstructNewPlan() - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlanGenerator
 
InternalMNode - Class in org.apache.iotdb.db.metadata.mnode
This class is the implementation of Metadata Node.
InternalMNode(IMNode, String) - Constructor for class org.apache.iotdb.db.metadata.mnode.InternalMNode
Constructor of MNode.
internalRowRecordListCapacity - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
internalTVListCapacity - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
interval - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
interval - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
IntervalCursor() - Constructor for class org.apache.iotdb.db.sync.datasource.DeletionGroup.IntervalCursor
 
Intervals() - Constructor for class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
inTimeRange(long) - Method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
IntLinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
 
IntLinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.IntLinearFill
 
IntPreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
IntPreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.IntPreviousFill
 
InTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
InTransformer(LayerPointReader, boolean, Set<String>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.InTransformer
 
IntTVList - Class in org.apache.iotdb.db.utils.datastructure
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterSchemaFetcher
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakeSchemaFetcherImpl
 
invalidAllCache() - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
invalidAllCache() - Method in interface org.apache.iotdb.db.mpp.plan.analyze.ISchemaFetcher
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
invalidAllCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandaloneSchemaFetcher
 
invalidAllDataPartitionCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid all dataPartitionCache
invalidAllSchemaPartitionCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid all schemaPartitionCache
invalidate() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
invalidate(PartialPath) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
For delete timeseries meatadata cache operation
INVALIDATE_SCHEMA_CACHE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
INVALIDATE_TEMPLATE_SET_INFO - org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
invalidateAll() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
invalidateCache(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
invalidateCache(String, String) - Method in class org.apache.iotdb.db.auth.BasicAuthorityCache
Initialize user and role cache information.
invalidateCache(String, String) - Method in interface org.apache.iotdb.db.auth.IAuthorCache
 
InvalidateSchemaCacheNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
InvalidateSchemaCacheNode(PlanNodeId, QueryId, List<PartialPath>, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
invalidateTemplateSetInfo(byte[]) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
invalidDataPartitionCache(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid dataPartitionCache by storageGroup
invalidReplicaSetCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid replicaSetCache
invalidSchemaPartitionCache(String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid schemaPartitionCache by storage group
involvedStorageGroupMNodes - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeAboveSGCollector
 
involvedStorageGroupMNodes - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeAboveSGLevelCounter
 
IoTDB - Class in org.apache.iotdb.db.service
 
IoTDB - org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkType
 
IoTDB() - Constructor for class org.apache.iotdb.db.service.IoTDB
 
IoTDBConfig - Class in org.apache.iotdb.db.conf
 
IoTDBDataDirViewer - Class in org.apache.iotdb.db.tools
 
IoTDBDataDirViewer() - Constructor for class org.apache.iotdb.db.tools.IoTDBDataDirViewer
 
IoTDBDescriptor - Class in org.apache.iotdb.db.conf
 
IoTDBDescriptor() - Constructor for class org.apache.iotdb.db.conf.IoTDBDescriptor
 
iotdbFieldConvert(Field) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.FieldUtils
convert the value of field in iotdb to object
IoTDBMBean - Interface in org.apache.iotdb.db.service
 
IoTDBPipeSink - Class in org.apache.iotdb.db.sync.sender.pipe
 
IoTDBPipeSink(String) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
IoTDBPoint - Class in org.apache.iotdb.db.protocol.influxdb.dto
 
IoTDBPoint(String, long, List<String>, List<TSDataType>, List<Object>) - Constructor for class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
IoTDBPoint(String, Point, AbstractInfluxDBMetaManager, long) - Constructor for class org.apache.iotdb.db.protocol.influxdb.dto.IoTDBPoint
 
IoTDBRestServiceCheck - Class in org.apache.iotdb.db.conf.rest
 
IoTDBRestServiceCheck() - Constructor for class org.apache.iotdb.db.conf.rest.IoTDBRestServiceCheck
 
IoTDBRestServiceConfig - Class in org.apache.iotdb.db.conf.rest
 
IoTDBRestServiceConfig() - Constructor for class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
IoTDBRestServiceDescriptor - Class in org.apache.iotdb.db.conf.rest
 
IoTDBRestServiceDescriptor() - Constructor for class org.apache.iotdb.db.conf.rest.IoTDBRestServiceDescriptor
 
iotdbResultConvertInfluxResult(TSExecuteStatementResp, String, String, Map<String, Integer>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
iotdbResultConvertInfluxResult(QueryDataSet, String, String, Map<String, Integer>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
Convert align by device query result of iotdb to the query result of influxdb
IoTDBShutdownHook - Class in org.apache.iotdb.db.service
 
IoTDBShutdownHook() - Constructor for class org.apache.iotdb.db.service.IoTDBShutdownHook
 
IoTDBSqlVisitor - Class in org.apache.iotdb.db.qp.sql
 
IoTDBSqlVisitor() - Constructor for class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
IoTDBStartCheck - Class in org.apache.iotdb.db.conf
 
IoTDBStopCheck - Class in org.apache.iotdb.db.conf
 
IoTDBStopCheck() - Constructor for class org.apache.iotdb.db.conf.IoTDBStopCheck
 
IoTDBSyncClient - Class in org.apache.iotdb.db.sync.transport.client
 
IoTDBSyncClient(Pipe, String, int, String) - Constructor for class org.apache.iotdb.db.sync.transport.client.IoTDBSyncClient
 
IPartitionFetcher - Interface in org.apache.iotdb.db.mpp.plan.analyze
 
IPartitionRelatedNode - Interface in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
IPlanExecutor - Interface in org.apache.iotdb.db.qp.executor
 
IQueryExecution - Interface in org.apache.iotdb.db.mpp.plan.execution
 
IQueryRouter - Interface in org.apache.iotdb.db.query.executor
 
IQueryTerminator - Interface in org.apache.iotdb.db.mpp.plan.scheduler
 
IReaderByTimestamp - Interface in org.apache.iotdb.db.query.reader.series
 
IS_AGGREGATION - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
IS_MEASUREMENT - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
IS_NULL - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
isAborted() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
If the handle is aborted.
isAborted() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
If this handle is aborted.
isAborted() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
isAborted() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
isAborted() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
isAborted() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
isAborted() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
isAfterByMonth - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
isAggregationQuery() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isAlign - Variable in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
isAlignByDevice - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isAlignByDevice() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isAlignByDevice() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
isAlignByDevice() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isAlignByTime - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isAlignByTime() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
isAlignByTime() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isAlignByTime() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isAligned - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
isAligned - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
isAligned - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
isAligned - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
isAligned() - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
isAligned() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
isAligned() - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
isAligned() - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
isAligned() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
 
isAligned() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
isAligned() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
isAligned() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
isAligned() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
isAligned() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
isAligned() - Method in class org.apache.iotdb.db.mpp.plan.statement.internal.InternalCreateTimeSeriesStatement
 
isAligned() - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
isAligned() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
isAligned() - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
isAligned() - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
isAligned() - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
isAlignedPageReader() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
 
isAlive() - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
isAlive() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
 
isAll() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
isAllAggregatorsHasFinalResult(List<Aggregator>) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
 
isAllNull(Object[]) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.InputRowUtils
this method checks whether the row returned by IUDFInputDataSet.nextRowInObjects() has all null fields except the timestamp
isAllowCompaction() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
isAllowToCreateNewSeries() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
isAllSgReady() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
isAllSgReady() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
isAllWALEntriesConsumed() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
 
isAllWALEntriesConsumed() - Method in class org.apache.iotdb.db.wal.buffer.WALBuffer
 
isAnyTaskInListStillRunning(List<AbstractCompactionTask>) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
isAscending() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
isAscending() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
 
isAscending() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
isAscending() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
isAscending() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
isAscending() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isAscending() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isAscending() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Whether the AggregationResult accepts data in time ascending order, if it returns false, the data should be passed in time descending order.
isAscending() - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
isAscending() - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
isAscending() - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
isAscending() - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
isAscending() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
isAscending() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
isAscending() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
isAscending() - Method in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
isAscending() - Method in class org.apache.iotdb.db.utils.timerangeiterator.AggrWindowIterator
 
isAscending() - Method in interface org.apache.iotdb.db.utils.timerangeiterator.ITimeRangeIterator
 
isAscending() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowIterator
 
isAscending() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
isAuthenticationRequired() - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
isAuthenticationRequired() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
isAuthenticationRequired() - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
isAuthenticationRequired() - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
isAuthenticationRequired() - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
isAutoCreateSchema() - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
isAutoCreateSchema() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
isAutoCreateSchemaEnabled() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isBeforeByMonth - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
isBlocked() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Get a future that will be completed when the input buffer is not empty.
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
isBlocked() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
Returns a future that will be completed when the operator becomes unblocked.
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
isBlocked() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
isBuiltInAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isBuiltInAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isCancel() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
isCapableForSize(short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
isCapableForSize(short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
IScheduler - Interface in org.apache.iotdb.db.mpp.plan.scheduler
 
ISchemaFetcher - Interface in org.apache.iotdb.db.mpp.plan.analyze
This interface is used to fetch the metadata information required in execution plan generating.
ISchemaFile - Interface in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
 
ISchemaPage - Interface in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
 
ISchemaRegion - Interface in org.apache.iotdb.db.metadata.schemaregion
This interface defines all interfaces and behaviours that one SchemaRegion should support and implement.
ISchemaTree - Interface in org.apache.iotdb.db.mpp.common.schematree
 
isChunkBufferPoolEnable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isClientAuth() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
isClosed() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isClosed() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
isClusterMode() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isCollectFinished() - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
isCompacting() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isCompactionCandidate() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isCompareBinaryExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.CompareBinaryExpression
 
isCompareBinaryExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isConsistentWithScanOrder(AggregationType, Ordering) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
judge whether the order of aggregation calculation is consistent with the order of traversing data
isConstantOperand() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
If this expression and all of its sub-expressions are ConstantOperand.
isConstantOperandCache - Variable in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Sub-classes should override this method indicating if the expression is a constant operand
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
isConstantOperandInternal() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
isConstantPointReader() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.MappableUDFQueryRowTransformer
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
isConstantPointReader() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
isContains() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
isContains() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
isContains() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
isContains() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
isCountStar - Variable in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
isCountStar() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isCountStar(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
isCurrentConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
isCurrentConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
isCurrentNull() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
isCurrentNull() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
whether current row fields are all null
isCurrentNull() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
isCurrentNull() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
isDataFile(File) - Static method in class org.apache.iotdb.db.engine.snapshot.SnapshotFileSet
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
isDataTypeConsistency(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
isDebug - Variable in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
isDebug - Variable in class org.apache.iotdb.db.qp.logical.Operator
 
isDebug() - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
isDebug() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
isDebug() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
isDebug() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
isDeleted() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isDeleted(long) - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
Check whether this timestamp's data has been deleted according to .mods info and data timestamp
isDeleted(long, DeletionGroup.IntervalCursor) - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
Check whether ascending timestamp batch data have been deleted according to .mods info.
isDeviceIdExist(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isDirectAligned() - Method in class org.apache.iotdb.db.metadata.template.Template
 
isDirectNodeInTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
isDone() - Method in class org.apache.iotdb.db.mpp.execution.driver.DriverContext
 
isDone() - Method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Is this a terminal state.
isDone() - Method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Is this a terminal state.
isDone() - Method in enum org.apache.iotdb.db.mpp.execution.QueryState
 
ISegment - Interface in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
This interface interacts with segment bytebuffer.
isEmpty() - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
isEmpty() - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
isEmpty() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
isEmpty() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
isEmpty() - Method in class org.apache.iotdb.db.engine.querycontext.AlignedReadOnlyMemChunk
 
isEmpty() - Method in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
isEmpty() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
isEmpty() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
isEmpty() - Method in interface org.apache.iotdb.db.metadata.lastCache.container.ILastCacheContainer
 
isEmpty() - Method in class org.apache.iotdb.db.metadata.lastCache.container.LastCacheContainer
 
isEmpty() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
isEmpty() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
isEmpty() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
isEmpty() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
isEmpty() - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Whether the queue is empty.
isEmpty() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
Returns true when this statement is empty and no need to write into the server
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
isEmpty() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
isEmpty() - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalGroupByExecutor
 
isEmpty() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
isEmpty() - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup
If this object has no deletion data (i.e delIntervalMap is empty), return true
isEmpty() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Check whether PipeOpManager has no data(OpBlocks)
isEmpty() - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
 
isEmpty() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
common
isEmpty() - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
isEmpty() - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
isEmpty() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
isEmpty() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
isEmpty(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
isEmptyContainer(IMNodeContainer) - Static method in class org.apache.iotdb.db.metadata.mnode.container.MNodeContainers
 
isEmptyInternalMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
isEmptyInternalMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
isEmptyInternalMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
isEnableCrossSpaceCompaction() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableDiscardOutOfOrderData() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableExternalSort() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableHttps() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
isEnableIDTable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableIDTableLogFile() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableIndex() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableInfluxDBRpcService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableMemControl() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableMQTTService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableMultiThreading() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
isEnablePartialInsert() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnablePartition() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnablePartition() - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
isEnablePartition() - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
isEnableQueryMemoryEstimation() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableRedirect() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isEnableRestService() - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
isEnableRpcService() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableSeqSpaceCompaction() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableTimedFlushSeqMemtable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableTimedFlushUnseqMemtable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableTracing() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
isEnableTracing() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isEnableTracing() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
isEnableUnseqSpaceCompaction() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEnableWatermark() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isEncodingFasterThanIo() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
isEndCal() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
isEndState() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
isEntity() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
isEntity() - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
isEntity() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
isEntity() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
isEntity() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
isEntity() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
ISeqCompactionPerformer - Interface in org.apache.iotdb.db.engine.compaction.performer
 
isExceedCapacity() - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
isExceedFlushThreshold() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
isExceedFlushThreshold() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
isExceedFlushThreshold() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
isExceedReleaseThreshold() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
isExceedReleaseThreshold() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
isExceedReleaseThreshold() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
isExcessEndpoint(long, long) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
isExcessEndpoint(long, long) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
isExecuted(int) - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Whether the sub-plan at position i has been executed.
isExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
isExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
isExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
isExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
isExpelled() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
isExpelled() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
isFailed() - Method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
 
isFailure() - Method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Is this a non-success terminal state.
isFileAlreadyExist(TsFileResource, long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Check if the data of "tsFileResource" all exist locally by comparing planIndexes in the partition of "partitionNumber".
isFileAlreadyExist(TsFileResource, PartialPath, long) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
isFileCorrupted() - Method in class org.apache.iotdb.db.metadata.logfile.MLogReader
 
isFileCorrupted() - Method in class org.apache.iotdb.db.utils.writelog.BatchLogReader
 
isFileCorrupted() - Method in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
isFileInList() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isFinished - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
isFinished() - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
Used to judge whether this IDriver should be scheduled for execution anymore
isFinished() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
If there are no more tsblocks to be sent and all the tsblocks have been fetched by downstream fragment instances.
isFinished() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
If there are more tsblocks.
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
isFinished() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
Is this operator completely finished processing and no more output TsBlock will be produced.
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
isFinished() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
isFinishQueryAfterAnalyze() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
isFirstPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
isFull() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
isFull() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
isFull() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Get a future that will be completed when the output buffer is not full.
isFull() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
isFull() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
isGroupByLevel() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isGroupByLevel() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
isGroupByLevel() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
isGroupByLevel() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isGroupByQuery - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
isGroupByTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isHardlinkExist(File) - Method in class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
isHasAggregationFunction() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasBuiltInAggregationFunction() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
isHasChild() - Method in exception org.apache.iotdb.db.exception.metadata.StorageGroupAlreadySetException
 
isHasCommonQuery() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasFunction() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasLast() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
isHasLimit() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
isHasMoreFunction() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasMoreSelectorFunction() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasOnlyTraverseFunction() - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
 
isHasRawDataInputAggregation() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
isHasSgCol() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
isHoldingReadLock - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
isHoldingWriteLock - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
isIgnoreTimestamp() - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
isInitialized - Variable in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
ISinkHandle - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
isInNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
isInNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
isInNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
isInputFinal() - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
isInputPartial() - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
isInputRaw() - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
isInTemplate - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
isInternalNode(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeVisitor
 
isInterrupted() - Method in class org.apache.iotdb.db.query.context.QueryContext
 
isIntervalByMonth - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
isIntervalByMonth - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
isIntervalByMonth() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
isIntervalByMonth() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
isIntervalByMonth() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
isIntervalByMonth() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
isIntoPathsAligned() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
isKeepNull() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
isLastCacheEnabled() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isLastQuery() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isLayerPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
isLayerPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
isLeaf - Variable in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
isLeaf - Variable in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
isLeaf() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
isLeaf() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
isLeaf() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
isLeftCRightO() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
isLeftCRightO() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
isLeftCRightO() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
isLeftCRightO() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
isLeftPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
isLogFromOld() - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogAnalyzer
 
isManagedByFlushManager() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
isManagedByQueryManager() - Method in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
isManagedByQueryManager() - Method in interface org.apache.iotdb.db.query.reader.series.ManagedSeriesReader
 
isManagedByQueryManager() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.LeafOperand
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
isMappable(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
isMeasurement() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
isMeasurement() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
isMeasurement() - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
isMeasurement() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
isMeasurement() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
isMeasurement() - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
isMeasurementAliasExists() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
isMeasurementInTemplate(String, String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
isMeasurementInTemplate(String, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
isMemtableNotNull() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
sync method
isMetaDataCacheEnable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isModified() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
isModified() - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
isMppMode() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isNeedInferType() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
isNeedInferType() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
isNeedInferType() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
isNeedUpdateLastCache() - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
isNeedUpgrade(TsFileResource) - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
judge whether a tsfile needs to be upgraded
isNegativeNumber() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
isNot() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
isNotBetween() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
isNotIn() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
isNotNull() - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
isNotReservedPath(PartialPath) - Static method in class org.apache.iotdb.db.qp.constant.SQLConstant
 
isNull() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
isNull(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
isNull(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
isNull(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
isNull(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
IsNullColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
IsNullColumnTransformer(Type, ColumnTransformer, boolean) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.IsNullColumnTransformer
 
IsNullExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
IsNullExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
IsNullExpression(Expression, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
IsNullTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
IsNullTransformer(LayerPointReader, boolean) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.IsNullTransformer
 
isNullValue(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
Get whether value is null at the given position in AlignedTvList.
ISO_LOCAL_DATE_WIDTH_1_2 - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
ISO_LOCAL_DATE_WITH_DOT - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03'.
ISO_LOCAL_DATE_WITH_SLASH - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03'.
ISO_LOCAL_TIME_WITH_MS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '10:15:30' or '10:15:30.123'.
ISO_LOCAL_TIME_WITH_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '10:15:30' or '10:15:30.123456789'.
ISO_LOCAL_TIME_WITH_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '10:15:30' or '10:15:30.123456'.
ISO_OFFSET_DATE_TIME_WITH_DOT - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03T10:15:30+01:00' or '2011.12.03T10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_DOT_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03T10:15:30+01:00' or '2011.12.03T10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_DOT_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03T10:15:30+01:00' or '2011.12.03T10:15:30.123456+01:00'.
ISO_OFFSET_DATE_TIME_WITH_DOT_WITH_SPACE - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03 10:15:30+01:00' or '2011.12.03 10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_DOT_WITH_SPACE_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03 10:15:30+01:00' or '2011.12.03 10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_DOT_WITH_SPACE_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011.12.03 10:15:30+01:00' or '2011.12.03 10:15:30.123456+01:00'.
ISO_OFFSET_DATE_TIME_WITH_MS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03T10:15:30+01:00' or '2011/12/03T10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03T10:15:30+01:00' or '2011/12/03T10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03T10:15:30+01:00' or '2011/12/03T10:15:30.123456+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH_WITH_SPACE - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03 10:15:30+01:00' or '2011/12/03 10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH_WITH_SPACE_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03 10:15:30+01:00' or '2011/12/03 10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SLASH_WITH_SPACE_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011/12/03 10:15:30+01:00' or '2011/12/03 10:15:30.123456+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SPACE - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03 10:15:30+01:00' or '2011-12-03 10:15:30.123+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SPACE_NS - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03 10:15:30+01:00' or '2011-12-03 10:15:30.123456789+01:00'.
ISO_OFFSET_DATE_TIME_WITH_SPACE_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03 10:15:30+01:00' or '2011-12-03 10:15:30.123456+01:00'.
ISO_OFFSET_DATE_TIME_WITH_US - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
such as '2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30.123456+01:00'.
isOnCluster() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
isOnCluster() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
isOnCluster() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
isOnCluster() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
isOnCluster() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
isOrderByDevice() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
isOrderByDevice() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isOrderByHeat() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
isOrderByHeat() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
isOrderByHeat() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
isOrderByHeat() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
isOrderByHeat() - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
isOrderByHeat() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
isOrderByTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
isOrderByTime() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
isOrderByTimeseries() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
isOrderByTimeseries() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
ISourceHandle - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
isOutputPartial() - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
isOverlapped() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
isOverlapped(long, TsFileResource) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
isOverlapped(long, TsFileResource) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
isOverlapped(long, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
isOverlapped(long, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
isOverlapped(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
isOverlapped(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
 
isPathExist(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Check whether the path exists.
isPathExist(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Check whether the given path exists.
isPathExist(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Check whether the given path exists.
isPathExist(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Check whether the given path exists.
isPathExist(PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
Check whether the path exists.
isPathExist(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
Check whether the path exists.
isPathExist(PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
Check whether the path exists.
isPathExistInTemplate(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
isPathExistsInTemplate(String, String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
isPathExistsInTemplate(String, String) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
isPathExistsWithinTemplate(PartialPath) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Note that template and MTree cannot have overlap paths.
isPathExistsWithinTemplate(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Note that template and MTree cannot have overlap paths.
isPathExistsWithinTemplate(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Note that template and MTree cannot have overlap paths.
isPathMeasurement(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
isPinned() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
isPlanIndexOverlap(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isPlanRangeCovers(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isPointDeleted(long, List<TimeRange>, Integer) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
isPrefixMatch - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
isPrefixMatch() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
isPrefixMatchPath - Variable in class org.apache.iotdb.db.qp.logical.Operator
Since IoTDB v0.13, all DDL and DML use patternMatch as default.
isPrefixMatchPath() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
isPrefixPath - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
isPrefixPath - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
isPrefixPath - Variable in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
isPrefixPath() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
isPrefixPath() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
isPrefixPath() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
isPrefixStart - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
isQuery() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
isQuery() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
isQuery() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
isQuery() - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
isQuery() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
isQuery() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
isQueryMultiRegion() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
isRan() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
isRawDataSource() - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
isReadOnly() - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
isReadOnly() - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
isReady() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
isRecoverFinish() - Method in class org.apache.iotdb.db.service.SettleService
 
isRejected() - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
isReservedPath(PartialPath) - Static method in class org.apache.iotdb.db.qp.constant.SQLConstant
 
isRetain() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
isReturnTypeNumeric() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
isRightPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
isRoot - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
isRoot() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
isRoot() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
isRpcAdvancedCompressionEnable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isRpcThriftCompressionEnable() - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
isSameNode(TEndPoint) - Static method in class org.apache.iotdb.db.mpp.plan.constant.DataNodeEndPoints
 
isSatisfied(String, Filter, boolean, long, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isSatisfied(String, Filter, TsFileFilter, boolean, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isSecondPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
isSecure() - Method in class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
isSecure() - Method in class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
isSegmentCapableFor(short, short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
isSegmentCapableFor(short, short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
isSelectInto() - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
isSelectInto() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
isSeq - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
 
isSeq() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
isSeq() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
 
isSeq() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
isSeq() - Method in class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
isSeq() - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
isSequence() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
isSequence() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
isSequence() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
isSequence() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
isSerialized - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
isSerialized() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
isSettledFileGenerated(TsFileResource) - Method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
this method is used to check whether the new file is settled when recovering old tsFile.
isSgPath() - Method in class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
isSignal() - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
isSignal() - Method in class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
isSignal() - Method in class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
isSignalMemTable() - Method in class org.apache.iotdb.db.engine.flush.NotifyFlushMemTable
 
isSignalMemTable() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
isSignalMemTable() - Method in class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
isSingle() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
isSingle() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
isSingleInputColumn() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
isSlidingStepByMonth - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
isSlidingStepByMonth - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
isSlidingStepByMonth() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
isSlidingStepByMonth() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
isSlidingStepByMonth() - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
isSlidingStepByMonth() - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
isSorted() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
isSpanMultiTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
isSpanMultiTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
isSpanMultiTimePartitions() - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
Check whether the tsFile spans multiple time partitions.
isSpanMultiTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
isSpanMultiTimePartitions() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Check whether the tsFile spans multiple time partitions.
isStopIfException() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardConfiguration
 
isStopIfException() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
isStopped() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
isStopped() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
isStorageGroup() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
isStorageGroup() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
isStorageGroup() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
isStorageGroup() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
isStorageGroup() - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
isStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Check if the given path is storage group or not.
isStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Check if the given path is storage group or not.
isStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Check whether path is storage group or not
isStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Check if the given path is storage group or not.
isStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
isStorageGroupAlreadySet(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Check whether the storage group of given path is set.
isStorageGroupAlreadySet(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Check whether the storage group of given path exists.
isStorageGroupAlreadySet(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Check whether the storage group of given path is set.
isStorageGroupAlreadySet(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
isSuccess() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
isSuccess() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
isSuccess() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
isSuccessful() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FragInstanceDispatchResult
 
isSync() - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
isSyncDelOp() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
isTakeSeqAsFirst(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
Return true if taking first page reader from seq readers
isTakeSeqAsFirst(Statistics<? extends Object>, Statistics<? extends Object>) - Method in interface org.apache.iotdb.db.query.reader.series.SeriesReader.TimeOrderUtils
Return true if taking first page reader from seq readers
isTaskFinished() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
isTaskRan() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
isTemplateAppendable(Template, List<String>) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurements
isTemplateAppendable(Template, List<String>) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurements
isTemplateAppendable(Template, List<String>) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurements
isTemplateAppendable(Template, List<String>) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
isTemplateAppendable(Template, List<String>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
isTemplateAppendable(Template, List<String>) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
isThirdPointReaderConstant - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
isTimeSeriesGeneratingFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
IStorageGroupMNode - Interface in org.apache.iotdb.db.metadata.mnode
This interface defines a StorageGroupMNode's operation interfaces.
IStorageGroupSchemaManager - Interface in org.apache.iotdb.db.metadata.storagegroup
 
isTracingOn() - Method in class org.apache.iotdb.db.qp.logical.sys.TracingOperator
 
isTracingOn() - Method in class org.apache.iotdb.db.qp.physical.sys.TracingPlan
 
isUnderAlignedEntity() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
 
isUnderAlignedEntity() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
isUntilLast() - Method in class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
isUpgradedFileGenerated(String) - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
isUserDefinedAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
isUserDefinedAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
isUserDefinedAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
isUserDefinedAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
isUserDefinedAggregationFunctionExpression() - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
isUserInRole(String) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.BasicSecurityContext
 
isUserInRole(String) - Method in class org.apache.iotdb.db.protocol.rest.filter.BasicSecurityContext
 
isUserUseWaterMark(String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
isUseTemplate() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
isUseTemplate() - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
isUseTemplate() - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
isUseTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
isUseTemplate() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
isUsingTrigger() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
isUsingURI() - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTriggerStatement
 
isVolatile() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
isVolatile() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
isVolatile() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
isWatermarked(String, String, String, int, int, double, int, String) - Static method in class org.apache.iotdb.db.tools.watermark.WatermarkDetector
 
isWildcard() - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
isWithoutAllNull() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isWithoutAllNull() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
isWithoutAnyNull() - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
isWithoutAnyNull() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
ISyncClient - Interface in org.apache.iotdb.db.sync.transport.client
 
ISyncInfoFetcher - Interface in org.apache.iotdb.db.sync.common
 
ISyncManager - Interface in org.apache.iotdb.db.sync.sender.manager
ISyncManager is designed for collect all history TsFiles(i.e.
ITaskScheduler - Interface in org.apache.iotdb.db.mpp.execution.schedule
the scheduler interface of DriverTask
ITemplateManager - Interface in org.apache.iotdb.db.metadata.template
 
iterateAlignedSeries(String) - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
 
iterateAllColumnsToNextValid() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
iterateNotAlignedSeries(String, boolean) - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
return MeasurementIterator, who iterates the measurements of not aligned device
iterateReaderToNextValid(LayerPointReader) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
iterator() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
iterator() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
returns an iterator to traverse all the successor expressions in a level-order
iterator() - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
ITimeIndex - Interface in org.apache.iotdb.db.engine.storagegroup.timeindex
 
ITimeRangeIterator - Interface in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
This interface used for iteratively generating aggregated time windows in GROUP BY query.
ITimeRangeIterator - Interface in org.apache.iotdb.db.utils.timerangeiterator
This interface used for iteratively generating aggregated time windows in GROUP BY query.
ITimeSliceAllocator - Interface in org.apache.iotdb.db.mpp.execution.timer
 
IUDFInputDataSet - Interface in org.apache.iotdb.db.mpp.transformation.dag.input
The input data set interface for a UDFPlan
IUnseqCompactionPerformer - Interface in org.apache.iotdb.db.engine.compaction.performer
 
IWALBuffer - Interface in org.apache.iotdb.db.wal.buffer
This class serializes and flushes WALEntry.
IWALByteBufferView - Interface in org.apache.iotdb.db.wal.buffer
This ByteBuffer view provides blocking writing interface for wal to serialize huge object with limited memory usage.
IWALNode - Interface in org.apache.iotdb.db.wal.node
This interface provides uniform interface for writing wal and making checkpoints.
IWritableMemChunk - Interface in org.apache.iotdb.db.engine.memtable
 
IWritableMemChunkGroup - Interface in org.apache.iotdb.db.engine.memtable
 

J

JacksonUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
JacksonUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.JacksonUtils
 
JarLoaderUtil - Class in org.apache.iotdb.db.utils
 
JarLoaderUtil() - Constructor for class org.apache.iotdb.db.utils.JarLoaderUtil
 
json2Bean(String, Class<T>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.JacksonUtils
 
JSONPayloadFormatter - Class in org.apache.iotdb.db.protocol.mqtt
The JSON payload formatter.
JSONPayloadFormatter() - Constructor for class org.apache.iotdb.db.protocol.mqtt.JSONPayloadFormatter
 

K

keepNull - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
keepNull - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
keepOrderInsert(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
Insert a tsfile resource to the list, the tsfile will be inserted before the first tsfile whose timestamp is greater than its.
keepOrderInsert(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
keySet() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
KILL - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
KILL - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
killQuery(long) - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
KillQueryOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
KillQueryOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
 
KillQueryOperator(int, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
 
KillQueryPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
KillQueryPlan(long) - Constructor for class org.apache.iotdb.db.qp.physical.sys.KillQueryPlan
 
KV_INDEX - org.apache.iotdb.db.index.common.IndexType
 
KW_AND - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
KW_AND - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
KW_NOT - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
KW_NOT - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
KW_OR - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
KW_OR - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 

L

L1PriorityQueue<E extends IDIndexedAccessible> - Class in org.apache.iotdb.db.mpp.execution.schedule.queue
An efficient subclass of IndexedBlockingQueue with 1-level priority groups.
L1PriorityQueue(int, Comparator<E>, E) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
Init the queue with max capacity and specified comparator.
L2PriorityQueue<E extends IDIndexedAccessible> - Class in org.apache.iotdb.db.mpp.execution.schedule.queue
An efficient subclass of IndexedBlockingQueue with 2-level priority groups.
L2PriorityQueue(int, Comparator<E>, E) - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
Init the queue with max capacity and specified comparator.
LAST - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LAST - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LAST - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
LAST_QUERY - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
LAST_QUERY_COLLECT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
LAST_QUERY_HEADER_COLUMNS - Static variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
LAST_QUERY_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
LAST_QUERY_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
LAST_RESP - Static variable in class org.apache.iotdb.db.service.StaticResps
 
LAST_VALUE - org.apache.iotdb.db.query.aggregation.AggregationType
 
LAST_VALUE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
LastCacheContainer - Class in org.apache.iotdb.db.metadata.lastCache.container
This class possesses the ILastCacheValue and implements the basic last cache operations.
LastCacheContainer() - Constructor for class org.apache.iotdb.db.metadata.lastCache.container.LastCacheContainer
 
LastCacheManager - Class in org.apache.iotdb.db.metadata.lastCache
 
LastCacheManager() - Constructor for class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
 
LastCacheScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
LastCacheScanOperator(OperatorContext, PlanNodeId, TsBlock) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
LastCacheValue - Class in org.apache.iotdb.db.metadata.lastCache.container.value
 
LastCacheValue(long, TsPrimitiveType) - Constructor for class org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
 
lastDataQueryReqToPhysicalPlan(TSLastDataQueryReq, ZoneId, IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.qp.Planner
convert last data query to physical plan directly
LastEntry(long, Binary, Binary, Binary) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
LastEntry(TsBlock, int) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil.LastEntry
 
LastFlushTimeManager - Class in org.apache.iotdb.db.engine.storagegroup
This class manages last time and flush time for sequence and unsequence determination This class This class is NOT thread safe, caller should ensure synchronization
LastFlushTimeManager() - Constructor for class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
lastIndexOf(Object) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
LastPointReader - Class in org.apache.iotdb.db.query.executor.fill
 
LastPointReader(PartialPath, TSDataType, Set<String>, QueryContext, QueryDataSource, long, Filter) - Constructor for class org.apache.iotdb.db.query.executor.fill.LastPointReader
 
lastQuery(LastQueryPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute last query
lastQuery(LastQueryPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
LastQueryCollectNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
 
LastQueryCollectNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
LastQueryCollectNode(PlanNodeId, List<PlanNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
LastQueryCollectOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
LastQueryCollectOperator(OperatorContext, List<Operator>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
lastQueryColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
LastQueryExecutor - Class in org.apache.iotdb.db.query.executor
 
LastQueryExecutor(List<PartialPath>, List<TSDataType>) - Constructor for class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
LastQueryExecutor(LastQueryPlan) - Constructor for class org.apache.iotdb.db.query.executor.LastQueryExecutor
 
LastQueryMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
 
LastQueryMergeNode(PlanNodeId, List<PlanNode>, OrderByParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
LastQueryMergeNode(PlanNodeId, OrderByParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
LastQueryMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
LastQueryMergeOperator(OperatorContext, List<Operator>, Comparator<Binary>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
LastQueryNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
 
LastQueryNode(PlanNodeId, List<PlanNode>, Filter, OrderByParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
LastQueryNode(PlanNodeId, Filter, OrderByParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
LastQueryOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
LastQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
LastQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.LastQueryOperator
 
LastQueryOperator(OperatorContext, List<UpdateLastCacheOperator>, TsBlockBuilder) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
LastQueryOperator(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.LastQueryOperator
 
LastQueryPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
LastQueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
 
LastQueryScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
LastQueryScanNode(PlanNodeId, MeasurementPath) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
LastQueryScanNode(PlanNodeId, MeasurementPath, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
LastQuerySortOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
LastQuerySortOperator(OperatorContext, TsBlock, List<UpdateLastCacheOperator>, Comparator<Binary>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
LastQueryUtil - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
LastQueryUtil() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
LastQueryUtil.LastEntry - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
lastValue - Variable in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
lastValue(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
LastValueAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
LastValueAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
LastValueAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
LastValueAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
LastValueDescAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
LastValueDescAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
LastValueDescAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
LastValueDescAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
LayerCacheUtils - Class in org.apache.iotdb.db.mpp.transformation.dag.util
 
LayerMemoryAssigner - Class in org.apache.iotdb.db.mpp.transformation.dag.memory
 
LayerMemoryAssigner(float) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
 
layerPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
layerPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
LayerPointReader - Interface in org.apache.iotdb.db.mpp.transformation.api
 
LayerPointReaderBackedSingleColumnRow - Class in org.apache.iotdb.db.mpp.transformation.dag.adapter
 
LayerPointReaderBackedSingleColumnRow(LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
layerPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
layerRowReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.MappableUDFQueryRowTransformer
 
layerRowReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowTransformer
 
LayerRowReader - Interface in org.apache.iotdb.db.mpp.transformation.api
 
layerRowWindowReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowWindowTransformer
 
LayerRowWindowReader - Interface in org.apache.iotdb.db.mpp.transformation.api
 
LeafColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.leaf
 
LeafColumnTransformer(Type) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.LeafColumnTransformer
 
LeafOperand - Class in org.apache.iotdb.db.mpp.plan.expression.leaf
 
LeafOperand() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.LeafOperand
 
LEAST_LOG_SIZE - Static variable in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
leftCRightO - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
leftCRightO - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
leftExpression - Variable in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
leftPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
leftPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
leftTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
LESS_EQUAL - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LESS_THAN - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LessEqualExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
LessEqualExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LessEqualExpression
 
LessEqualExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LessEqualExpression
 
LESSTHAN - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
LESSTHAN - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
LessThanExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
LessThanExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LessThanExpression
 
LessThanExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LessThanExpression
 
LESSTHANOREQUALTO - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
LESSTHANOREQUALTO - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
LEVEL_TIME_SERIES_COUNT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
levels - Variable in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
levels - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
LevelTimeSeriesCountNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
LevelTimeSeriesCountNode(PlanNodeId, PartialPath, boolean, int, String, String, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
LevelTimeSeriesCountOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
LevelTimeSeriesCountOperator(PlanNodeId, OperatorContext, PartialPath, boolean, int, String, String, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
lexerToFilterType - Static variable in class org.apache.iotdb.db.mpp.plan.constant.FilterConstant
 
lexerToFilterType - Static variable in class org.apache.iotdb.db.qp.constant.FilterConstant
 
LIKE - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
LIKE - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LIKE - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
LikeExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
LikeExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
LikeExpression(Expression, String) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
LikeExpression(Expression, String, Pattern) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
LikeFilter - Class in org.apache.iotdb.db.mpp.common.filter
fuzzy query structure LikeFilter.
LikeFilter(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
LikeOperator - Class in org.apache.iotdb.db.qp.logical.crud
fuzzy query structure LikeOperator.
LikeOperator(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
limit - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
limit - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
limit - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
limit - Variable in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
LIMIT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
LimitNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
LimitNode is used to select top n result.
LimitNode(PlanNodeId, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
LimitNode(PlanNodeId, PlanNode, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
LimitOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
LimitOperator(OperatorContext, long, Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
LINE_FEED_SIGNAL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
LINEAR - org.apache.iotdb.db.mpp.plan.statement.component.FillPolicy
 
LinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
The result of Linear Fill functions at timestamp "T" is calculated by performing a linear fitting method on two time series values, one is at the closest timestamp before T, and the other is at the closest timestamp after T.
LinearFill - Class in org.apache.iotdb.db.query.executor.fill
 
LinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LinearFill
 
LinearFill() - Constructor for class org.apache.iotdb.db.query.executor.fill.LinearFill
 
LinearFill(long, long) - Constructor for class org.apache.iotdb.db.query.executor.fill.LinearFill
 
LinearFill(String, String) - Constructor for class org.apache.iotdb.db.query.executor.fill.LinearFill
 
LinearFill(TSDataType, long, long, long) - Constructor for class org.apache.iotdb.db.query.executor.fill.LinearFill
Constructor of LinearFill.
LinearFill(TSDataType, long, long, long, boolean, boolean) - Constructor for class org.apache.iotdb.db.query.executor.fill.LinearFill
 
LinearFillOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
Used for linear fill
LinearFillOperator(OperatorContext, ILinearFill[], Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
LineMerger - Class in org.apache.iotdb.db.query.externalsort
 
LineMerger(long, String) - Constructor for class org.apache.iotdb.db.query.externalsort.LineMerger
 
lines() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.lines()
LIST_ROLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_ROLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LIST_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
LIST_ROLE_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LIST_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
LIST_ROLE_USERS - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_ROLE_USERS - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LIST_USER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_USER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LIST_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
LIST_USER_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_USER_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LIST_USER_PRIVILEGE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
LIST_USER_ROLES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LIST_USER_ROLES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
listAllCheckpointFiles(File) - Static method in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
List all .checkpoint files in the directory
listAllRoles() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
listAllUsers() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
listAllWALFiles(File) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
List all .wal files in the directory
ListDataSet - Class in org.apache.iotdb.db.query.dataset
 
ListDataSet(List<PartialPath>, List<TSDataType>) - Constructor for class org.apache.iotdb.db.query.dataset.ListDataSet
 
listIterator() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
listIterator(int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
Literal - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
Literal() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
Literal.LiteralType - Enum in org.apache.iotdb.db.mpp.plan.statement.literal
 
load() - Method in class org.apache.iotdb.db.sync.receiver.load.DeletionLoader
 
load() - Method in interface org.apache.iotdb.db.sync.receiver.load.ILoader
 
load() - Method in class org.apache.iotdb.db.sync.receiver.load.SchemaLoader
 
load() - Method in class org.apache.iotdb.db.sync.receiver.load.TsFileLoader
 
LOAD_CONFIGURATION - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LOAD_CONFIGURATION - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LOAD_CONFIGURATION - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
LOAD_DATA - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LOAD_DATA - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
LOAD_FILES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
LOAD_FILES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
loadAsSegment(ByteBuffer) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
loadChildrenFromDisk(Map<String, IMNode>) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
loadChildrenFromDisk(Map<String, IMNode>) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
loadChunk(ChunkMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.DiskAlignedChunkLoader
 
loadChunk(ChunkMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.DiskChunkLoader
 
loadChunk(ChunkMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkLoader
 
loadChunk(ChunkMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkLoader
 
loadChunkMetadataList(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.metadata.DiskAlignedChunkMetadataLoader
 
loadChunkMetadataList(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.metadata.DiskChunkMetadataLoader
 
loadChunkMetadataList(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.metadata.MemAlignedChunkMetadataLoader
 
loadChunkMetadataList(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.query.reader.chunk.metadata.MemChunkMetadataLoader
 
loadChunkMetadataList(ITimeSeriesMetadata) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
load all chunk metadata of one time series in one file.
loadClusterProps(Properties) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadConfigNodeList() - Method in class org.apache.iotdb.db.client.ConfigNodeInfo
 
loadConfiguration() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
loadConfiguration(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
loadConfiguration(boolean) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
loadConfiguration(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
loadConfiguration(LoadConfigurationPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
LoadConfigurationException - Exception in org.apache.iotdb.db.exception
 
LoadConfigurationException(String) - Constructor for exception org.apache.iotdb.db.exception.LoadConfigurationException
 
LoadConfigurationException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.LoadConfigurationException
 
LoadConfigurationException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.LoadConfigurationException
 
LoadConfigurationOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
LoadConfigurationOperator(LoadConfigurationOperator.LoadConfigurationOperatorType) - Constructor for class org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator
 
LoadConfigurationOperator.LoadConfigurationOperatorType - Enum in org.apache.iotdb.db.qp.logical.sys
 
LoadConfigurationPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
LoadConfigurationPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType, Properties[]) - Constructor for class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
LoadConfigurationPlan.LoadConfigurationPlanType - Enum in org.apache.iotdb.db.qp.physical.sys
 
LoadConfigurationStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
LoadConfigurationStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
LoadConfigurationTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
LoadConfigurationTask(LoadConfigurationStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.LoadConfigurationTask
 
LoadDataOperator - Class in org.apache.iotdb.db.qp.logical.sys
this class maintains information in Author statement, including CREATE, DROP, GRANT and REVOKE.
LoadDataOperator(int, String, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.LoadDataOperator
Constructor of LoadDataOperator.
LoadDataPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
LoadDataPlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.LoadDataPlan
Constructor of LoadDataPlan.
LoadEmptyFileException - Exception in org.apache.iotdb.db.exception
 
LoadEmptyFileException() - Constructor for exception org.apache.iotdb.db.exception.LoadEmptyFileException
 
loadExternLib(IoTDBConfig) - Static method in class org.apache.iotdb.db.utils.JarLoaderUtil
 
LoadFileException - Exception in org.apache.iotdb.db.exception
 
LoadFileException(Exception) - Constructor for exception org.apache.iotdb.db.exception.LoadFileException
 
LoadFileException(String) - Constructor for exception org.apache.iotdb.db.exception.LoadFileException
 
LoadFilesOperator - Class in org.apache.iotdb.db.qp.logical.sys
operator for loading tsfile including four property: file, the loading file.
LoadFilesOperator(File, boolean, int, boolean) - Constructor for class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
loadFromSnapshot(File, String) - Static method in class org.apache.iotdb.db.metadata.tag.TagManager
 
loadFromSnapshot(File, Consumer<IMeasurementMNode>) - Static method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
loadFromSnapshot(File, IStorageGroupMNode, int, Consumer<IMeasurementMNode>) - Static method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
loadGlobalConfig(TGlobalConfig) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadHotModifiedProps() - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadHotModifiedProps(Properties) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadNewTsFile(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
loadNewTsFile(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Load a new tsfile to storage group processor.
loadOrGenerateResource(TsFileResource) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
 
loadPage(ByteBuffer, int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
loadPageReaderList() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkReader
 
loadPageReaderList() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
loadPageReaderList(IChunkMetadata, Filter) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
load all page readers in one chunk that satisfying the timeFilter
loadProperties(Properties) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadRSchemaRegion(PartialPath, SchemaRegionId, IStorageGroupMNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.RSchemaRegionLoader
Load the jar files for RSchemaRegion and create an instance of it.
loadSchemaFile(File) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
loadSchemaFile(String, int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
loadShuffleProps(Properties) - Method in class org.apache.iotdb.db.conf.IoTDBDescriptor
 
loadSnapshot(File) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
loadSnapshot(File) - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
loadSnapshot(File) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
loadSnapshot(File) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
loadSnapshot(File) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
loadSnapshot(File, Consumer<IMeasurementMNode>) - Static method in class org.apache.iotdb.db.metadata.mtree.snapshot.MemMTreeSnapshotUtil
 
loadSnapshotForStateMachine() - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLoader
1.
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanUtil
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.query.executor.fill.AlignedLastPointReader
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.query.executor.fill.LastPointReader
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesReader
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
loadTimeSeriesMetadata(TsFileResource, PartialPath, QueryContext, Filter, Set<String>) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
 
loadTimeSeriesMetadata(TsFileResource, AlignedPath, QueryContext, Filter) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
Load VectorTimeSeriesMetadata for Vector
LOCAL - org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator.LoadConfigurationOperatorType
 
LOCAL - org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan.LoadConfigurationPlanType
 
LOCAL_HOST_DATA_BLOCK_ENDPOINT - Static variable in class org.apache.iotdb.db.mpp.plan.constant.DataNodeEndPoints
 
LOCAL_HOST_INTERNAL_ENDPOINT - Static variable in class org.apache.iotdb.db.mpp.plan.constant.DataNodeEndPoints
 
LocalAlignedGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
 
LocalAlignedGroupByExecutor(PartialPath, QueryContext, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.LocalAlignedGroupByExecutor
 
LocalConfigNode - Class in org.apache.iotdb.db.localconfignode
This class simulates the behaviour of configNode to manage the configs locally.
LocalDataPartitionTable - Class in org.apache.iotdb.db.localconfignode
 
LocalExecutionPlanContext - Class in org.apache.iotdb.db.mpp.plan.planner
 
LocalExecutionPlanContext(FragmentInstanceContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
LocalExecutionPlanContext(TypeProvider, FragmentInstanceContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
LocalExecutionPlanner - Class in org.apache.iotdb.db.mpp.plan.planner
Used to plan a fragment instance.
LocalExecutionPlanner() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanner
 
LocalGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
 
LocalGroupByExecutor(PartialPath, Set<String>, QueryContext, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.LocalGroupByExecutor
 
localhostInternalPort - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
localhostIpAddr - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
LocalIoTDBConfiguration - Class in org.apache.iotdb.db.engine.trigger.sink.local
 
LocalIoTDBConfiguration(String, String[], TSDataType[]) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBConfiguration
 
LocalIoTDBEvent - Class in org.apache.iotdb.db.engine.trigger.sink.local
 
LocalIoTDBEvent(long, Object...) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBEvent
 
LocalIoTDBHandler - Class in org.apache.iotdb.db.engine.trigger.sink.local
 
LocalIoTDBHandler() - Constructor for class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBHandler
 
LocalMemoryManager - Class in org.apache.iotdb.db.mpp.execution.memory
Manages memory of a data node.
LocalMemoryManager() - Constructor for class org.apache.iotdb.db.mpp.execution.memory.LocalMemoryManager
 
LocalSchemaPartitionTable - Class in org.apache.iotdb.db.localconfignode
 
LocalSchemaProcessor - Class in org.apache.iotdb.db.metadata
This class takes the responsibility of serialization of all the metadata info and persistent it into files.
LocalSchemaProcessor() - Constructor for class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
LocalSchemaProcessor.StorageGroupFilter - Interface in org.apache.iotdb.db.metadata
StorageGroupFilter filters unsatisfied storage groups in metadata queries to speed up and deduplicate.
LocalSinkHandle - Class in org.apache.iotdb.db.mpp.execution.exchange
 
LocalSinkHandle(TFragmentInstanceId, String, TFragmentInstanceId, SharedTsBlockQueue, MPPDataExchangeManager.SinkHandleListener) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
LocalSourceHandle - Class in org.apache.iotdb.db.mpp.execution.exchange
 
LocalSourceHandle(TFragmentInstanceId, TFragmentInstanceId, String, SharedTsBlockQueue, MPPDataExchangeManager.SourceHandleListener) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
LocalSyncInfoFetcher - Class in org.apache.iotdb.db.sync.common
 
LocalSyncManager - Class in org.apache.iotdb.db.sync.sender.manager
 
LocalSyncManager(DataRegion, Pipe) - Constructor for class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
LocalTextModificationAccessor - Class in org.apache.iotdb.db.engine.modification.io
LocalTextModificationAccessor uses a file on local file system to store the modifications in text format, and writes modifications by appending to the tail of the file.
LocalTextModificationAccessor(String) - Constructor for class org.apache.iotdb.db.engine.modification.io.LocalTextModificationAccessor
Construct a LocalTextModificationAccessor using a file specified by filePath.
lock() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
LOCK_INFO - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
log(long, DeleteDataNode) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log DeleteDataNode
log(long, DeleteDataNode) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, DeleteDataNode) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
log(long, InsertRowNode) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log InsertRowNode
log(long, InsertRowNode) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, InsertRowNode) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
log(long, InsertTabletNode, int, int) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log InsertTabletNode
log(long, InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
log(long, DeletePlan) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log DeletePlan
log(long, DeletePlan) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, DeletePlan) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
log(long, InsertRowPlan) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log InsertRowPlan
log(long, InsertRowPlan) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, InsertRowPlan) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
log(long, InsertTabletPlan, int, int) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Log InsertTabletPlan
log(long, InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
log(long, InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
logChannel - Variable in class org.apache.iotdb.db.wal.io.LogWriter
 
logDirectory - Variable in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
directory to store .wal files
logDirectory - Variable in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
directory to store .checkpoint file
logFile - Variable in class org.apache.iotdb.db.wal.io.LogWriter
 
logFile(String, String) - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
logFiles(List<TsFileResource>, String) - Method in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
logger - Static variable in class org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy
 
logger - Static variable in interface org.apache.iotdb.db.metadata.idtable.IDTable
logger
LOGGER - Static variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
LOGGER - Static variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
LOGGER - Static variable in class org.apache.iotdb.db.sync.common.SyncInfo
 
LOGIC_AND - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LOGIC_NOT - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LOGIC_OR - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
LOGICAL_SG_OFFSET_IN_LOG - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
LOGICAL_SG_OFFSET_IN_PATH - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
LogicalChecker - Class in org.apache.iotdb.db.qp.strategy
 
LogicalGenerator - Class in org.apache.iotdb.db.qp.strategy
LogicalGenerator.
LogicalOperatorException - Exception in org.apache.iotdb.db.exception.query
This exception is thrown while meeting error in transforming logical operator to physical plan.
LogicalOperatorException() - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOperatorException
 
LogicalOperatorException(String) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOperatorException
 
LogicalOperatorException(String, int) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOperatorException
 
LogicalOperatorException(String, String) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOperatorException
 
LogicalOperatorException(IoTDBException) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOperatorException
 
logicalOptimize(Operator) - Method in class org.apache.iotdb.db.qp.Planner
given an unoptimized logical operator tree and return a optimized result.
LogicalOptimizeException - Exception in org.apache.iotdb.db.exception.query
This exception is thrown while meeting error in optimizing logical operator.
LogicalOptimizeException(String) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOptimizeException
 
LogicalOptimizeException(String, FilterConstant.FilterType) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOptimizeException
 
LogicalOptimizeException(IoTDBException) - Constructor for exception org.apache.iotdb.db.exception.query.LogicalOptimizeException
 
LogicalPlanBuilder - Class in org.apache.iotdb.db.mpp.plan.planner
 
LogicalPlanBuilder(MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
LogicalPlanner - Class in org.apache.iotdb.db.mpp.plan.planner
Generate a logical plan for the statement.
LogicalPlanner(MPPQueryContext, List<PlanOptimizer>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanner
 
LogicalPlanVisitor - Class in org.apache.iotdb.db.mpp.plan.planner
This visitor is used to generate a logical plan for the statement and returns the PlanNode.
LogicalPlanVisitor(Analysis) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
LogicalQueryPlan - Class in org.apache.iotdb.db.mpp.plan.planner.plan
LogicalQueryPlan represents a logical query plan.
LogicalQueryPlan(MPPQueryContext, PlanNode) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.LogicalQueryPlan
 
logicalStorageGroupName - Variable in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
LogicAndColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
LogicAndColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicAndColumnTransformer
 
LogicAndExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
LogicAndExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicAndExpression
 
LogicAndExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicAndExpression
 
LogicAndTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
LogicAndTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicAndTransformer
 
LogicBinaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
LogicBinaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicBinaryColumnTransformer
 
LogicBinaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
LogicBinaryExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicBinaryExpression
 
LogicBinaryExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicBinaryExpression
 
LogicBinaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
LogicBinaryTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
LogicNotColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
LogicNotColumnTransformer(Type, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.LogicNotColumnTransformer
 
LogicNotExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
LogicNotExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
LogicNotExpression(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.LogicNotExpression
 
LogicNotTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
LogicNotTransformer(LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.LogicNotTransformer
 
LogicOrColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
LogicOrColumnTransformer(Type, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicOrColumnTransformer
 
LogicOrExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
LogicOrExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicOrExpression
 
LogicOrExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.LogicOrExpression
 
LogicOrTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
LogicOrTransformer(LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicOrTransformer
 
login(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
login(String, String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
login(SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.GrafanaApiServiceImpl
 
login(SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.GrafanaApiServiceImpl
 
login(TLoginReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
LogPlan - Class in org.apache.iotdb.db.qp.physical.sys
It's used by cluster to wrap log to plan
LogPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
LogPlan(ByteBuffer) - Constructor for class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
LogPlan(LogPlan) - Constructor for class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
logStream - Variable in class org.apache.iotdb.db.wal.io.LogWriter
 
LogWriter - Class in org.apache.iotdb.db.utils.writelog
LogWriter writes the binary logs into a file using FileChannel together with check sums of each log calculated using CRC32.
LogWriter - Class in org.apache.iotdb.db.wal.io
LogWriter writes the binary logs into a file, including writing WALEntry into .wal file and writing Checkpoint into .checkpoint file.
LogWriter(File) - Constructor for class org.apache.iotdb.db.wal.io.LogWriter
 
LogWriter(File, boolean) - Constructor for class org.apache.iotdb.db.utils.writelog.LogWriter
 
LogWriter(String, boolean) - Constructor for class org.apache.iotdb.db.utils.writelog.LogWriter
 
LONG - org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
 
LONG_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
LongConstantFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
LongConstantFill(long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.constant.LongConstantFill
 
LongLinearFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
 
LongLinearFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LongLinearFill
 
LongLiteral - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
LongLiteral(long) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
LongLiteral(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
LongPreviousFill - Class in org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
LongPreviousFill() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.fill.previous.LongPreviousFill
 
LongTVList - Class in org.apache.iotdb.db.utils.datastructure
 
LRUCacheManager - Class in org.apache.iotdb.db.metadata.mtree.store.disk.cache
 
LRUCacheManager() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
LT - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
LT - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
LTEQ - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
LTEQ - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 

M

m - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
MAGIC_STRING - Static variable in class org.apache.iotdb.db.wal.io.WALWriter
 
MAGIC_STRING_BYTES - Static variable in class org.apache.iotdb.db.wal.io.WALWriter
 
main(String[]) - Static method in class org.apache.iotdb.db.service.DataNode
 
main(String[]) - Static method in class org.apache.iotdb.db.service.IoTDB
 
main(String[]) - Static method in class org.apache.iotdb.db.service.NewIoTDB
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.dataregion.DeviceMappingViewer
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.IoTDBDataDirViewer
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.schema.MLogParser
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.TsFileResourcePrinter
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.TsFileSketchTool
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.TsFileSplitTool
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.validate.TsFileValidationTool
The form of param is: [path of data dir or tsfile] [-pd = print details or not] [-f = path of outFile].
main(String[]) - Static method in class org.apache.iotdb.db.tools.vis.TsFileExtractVisdata
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.WalChecker
 
main(String[]) - Static method in class org.apache.iotdb.db.tools.watermark.WatermarkDetector
 
makeCreateMemTableCP(MemTableInfo) - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
make checkpoint for create memTable info
makeFlushMemTableCP(long) - Method in class org.apache.iotdb.db.wal.checkpoint.CheckpointManager
make checkpoint for flush memTable info
makeObject(PartitionRegionId) - Method in class org.apache.iotdb.db.client.ConfigNodeClient.Factory
 
managedByPool - Variable in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
ManagedSeriesReader - Interface in org.apache.iotdb.db.query.reader.series
provides additional interfaces to make it able to be run in a thread pool concurrently within a query.
map - Variable in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
result map, Notice: this map will be empty when failed
MAP_NODE_RETRAINED_SIZE - Static variable in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
MappableUDFColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.multi
 
MappableUDFColumnTransformer(Type, ColumnTransformer[], TSDataType[], UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.multi.MappableUDFColumnTransformer
 
MappableUDFQueryRowTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
MappableUDFQueryRowTransformer(LayerRowReader, UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.MappableUDFQueryRowTransformer
 
mark(int) - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.mark(int)
markAsNotSerialized() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
markAsSerialized() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
markAsStarted() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
markAsStarted() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
markAsStopped() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
markAsStopped() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
markDeleted() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Release all threads waiting for this data region successfully deleted
markFailedMeasurement(int, Exception) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Mark failed measurement, measurements[index], dataTypes[index] and values/columns[index] would be null.
markFailedMeasurement(int, Exception) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
markFailedMeasurement(int, Exception) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
markFailedMeasurementInsertion(int, Exception) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
This method is overrided in InsertRowPlan and InsertTabletPlan.
markFailedMeasurementInsertion(int, Exception) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
markFailedMeasurementInsertion(int, Exception) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
markSchemaRegion(String, SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.template.Template
 
markSchemaRegion(Template, String, SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
markSupported() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.markSupported()
MathUtils - Class in org.apache.iotdb.db.utils
 
MAX - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
MAX_ATTEMPT_TIMES - Static variable in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
MAX_ATTEMPT_TIMES - Static variable in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
MAX_DISK_USABLE_SPACE_FIRST_STRATEGY - org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
 
MAX_TIME - org.apache.iotdb.db.query.aggregation.AggregationType
 
MAX_TIME - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
MAX_VALUE - org.apache.iotdb.db.query.aggregation.AggregationType
 
MAX_VALUE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
maxCompactionCount - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
MaxDiskUsableSpaceFirstStrategy - Class in org.apache.iotdb.db.conf.directories.strategy
 
MaxDiskUsableSpaceFirstStrategy() - Constructor for class org.apache.iotdb.db.conf.directories.strategy.MaxDiskUsableSpaceFirstStrategy
 
maxFileVersion - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
maxPlanIndex - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Maximum index of plans executed within this TsFile.
maxPlanIndex - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
Maximum index of plans executed within this TsFile.
maxPlanIndex - Variable in class org.apache.iotdb.db.tools.TsFileSplitTool
 
maxRetainedSize - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
maxReturnSize - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
maxTime - Variable in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
maxTime - Variable in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
maxTime(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
MaxTimeAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MaxTimeAccumulator() - Constructor for class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
MaxTimeAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MaxTimeAggrResult() - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
MaxTimeDescAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MaxTimeDescAccumulator() - Constructor for class org.apache.iotdb.db.mpp.aggregation.MaxTimeDescAccumulator
 
MaxTimeDescAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MaxTimeDescAggrResult() - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
maxValue(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
MaxValueAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MaxValueAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
MaxValueAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MaxValueAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
mayContainsDevice(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
mayContainsDevice(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
mayContainsDevice(String) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
Whether this TsFile contains this device, if false, it must not contain this device, if true, it may or may not contain this device
mayContainsDevice(String) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
mayContainsDevice(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Whether this TsFileResource contains this device, if false, it must not contain this device, if true, it may or may not contain this device
mean(List<Double>) - Static method in class org.apache.iotdb.db.utils.MathUtils
calculate mean of list
MEAN - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
measurement - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode.FailedMeasurementInfo
 
MEASUREMENT - org.apache.iotdb.db.metadata.mnode.MNodeType
 
MEASUREMENT_ERROR_MESSAGE - Static variable in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
MEASUREMENT_MNODE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
MEASUREMENT_MNODE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
MEASUREMENT_MNODE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
MEASUREMENT_MNODE_TYPE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MEASUREMENT_MNODE_TYPE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MEASUREMENT_NODE_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
The basic extra memory occupied by an MeasurementMNode based on MNode occupation alias reference, 8B tagOffset, 8B estimated schema size, 32B lastCache, 8B
MeasurementAlreadyExistException - Exception in org.apache.iotdb.db.exception.metadata
 
MeasurementAlreadyExistException(String, MeasurementPath) - Constructor for exception org.apache.iotdb.db.exception.metadata.MeasurementAlreadyExistException
 
MeasurementCollector<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
 
MeasurementCollector(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
 
MeasurementCollector(IMNode, PartialPath, IMTreeStore, int, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
 
MeasurementCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
MeasurementCounter(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementCounter
 
MeasurementCounter(IMNode, PartialPath, IMTreeStore, List<String>, boolean) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementCounter
 
MeasurementGroup - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
MeasurementGroup() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
MeasurementGroupByLevelCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
MeasurementGroupByLevelCounter(IMNode, PartialPath, IMTreeStore, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
MeasurementGroupByLevelCounter(IMNode, PartialPath, IMTreeStore, int, List<String>, boolean) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
MeasurementInfo - Class in org.apache.iotdb.db.qp.physical.crud
 
MeasurementInfo() - Constructor for class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
MeasurementInfo(String) - Constructor for class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
MeasurementMNode - Class in org.apache.iotdb.db.metadata.mnode
 
MeasurementMNode(IMNode, String, IMeasurementSchema, String) - Constructor for class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
MeasurementMNodePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
MeasurementMNodePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
MeasurementMNodePlan(String, String, long, int, IMeasurementSchema) - Constructor for class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
measurementMNodes - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
measurementName - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
MeasurementNotExistException - Exception in org.apache.iotdb.db.exception.sql
 
MeasurementNotExistException(String) - Constructor for exception org.apache.iotdb.db.exception.sql.MeasurementNotExistException
 
MeasurementPath - Class in org.apache.iotdb.db.metadata.path
 
MeasurementPath() - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(String) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(String[], MeasurementSchema) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(String, String, IMeasurementSchema) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(String, TSDataType) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(PartialPath, IMeasurementSchema) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
MeasurementPath(PartialPath, IMeasurementSchema, boolean) - Constructor for class org.apache.iotdb.db.metadata.path.MeasurementPath
 
measurementPointCountArray - Variable in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
measurements - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
measurements - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
measurements - Variable in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
MeasurementSchemaInfo - Class in org.apache.iotdb.db.mpp.common.schematree
This class acts as common measurement schema format during system module interactions, mainly in analyzer and SchemaFetcher.
MeasurementSchemaInfo(String, MeasurementSchema, String) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.MeasurementSchemaInfo
 
measurementSchemas - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
MEDIAN - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
MEM - org.apache.iotdb.db.service.metrics.enums.Metric
 
MemAlignedChunkLoader - Class in org.apache.iotdb.db.query.reader.chunk
To read one aligned chunk from memory, and only used in iotdb server module
MemAlignedChunkLoader(AlignedReadOnlyMemChunk) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkLoader
 
MemAlignedChunkMetadataLoader - Class in org.apache.iotdb.db.query.reader.chunk.metadata
 
MemAlignedChunkMetadataLoader(TsFileResource, PartialPath, QueryContext, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.metadata.MemAlignedChunkMetadataLoader
 
MemAlignedChunkReader - Class in org.apache.iotdb.db.query.reader.chunk
To read aligned chunk data in memory
MemAlignedChunkReader(AlignedReadOnlyMemChunk, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkReader
 
MemAlignedPageReader - Class in org.apache.iotdb.db.query.reader.chunk
 
MemAlignedPageReader(TsBlock, AlignedChunkMetadata, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
MemChunkLoader - Class in org.apache.iotdb.db.query.reader.chunk
To read one chunk from memory, and only used in iotdb server module
MemChunkLoader(ReadOnlyMemChunk) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemChunkLoader
 
MemChunkMetadataLoader - Class in org.apache.iotdb.db.query.reader.chunk.metadata
 
MemChunkMetadataLoader(TsFileResource, PartialPath, QueryContext, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.metadata.MemChunkMetadataLoader
 
MemChunkReader - Class in org.apache.iotdb.db.query.reader.chunk
To read chunk data in memory
MemChunkReader(ReadOnlyMemChunk, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
MemManagerHolder - Class in org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
MemManagerNodeEstimatedSizeBasedImpl - Class in org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
MemManagerNodeEstimatedSizeBasedImpl() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
MemManagerNodeNumBasedImpl - Class in org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
MemMTreeSnapshotUtil - Class in org.apache.iotdb.db.metadata.mtree.snapshot
 
MemMTreeSnapshotUtil() - Constructor for class org.apache.iotdb.db.metadata.mtree.snapshot.MemMTreeSnapshotUtil
 
MemMTreeStore - Class in org.apache.iotdb.db.metadata.mtree.store
This is a memory-based implementation of IMTreeStore.
MemMTreeStore(PartialPath, boolean) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
Memory - org.apache.iotdb.db.metadata.schemaregion.SchemaEngineMode
 
MEMORY_CHECK_THRESHOLD - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
MEMORY_CHECK_THRESHOLD - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
MEMORY_TABLE_SNAPSHOT - org.apache.iotdb.db.wal.buffer.WALEntryType
snapshot of IMemTable
memoryBudgetInMB - Variable in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
memoryCost - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
memoryLimitInMB - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
memoryLimitInMB - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
MemoryNotEnoughException - Exception in org.apache.iotdb.db.mpp.exception
 
MemoryNotEnoughException(String, int) - Constructor for exception org.apache.iotdb.db.mpp.exception.MemoryNotEnoughException
 
MemoryPool - Class in org.apache.iotdb.db.mpp.execution.memory
A thread-safe memory pool.
MemoryPool(String, long, long) - Constructor for class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
MemoryPool.MemoryReservationFuture<V> - Class in org.apache.iotdb.db.mpp.execution.memory
 
MemorySourceHandle - Class in org.apache.iotdb.db.mpp.plan.execution.memory
 
MemorySourceHandle(TsBlock) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
MemoryStatistics - Class in org.apache.iotdb.db.metadata.rescon
 
MemPageReader - Class in org.apache.iotdb.db.query.reader.chunk
 
MemPageReader(TsBlock, IChunkMetadata, Filter) - Constructor for class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
memSize() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
memSize() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
MEMTABLE_NUM_FOR_EACH_PARTITION - Static variable in class org.apache.iotdb.db.rescon.MemTableManager
 
MemTableFlushTask - Class in org.apache.iotdb.db.engine.flush
flush task to flush one memtable using a pipeline model to flush, which is sort memtable -> encoding -> write to disk (io task)
MemTableFlushTask(IMemTable, RestorableTsFileIOWriter, String) - Constructor for class org.apache.iotdb.db.engine.flush.MemTableFlushTask
 
memTableId - Variable in class org.apache.iotdb.db.wal.buffer.WALEntry
memTable id
memTableIdCounter - Static variable in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
each memTable node has a unique int value identifier, init when recovering wal
MemTableInfo - Class in org.apache.iotdb.db.wal.checkpoint
MemTableInfo records brief info of one memtable, including memTable id, tsFile path, and .wal file version id of its first WALEntry.
MemTableInfo(IMemTable, String, long) - Constructor for class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
MemTableManager - Class in org.apache.iotdb.db.rescon
 
MemUtils - Class in org.apache.iotdb.db.utils
 
merge() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
merge(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
merge(boolean) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
merge(boolean) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
merge(int, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
merge(List<IPointReader>) - Method in class org.apache.iotdb.db.query.externalsort.LineMerger
 
merge(DeviceGroupSchemaTree) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Merge another aggregateResult into this
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
merge(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
MERGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
MERGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
MERGE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
MERGE_CHUNK - org.apache.iotdb.db.engine.compaction.constant.ProcessChunkType
 
mergeAlignedPath(AlignedPath) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
merge another aligned path's sub sensors into this one
mergeAll() - Method in class org.apache.iotdb.db.engine.StorageEngine
merge all storage groups.
mergeAll() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
merge all storage groups.
mergeAll() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push mergeAll operation down to all virtual storage group processors
mergeColumn(TsBlock[], int[], int[], long, ColumnBuilder) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.join.merge.ColumnMerger
merge columns belonging to same series into one column, merge just one row whose time is equal to currentTime
mergeColumn(TsBlock[], int[], int[], long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.MultiColumnMerger
 
mergeColumn(TsBlock[], int[], int[], long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.NonOverlappedMultiColumnMerger
 
mergeColumn(TsBlock[], int[], int[], long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.SingleColumnMerger
 
mergeColumn(TsBlock[], int[], int[], TimeColumnBuilder, long, ColumnBuilder) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.join.merge.ColumnMerger
merge columns belonging to same series into one column, merge until each input column's time is larger than currentEndTime
mergeColumn(TsBlock[], int[], int[], TimeColumnBuilder, long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.MultiColumnMerger
 
mergeColumn(TsBlock[], int[], int[], TimeColumnBuilder, long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.NonOverlappedMultiColumnMerger
 
mergeColumn(TsBlock[], int[], int[], TimeColumnBuilder, long, ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.SingleColumnMerger
 
MergeException - Exception in org.apache.iotdb.db.exception
 
MergeException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.MergeException
 
mergeLock(List<PartialPath>) - Method in class org.apache.iotdb.db.engine.StorageEngine
get all merge lock of the storage group processor related to the query
mergeOneColumn(TsBlock[], int[], int[], long, ColumnBuilder, InputLocation) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.SingleColumnMerger
 
mergeOneColumn(TsBlock[], int[], int[], TimeColumnBuilder, long, ColumnBuilder, InputLocation, TimeComparator) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.SingleColumnMerger
 
MergeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
MergeOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.MergeOperator
 
MergePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
MergePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
MergePlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
mergeRateLimiterAcquire(RateLimiter, long) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
wait by throughoutMbPerSec limit to avoid continuous Write Or Read
mergeReader - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
mergeReader - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
MergeReaderPriority(long, long) - Constructor for class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader.MergeReaderPriority
 
mergeSchemaTree(ClusterSchemaTree) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
MergeSingleFilterOptimizer - Class in org.apache.iotdb.db.mpp.plan.rewriter
 
MergeSingleFilterOptimizer - Class in org.apache.iotdb.db.qp.strategy.optimizer
 
MergeSingleFilterOptimizer() - Constructor for class org.apache.iotdb.db.mpp.plan.rewriter.MergeSingleFilterOptimizer
 
MergeSingleFilterOptimizer() - Constructor for class org.apache.iotdb.db.qp.strategy.optimizer.MergeSingleFilterOptimizer
 
MergeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
MergeStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
MergeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
MergeTask(MergeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.MergeTask
 
mergeUnLock(List<DataRegion>) - Method in class org.apache.iotdb.db.engine.StorageEngine
unlock all merge lock of the storage group processor related to the query
Message - Class in org.apache.iotdb.db.protocol.mqtt
Message describes the information sometime sent from the devices.
Message() - Constructor for class org.apache.iotdb.db.protocol.mqtt.Message
 
metaData - Variable in class org.apache.iotdb.db.wal.io.WALWriter
wal files' metadata
METADATA_LOG - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
METADATA_LOG_SNAPSHOT - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
METADATA_LOG_SNAPSHOT_TMP - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
METADATA_PARAM_EQUAL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
METADATA_TXT_LOG - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MetadataConstant - Class in org.apache.iotdb.db.metadata
 
MetadataOperationType - Class in org.apache.iotdb.db.metadata.logfile
 
MetadataUpgrader - Class in org.apache.iotdb.db.metadata.upgrade
IoTDB after v0.13 only support upgrade from v0.12x.
MetaFormatUtils - Class in org.apache.iotdb.db.metadata.utils
 
MetaFormatUtils() - Constructor for class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
 
MetaUtils - Class in org.apache.iotdb.db.metadata.utils
 
Metric - Enum in org.apache.iotdb.db.service.metrics.enums
 
MetricService - Class in org.apache.iotdb.db.service.metrics
 
MetricServiceMBean - Interface in org.apache.iotdb.db.service.metrics
 
MIN - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
MIN_ARRAY_HEADER_SIZE - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
MIN_ARRAY_HEADER_SIZE - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
MIN_FOLDER_OCCUPIED_SPACE_FIRST_STRATEGY - org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
 
MIN_OBJECT_HEADER_SIZE - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
MIN_OBJECT_HEADER_SIZE - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
MIN_TIME - org.apache.iotdb.db.query.aggregation.AggregationType
 
MIN_TIME - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
MIN_VALUE - org.apache.iotdb.db.query.aggregation.AggregationType
 
MIN_VALUE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
MinFolderOccupiedSpaceFirstStrategy - Class in org.apache.iotdb.db.conf.directories.strategy
 
MinFolderOccupiedSpaceFirstStrategy() - Constructor for class org.apache.iotdb.db.conf.directories.strategy.MinFolderOccupiedSpaceFirstStrategy
 
minPlanIndex - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Minimum index of plans executed within this TsFile.
minPlanIndex - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
Minimum index of plans executed within this TsFile.
minPlanIndex - Variable in class org.apache.iotdb.db.tools.TsFileSplitTool
 
minTime - Variable in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
minTime - Variable in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
minTime - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
minTime(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
MinTimeAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MinTimeAccumulator() - Constructor for class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
MinTimeAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MinTimeAggrResult() - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
MinTimeDescAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MinTimeDescAccumulator() - Constructor for class org.apache.iotdb.db.mpp.aggregation.MinTimeDescAccumulator
 
MinTimeDescAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MinTimeDescAggrResult() - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
minValue(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
MinValueAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
MinValueAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
MinValueAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
MinValueAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
MLogParser - Class in org.apache.iotdb.db.tools.schema
parse the binary mlog or snapshot to text
MLogParser() - Constructor for class org.apache.iotdb.db.tools.schema.MLogParser
 
MLogReader - Class in org.apache.iotdb.db.metadata.logfile
 
MLogReader(File) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogReader
 
MLogReader(String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogReader
 
MLogReader(String, String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogReader
 
MLogTxtReader - Class in org.apache.iotdb.db.metadata.logfile
reader for reading mlog.txt
MLogTxtReader(String, String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogTxtReader
 
MLogTxtWriter - Class in org.apache.iotdb.db.metadata.logfile
 
MLogTxtWriter(String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
MLogTxtWriter(String, String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
MLogWriter - Class in org.apache.iotdb.db.metadata.logfile
 
MLogWriter(String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
MLogWriter(String, String) - Constructor for class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
MmapUtil - Class in org.apache.iotdb.db.utils
 
MmapUtil() - Constructor for class org.apache.iotdb.db.utils.MmapUtil
 
MNode - Class in org.apache.iotdb.db.metadata.mnode
 
MNode(IMNode, String) - Constructor for class org.apache.iotdb.db.metadata.mnode.MNode
Constructor of MNode.
MNODE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
MNODE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
MNODE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
MNodeAboveSGCollector<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
 
MNodeAboveSGCollector(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeAboveSGCollector
 
MNodeAboveSGLevelCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
MNodeAboveSGLevelCounter(IMNode, PartialPath, IMTreeStore, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeAboveSGLevelCounter
 
MNodeCollector<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
This class defines any node in MTree as potential target node.
MNodeCollector(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
MNodeContainerMapImpl - Class in org.apache.iotdb.db.metadata.mnode.container
 
MNodeContainerMapImpl() - Constructor for class org.apache.iotdb.db.metadata.mnode.container.MNodeContainerMapImpl
 
MNodeContainers - Class in org.apache.iotdb.db.metadata.mnode.container
 
MNodeContainers() - Constructor for class org.apache.iotdb.db.metadata.mnode.container.MNodeContainers
 
MNodeIterator - Class in org.apache.iotdb.db.metadata.mnode.iterator
 
MNodeIterator(Iterator<IMNode>) - Constructor for class org.apache.iotdb.db.metadata.mnode.iterator.MNodeIterator
 
MNodeLevelCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
This Traverser implements node count function.
MNodeLevelCounter(IMNode, PartialPath, IMTreeStore, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeLevelCounter
 
MNodeNotCachedException - Exception in org.apache.iotdb.db.exception.metadata.cache
 
MNodeNotCachedException() - Constructor for exception org.apache.iotdb.db.exception.metadata.cache.MNodeNotCachedException
 
MNodeNotPinnedException - Exception in org.apache.iotdb.db.exception.metadata.cache
 
MNodeNotPinnedException() - Constructor for exception org.apache.iotdb.db.exception.metadata.cache.MNodeNotPinnedException
 
MNodePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
MNodePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
MNodePlan(String, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
MNodePlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
MNodeType - Enum in org.apache.iotdb.db.metadata.mnode
 
MNodeTypeMismatchException - Exception in org.apache.iotdb.db.exception.metadata
 
MNodeTypeMismatchException(String, byte) - Constructor for exception org.apache.iotdb.db.exception.metadata.MNodeTypeMismatchException
 
MNodeUtils - Class in org.apache.iotdb.db.metadata.mnode
 
MNodeUtils() - Constructor for class org.apache.iotdb.db.metadata.mnode.MNodeUtils
 
MNodeVisitor<R,​C> - Class in org.apache.iotdb.db.metadata.mnode.visitor
 
MNodeVisitor() - Constructor for class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
mo - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
MockSchemaFile - Class in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
 
MockSchemaFile(PartialPath) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
MODE - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
Modification - Class in org.apache.iotdb.db.engine.modification
Modification represents an UPDATE or DELETE operation on a certain timeseries.
Modification.Type - Enum in org.apache.iotdb.db.engine.modification
 
ModificationFile - Class in org.apache.iotdb.db.engine.modification
ModificationFile stores the Modifications of a TsFile or unseq file in another file in the same directory.
ModificationFile(String) - Constructor for class org.apache.iotdb.db.engine.modification.ModificationFile
Construct a ModificationFile using a file as its storage.
ModificationReader - Interface in org.apache.iotdb.db.engine.modification.io
ModificationReader reads all modifications from a persistent medium like file system.
ModificationWriter - Interface in org.apache.iotdb.db.engine.modification.io
ModificationWriter provides methods for writing a modification to a persistent medium like file system.
MODIFY_PASSWORD - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
MODIFY_PASSWORD - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
MODIFY_PASSWORD - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
modifyAlignedChunkMetaData(List<AlignedChunkMetadata>, List<List<Modification>>) - Static method in class org.apache.iotdb.db.utils.QueryUtils
 
modifyChunkMetaData(List<? extends IChunkMetadata>, List<Modification>) - Static method in class org.apache.iotdb.db.utils.QueryUtils
modifyChunkMetaData iterates the chunkMetaData and applies all available modifications on it to generate a ModifiedChunkMetadata.
modsIterator - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
MODULO - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
ModuloExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
ModuloExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.ModuloExpression
 
ModuloExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.ModuloExpression
 
MonotonicQueueSlidingWindowAggregator - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
When computing MAX_VALUE, MIN_VALUE, EXTREME, we only add partial aggregation results that maintain monotonicity to queue.
MonotonicQueueSlidingWindowAggregator(Accumulator, List<InputLocation[]>, AggregationStep, Comparator<Column>) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.MonotonicQueueSlidingWindowAggregator
 
MonotonicQueueSlidingWindowGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
When computing MAX_VALUE, MIN_VALUE, EXTREME, we only add pre-aggregation results that maintain monotonicity to queue.
MonotonicQueueSlidingWindowGroupByExecutor(TSDataType, String, boolean, Comparator<AggregateResult>) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.MonotonicQueueSlidingWindowGroupByExecutor
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
moveDataToNewMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
moveDataToNewMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
moveForwardTo(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine.SafetyPile
 
moveMNodeToCache(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
moveMNodeToCache(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
moveNewTsFile(TsFileResource, List<TsFileResource>) - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
This method is used to move a new TsFile and its corresponding resource file to the correct folder.
moveTargetFile(List<TsFileResource>, boolean, String) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionUtils
Update the targetResource.
moveUpgradedFiles(TsFileResource) - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
MPPDataExchangeManager - Class in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeManager(LocalMemoryManager, Supplier<TsBlockSerde>, ExecutorService, IClientManager<TEndPoint, SyncDataNodeMPPDataExchangeServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager
 
MPPDataExchangeManager.SinkHandleListener - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeManager.SourceHandleListener - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeService - Class in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeServiceMBean - Interface in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeServiceThriftHandler - Class in org.apache.iotdb.db.mpp.execution.exchange
 
MPPDataExchangeServiceThriftHandler() - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
 
MPPPublishHandler - Class in org.apache.iotdb.db.protocol.mqtt
PublishHandler handle the messages from MQTT clients.
MPPPublishHandler(IoTDBConfig) - Constructor for class org.apache.iotdb.db.protocol.mqtt.MPPPublishHandler
 
MPPQueryContext - Class in org.apache.iotdb.db.mpp.common
This class is used to record the context of a query including QueryId, query statement, session info and so on
MPPQueryContext(String, QueryId, SessionInfo, TEndPoint, TEndPoint) - Constructor for class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
MPPQueryContext(String, QueryId, SessionInfo, TEndPoint, TEndPoint, long, long) - Constructor for class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
MPPQueryContext(QueryId) - Constructor for class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
MPPRestService - Class in org.apache.iotdb.db.protocol.mpprest
 
MPPRestService() - Constructor for class org.apache.iotdb.db.protocol.mpprest.MPPRestService
 
MQTTConfiguration - Class in org.apache.iotdb.db.engine.trigger.sink.mqtt
 
MQTTConfiguration(String, int, String, String, long, long, PartialPath, String[]) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
MQTTConfiguration(String, int, String, String, PartialPath, String[]) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTConfiguration
 
MQTTConnectionFactory - Class in org.apache.iotdb.db.engine.trigger.utils
 
MQTTConnectionFactory(String, int, String, String, long, long) - Constructor for class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionFactory
 
MQTTConnectionPool - Class in org.apache.iotdb.db.engine.trigger.utils
 
MQTTEvent - Class in org.apache.iotdb.db.engine.trigger.sink.mqtt
 
MQTTEvent(String, QoS, boolean, long, Object...) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
MQTTForwardConfiguration - Class in org.apache.iotdb.db.engine.trigger.sink.forward.mqtt
 
MQTTForwardConfiguration(String, int, String, String, String, long, long, String, boolean, int, boolean) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardConfiguration
 
MQTTForwardEvent - Class in org.apache.iotdb.db.engine.trigger.sink.forward.mqtt
 
MQTTForwardEvent(long, Object, PartialPath) - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardEvent
 
MQTTForwardHandler - Class in org.apache.iotdb.db.engine.trigger.sink.forward.mqtt
 
MQTTForwardHandler() - Constructor for class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardHandler
 
MQTTHandler - Class in org.apache.iotdb.db.engine.trigger.sink.mqtt
 
MQTTHandler() - Constructor for class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTHandler
 
MQTTService - Class in org.apache.iotdb.db.service
The IoTDB MQTT Service.
ms - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
MS_TO_MONTH - Static variable in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
MSG_RECONNECTION_FAIL - Static variable in class org.apache.iotdb.db.client.ConfigNodeClient
 
MSG_UNSUPPORTED_DATA_TYPE - Static variable in class org.apache.iotdb.db.utils.DataTypeUtils
 
MTREE_PREFIX - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTREE_SNAPSHOT - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTREE_SNAPSHOT_OLD_VERSION - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTREE_SNAPSHOT_TMP - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTREE_SNAPSHOT_TMP_OLDVERSION - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTREE_TXT_SNAPSHOT_OLD_VERSION - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
MTreeBelowSGCachedImpl - Class in org.apache.iotdb.db.metadata.mtree
The hierarchical struct of the Metadata Tree is implemented in this class.
MTreeBelowSGCachedImpl(IStorageGroupMNode, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
MTreeBelowSGMemoryImpl - Class in org.apache.iotdb.db.metadata.mtree
The hierarchical struct of the Metadata Tree is implemented in this class.
MTreeBelowSGMemoryImpl(IStorageGroupMNode, int) - Constructor for class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
MTreeFlushTaskManager - Class in org.apache.iotdb.db.metadata.mtree.store.disk
 
MTreeReleaseTaskManager - Class in org.apache.iotdb.db.metadata.mtree.store.disk
 
MULTI_BATCH_INSERT - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
MULTI_BATCH_INSERT - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
MULTI_BATCH_INSERT - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
MultiChildNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
MultiChildNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
MultiChildNode(PlanNodeId, List<PlanNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
MultiColumnMerger - Class in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
has more than one input column, but these columns' time is overlapped
MultiColumnMerger(List<InputLocation>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.MultiColumnMerger
 
MultiFileLogReader - Class in org.apache.iotdb.db.utils.writelog
MultiFileLogReader constructs SingleFileLogReaders for a list of WAL files, and retrieve logs from the files one-by-one.
MultiFileLogReader(File[]) - Constructor for class org.apache.iotdb.db.utils.writelog.MultiFileLogReader
 
MultiInputColumnIntermediateLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.intermediate
 
MultiInputColumnIntermediateLayer(Expression, long, float, List<LayerPointReader>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
MULTIPLE_SOURCE - org.apache.iotdb.db.query.externalsort.ExternalSortJobPart.ExternalSortJobPartType
 
MULTIPLICATION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
MultiplicationExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
MultiplicationExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.MultiplicationExpression
 
MultiplicationExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.MultiplicationExpression
 
MultiSourceExternalSortJobPart - Class in org.apache.iotdb.db.query.externalsort
 
MultiSourceExternalSortJobPart(long, String, List<ExternalSortJobPart>) - Constructor for class org.apache.iotdb.db.query.externalsort.MultiSourceExternalSortJobPart
 
MultiTsFileDeviceIterator - Class in org.apache.iotdb.db.engine.compaction.inner.utils
 
MultiTsFileDeviceIterator(List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
Used for inner space compaction.
MultiTsFileDeviceIterator(List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
Used for cross space compaction.
MultiTsFileDeviceIterator.AlignedMeasurementIterator - Class in org.apache.iotdb.db.engine.compaction.inner.utils
 
MultiTsFileDeviceIterator.MeasurementIterator - Class in org.apache.iotdb.db.engine.compaction.inner.utils
 

N

name - Variable in class org.apache.iotdb.db.metadata.mnode.MNode
Name of the MNode
name - Variable in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
name - Variable in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
name - Variable in class org.apache.iotdb.db.query.dataset.ShowResult
 
NAME - org.apache.iotdb.db.service.metrics.enums.Tag
 
NEED_DESTRUCTION - org.apache.iotdb.db.mpp.execution.driver.Driver.State
 
needEncode(long) - Method in class org.apache.iotdb.db.tools.watermark.GroupedLSBWatermarkEncoder
 
needEncode(long) - Method in interface org.apache.iotdb.db.tools.watermark.WatermarkEncoder
 
needPrepareForNext(long, Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityLinearFill
 
needPrepareForNext(long, Column) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.fill.ILinearFill
 
needPrepareForNext(long, Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LinearFill
 
needRedirect(QueryContext, boolean) - Method in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
Check whether need to redirect query to other node.
needSearch() - Method in enum org.apache.iotdb.db.wal.buffer.WALEntryType
Returns true when this type should be searched
needToReportToSystem() - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
needUpdateCache(Filter) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
NEGATION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
NegationExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
NegationExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
NegationExpression(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.NegationExpression
 
newAlignedList(List<TSDataType>) - Static method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
newElasticSerializableTVList(TSDataType, long, float, int) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
NewInfluxDBMetaManager - Class in org.apache.iotdb.db.protocol.influxdb.meta
 
NewIoTDB - Class in org.apache.iotdb.db.service
 
NewIoTDB() - Constructor for class org.apache.iotdb.db.service.NewIoTDB
 
NewIoTDBMBean - Interface in org.apache.iotdb.db.service
 
newList(TSDataType) - Static method in class org.apache.iotdb.db.utils.datastructure.TVList
 
NewQueryHandler - Class in org.apache.iotdb.db.protocol.influxdb.handler
 
NewQueryHandler() - Constructor for class org.apache.iotdb.db.protocol.influxdb.handler.NewQueryHandler
 
newSerializableRowRecordList(long, TSDataType[], int) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
newSerializableTVList(TSDataType, long) - Static method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
next - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
next() - Method in class org.apache.iotdb.db.engine.cq.CQLogReader
 
next() - Method in class org.apache.iotdb.db.engine.selectinto.InsertTabletPlansIterator
 
next() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogReader
 
next() - Method in class org.apache.iotdb.db.metadata.logfile.MLogReader
 
next() - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtReader
 
next() - Method in class org.apache.iotdb.db.metadata.mnode.iterator.MNodeIterator
 
next() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogReader
 
next() - Method in class org.apache.iotdb.db.metadata.template.TemplateLogReader
 
next() - Method in interface org.apache.iotdb.db.mpp.execution.operator.Operator
Gets next tsBlock from this operator.
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.AggregationOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.DeviceViewOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FillOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.FilterAndProjectOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryCollectOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQuerySortOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LimitOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.LinearFillOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.CountMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.DevicesCountOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.LevelTimeSeriesCountOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AlignedSeriesScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.ExchangeOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.LastCacheScanOperator
 
next() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
next() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
next() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
 
next() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowWindowReader
 
next() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindowIterator
 
next() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindowIterator
 
next() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
next() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
next() - Method in class org.apache.iotdb.db.query.reader.universal.Element
 
next() - Method in class org.apache.iotdb.db.utils.AlignedValueIterator
 
next() - Method in class org.apache.iotdb.db.utils.ValueIterator
 
next() - Method in class org.apache.iotdb.db.utils.writelog.BatchLogReader
 
next() - Method in interface org.apache.iotdb.db.utils.writelog.ILogReader
return the next log read from media like a WAL file and covert it to a PhysicalPlan.
next() - Method in class org.apache.iotdb.db.utils.writelog.MultiFileLogReader
 
next() - Method in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
next() - Method in class org.apache.iotdb.db.wal.io.WALByteBufReader
Like Iterator.next()
next() - Method in class org.apache.iotdb.db.wal.io.WALReader
Like Iterator.next()
nextBatch() - Method in interface org.apache.iotdb.db.engine.compaction.reader.IDataBlockReader
 
nextBatch() - Method in class org.apache.iotdb.db.engine.compaction.reader.SeriesDataBlockReader
 
nextBatch() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
nextDevice() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator
Return next device that is minimal in lexicographical order
nextFolderIndex() - Method in class org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy
Choose a folder to allocate.
nextFolderIndex() - Method in class org.apache.iotdb.db.conf.directories.strategy.MaxDiskUsableSpaceFirstStrategy
 
nextFolderIndex() - Method in class org.apache.iotdb.db.conf.directories.strategy.MinFolderOccupiedSpaceFirstStrategy
 
nextFolderIndex() - Method in class org.apache.iotdb.db.conf.directories.strategy.RandomOnDiskUsableSpaceStrategy
 
nextFolderIndex() - Method in class org.apache.iotdb.db.conf.directories.strategy.SequenceStrategy
 
nextPage() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
This method should only be used when the method isPageOverlapped() return true.
nextPage() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
nextPage() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
nextPage() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
nextPageData() - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedChunkReader
 
nextPageData() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
nextRowInObjects() - Method in interface org.apache.iotdb.db.mpp.transformation.dag.input.IUDFInputDataSet
Get the next row for UDFPlan input.
nextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.TsBlockInputDataSet
 
nextRowInObjects() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.MultiInputColumnIntermediateLayer
 
nextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithValueFilter
 
nextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.UDFInputDataSet
 
nextRowInObjects() - Method in class org.apache.iotdb.db.query.dataset.UDFRawQueryInputDataSetWithoutValueFilter
 
nextSeries() - Method in class org.apache.iotdb.db.engine.compaction.inner.utils.MultiTsFileDeviceIterator.MeasurementIterator
 
nextSeries() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
nextTimePartition() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
nextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
nextTimeRange() - Method in interface org.apache.iotdb.db.mpp.aggregation.timerangeiterator.ITimeRangeIterator
return the next time range according to curStartTime (the start time of the last returned time range)
nextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
nextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
nextTimeRange() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
nextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.AggrWindowIterator
 
nextTimeRange() - Method in interface org.apache.iotdb.db.utils.timerangeiterator.ITimeRangeIterator
return the next time range according to curStartTime (the start time of the last returned time range)
nextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowIterator
 
nextTimeRange() - Method in class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.ChunkDataIterator
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.chunk.MemChunkReader
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataPointReader
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.CachedPriorityMergeReader
 
nextTimeValuePair() - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
nextVersion() - Method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
nextVersion() - Method in class org.apache.iotdb.db.engine.version.SysTimeVersionController
 
nextVersion() - Method in interface org.apache.iotdb.db.engine.version.VersionController
Get the next version number.
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.AlignByDeviceDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByFillDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByLevelDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.ListDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.NonAlignEngineDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
for spark/hadoop/hive integration and test
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithValueFilter
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.SingleDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
nextWithoutConstraint() - Method in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
NO_CHILD - org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
 
NO_CHILD_ALLOWED - Static variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
NO_CONSENSUS_INDEX - Static variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
this insert node doesn't need to participate in multi-leader consensus
NO_DELETED - org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
 
NO_FILTER - org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
 
NO_INDEX - org.apache.iotdb.db.index.common.IndexType
 
NO_SUCH_INSTANCE - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance is not found.
node(List<String>, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.GrafanaApiServiceImpl
 
node(List<String>, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.GrafanaApiServiceImpl
 
NODE_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
The basic memory occupied by any MNode object object header, 8B node attributes name reference, name length and name hash code, 8 + 4 + 4 = 16B parent reference, 8B fullPath reference, 8B cacheEntry reference, 8B trigger reference, 8B MapEntry in parent key reference, 8B value reference, 8B entry size, see ConcurrentHashMap.Node, 28
NODE_MANAGEMENT_MEMORY_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
NODE_PATHS_CONVERT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
NODE_PATHS_COUNT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
NODE_PATHS_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
NODE_PATTERN - Static variable in class org.apache.iotdb.db.conf.IoTDBConfig
 
node2Buffer(IMNode) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
NodeAllocationStrategy - Interface in org.apache.iotdb.db.wal.allocation
This interface
NodeDistribution - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
NodeDistribution(NodeDistributionType) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistribution
 
NodeDistribution(NodeDistributionType, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistribution
 
nodeDistributionMap - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeGroupContext
 
NodeDistributionType - Enum in org.apache.iotdb.db.mpp.plan.planner.distribution
 
NodeGroupContext - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
NodeGroupContext(MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeGroupContext
 
NodeManageMemoryMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
NodeManageMemoryMergeOperator(OperatorContext, Set<TSchemaNode>, Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.NodeManageMemoryMergeOperator
 
NodeManagementMemoryMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
NodeManagementMemoryMergeNode(PlanNodeId, Set<TSchemaNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
NodePathsConvertNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
NodePathsConvertNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
NodePathsConvertOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
NodePathsConvertOperator(OperatorContext, Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsConvertOperator
 
NodePathsCountNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
NodePathsCountNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
NodePathsCountOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
NodePathsCountOperator(OperatorContext, Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsCountOperator
 
NodePathsSchemaScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
NodePathsSchemaScanNode(PlanNodeId, PartialPath, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
NodePathsSchemaScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
NodePathsSchemaScanOperator(PlanNodeId, OperatorContext, PartialPath, int) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.NodePathsSchemaScanOperator
 
nodes - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
NODES_IN_SCHEMA_TEMPLATE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
nodeToString(PlanNode) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeUtil
 
noMoreDataInQueueArray - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
NON_EQUAL - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
NON_SET_TOP_K - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
NON_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
NonAlignEngineDataSet - Class in org.apache.iotdb.db.query.dataset
 
NonAlignEngineDataSet(long, List<PartialPath>, List<TSDataType>, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.NonAlignEngineDataSet
constructor of EngineDataSet.
NonEqualExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
NonEqualExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.NonEqualExpression
 
NonEqualExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.NonEqualExpression
 
NonOverlappedMultiColumnMerger - Class in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
has more than one input column, but these columns' time is not overlapped
NonOverlappedMultiColumnMerger(List<InputLocation>, TimeComparator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.NonOverlappedMultiColumnMerger
these columns' time should never be overlapped
NormalQueueSlidingWindowAggregator - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
When calculating MIN_TIME and FIRST_VALUE (MAX_TIME and LAST_VALUE in descending order), the aggregated result always appears at the head of the queue.
NormalQueueSlidingWindowAggregator(Accumulator, List<InputLocation[]>, AggregationStep) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.NormalQueueSlidingWindowAggregator
 
NormalQueueSlidingWindowGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
When calculating MIN_TIME and FIRST_VALUE (MAX_TIME and LAST_VALUE in descending order), the aggregated result always appears at the head of the queue.
NormalQueueSlidingWindowGroupByExecutor(TSDataType, String, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.NormalQueueSlidingWindowGroupByExecutor
 
normalTypeToTSDataType(Object) - Static method in class org.apache.iotdb.db.utils.DataTypeUtils
convert normal type to a type
not() - Method in class org.apache.iotdb.db.utils.TimeValuePairUtils.Intervals
 
NOT_BLOCKED - Static variable in interface org.apache.iotdb.db.mpp.execution.operator.Operator
 
NOT_SERIALIZED - Static variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
NOT_YIELDABLE_NO_MORE_DATA - org.apache.iotdb.db.mpp.transformation.api.YieldableState
 
NOT_YIELDABLE_WAITING_FOR_DATA - org.apache.iotdb.db.mpp.transformation.api.YieldableState
 
NoTemplateOnMNodeException - Exception in org.apache.iotdb.db.exception.metadata.template
 
NoTemplateOnMNodeException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.NoTemplateOnMNodeException
 
NOTEQUAL - org.apache.iotdb.db.mpp.common.filter.BasicFilterType
 
NOTEQUAL - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
NOTEQUAL - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
NOTEQUAL - org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
 
NotifyFlushMemTable - Class in org.apache.iotdb.db.engine.flush
Only used in sync flush and async close to start a flush task This memtable is not managed by MemTablePool and does not store any data.
NotifyFlushMemTable() - Constructor for class org.apache.iotdb.db.engine.flush.NotifyFlushMemTable
 
notifyNewDataArrive(String, long, long) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
Notify every working thread task that new data arrive
notifyRegisterSuccess() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
NOW_FUNC - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
nowInMillis() - Method in class org.apache.iotdb.db.mpp.execution.QueryIdGenerator
 
ns - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
NULL - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
NULL - org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
 
NULL - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
NullLiteral - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
NullLiteral() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
numCacheBlock - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
numOfThreads(int) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
Set the degree of parallelism of the data transmission.

O

offer(PipeData) - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
input
offer(PipeData) - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
offer(T) - Method in class org.apache.iotdb.db.engine.trigger.utils.BatchHandlerQueue
 
offset - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
offset - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
offset - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
offset - Variable in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
OFFSET - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
offsetArray - Variable in class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
 
OffsetNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
OffsetNode is used to skip top n result from upstream nodes.
OffsetNode(PlanNodeId, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
OffsetNode(PlanNodeId, PlanNode, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
OffsetOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
OffsetOperator(OperatorContext, long, Operator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.OffsetOperator
 
OldIntermediateLayerVisitor - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
Deprecated.
OldIntermediateLayerVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext - Class in org.apache.iotdb.db.mpp.plan.expression.visitor
Deprecated.
 
OldIntermediateLayerVisitorContext(long, UDTFContext, QueryDataSetInputLayer, Map<Expression, IntermediateLayer>, Map<Expression, TSDataType>, LayerMemoryAssigner) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext
Deprecated.
 
oldModification - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
oldTsFile - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
oldTsFileResource - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
onAborted(ISinkHandle) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SinkHandleListener
 
onAborted(ISourceHandle) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SourceHandleListener
 
onClosed(TsFileProcessor) - Method in interface org.apache.iotdb.db.engine.flush.CloseFileListener
 
onConnect(InterceptConnectMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.MPPPublishHandler
 
onConnect(InterceptConnectMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
onCreate() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
onCreate(TriggerAttributes) - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
onCreate(TriggerAttributes) - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
onDisconnect(InterceptDisconnectMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.MPPPublishHandler
 
onDisconnect(InterceptDisconnectMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
onDrop() - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
onDrop() - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
onDrop() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
ONE_CHILD - Static variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
onEndOfBlocks(ISinkHandle) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SinkHandleListener
 
oneSeriesInMultiRegion - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
onEvent(E) - Method in interface org.apache.iotdb.db.engine.trigger.sink.api.Handler
 
onEvent(List<E>) - Method in interface org.apache.iotdb.db.engine.trigger.sink.api.Handler
 
onEvent(List<HTTPForwardEvent>) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardHandler
 
onEvent(List<MQTTForwardEvent>) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardHandler
 
onEvent(AlertManagerEvent) - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerHandler
 
onEvent(HTTPForwardEvent) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardHandler
 
onEvent(MQTTForwardEvent) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardHandler
 
onEvent(LocalIoTDBEvent) - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBHandler
 
onEvent(MQTTEvent) - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTHandler
 
onFailure(ISinkHandle, Throwable) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SinkHandleListener
 
onFailure(ISourceHandle, Throwable) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SourceHandleListener
 
onFinish(ISinkHandle) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SinkHandleListener
 
onFinished(ISourceHandle) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeManager.SourceHandleListener
 
onIoTDBException(Exception, String, int) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onIoTDBException(Exception, OperationType, int) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onMemTableCreated(IMemTable, String) - Method in interface org.apache.iotdb.db.wal.node.IWALNode
Callback when memTable created
onMemTableCreated(IMemTable, String) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
onMemTableCreated(IMemTable, String) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
onMemTableFlushed(IMemTable) - Method in class org.apache.iotdb.db.engine.flush.FlushListener.DefaultMemTableFLushListener
 
onMemTableFlushed(IMemTable) - Method in interface org.apache.iotdb.db.engine.flush.FlushListener
 
onMemTableFlushed(IMemTable) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
onMemTableFlushed(IMemTable) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
onMemTableFlushStarted(IMemTable) - Method in class org.apache.iotdb.db.engine.flush.FlushListener.DefaultMemTableFLushListener
 
onMemTableFlushStarted(IMemTable) - Method in interface org.apache.iotdb.db.engine.flush.FlushListener
 
onMemTableFlushStarted(IMemTable) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
onMemTableFlushStarted(IMemTable) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
onNonQueryException(Exception, String) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onNonQueryException(Exception, OperationType) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onNPEOrUnexpectedException(Exception, String, TSStatusCode) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onNPEOrUnexpectedException(Exception, OperationType, TSStatusCode) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onPublish(InterceptPublishMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.MPPPublishHandler
 
onPublish(InterceptPublishMessage) - Method in class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
onQueryException(Exception, String) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onQueryException(Exception, String, TSStatusCode) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onQueryException(Exception, OperationType) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
onRejection() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
onRejection() - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTask
 
onRejection(Window) - Method in interface org.apache.iotdb.db.utils.windowing.api.Evaluator
 
onStart() - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
onStart() - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
onStart() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
onStop() - Method in interface org.apache.iotdb.db.engine.trigger.api.Trigger
 
onStop() - Method in class org.apache.iotdb.db.engine.trigger.builtin.ForwardTrigger
 
onStop() - Method in class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
onTaskFailed(FragmentInstanceId, Throwable) - Method in interface org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceFailureListener
 
opBlockNeedCommit(long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
Check whether this data commit-index will cause committing some opBlocks
opBlockNeedCommit(String, long) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
check whether this data commitIndex will cause committing 1 or more complete opBlock
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
open() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SourceNode
 
open(C) - Method in interface org.apache.iotdb.db.engine.trigger.sink.api.Handler
 
open(File) - Method in class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
open(AlertManagerConfiguration) - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerHandler
 
open(HTTPForwardConfiguration) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.http.HTTPForwardHandler
 
open(MQTTForwardConfiguration) - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.mqtt.MQTTForwardHandler
 
open(LocalIoTDBConfiguration) - Method in class org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBHandler
 
open(MQTTConfiguration) - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTHandler
 
OpenFileNumUtil - Class in org.apache.iotdb.db.utils
 
OpenFileNumUtil.OpenFileNumStatistics - Enum in org.apache.iotdb.db.utils
 
openSession(String, String, String, TSProtocolVersion) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
openSession(String, String, String, TSProtocolVersion, IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
operateClearCache() - Static method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
OperateFilePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
OperateFilePlan(File, File, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
OperateFilePlan(File, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
OperateFilePlan(File, Operator.OperatorType, boolean, int, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
used for generate loading tsfile physical plan.
operateFlush(TFlushReq) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
operatePermission(TAuthorizerReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
operatePermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
operatePermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
operatePermission(AuthorStatement) - Method in interface org.apache.iotdb.db.auth.IAuthorityFetcher
 
operatePermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
operatePipe(String, StatementType) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
operatePipe(String, StatementType) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
 
OperatePipePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
OperatePipePlan(String, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.OperatePipePlan
 
operation(PhysicalPlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
Operation - Class in org.apache.iotdb.db.sync.externalpipe.operation
Operation represents the data changes of the server.
Operation - Enum in org.apache.iotdb.db.service.metrics.enums
 
Operation(Operation.OperationType, String, long, long) - Constructor for class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
Operation.OperationType - Enum in org.apache.iotdb.db.sync.externalpipe.operation
 
operationBatchSize(int) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginConfiguration.Builder
Set the maximum number of operations to get from the pipe source.
OperationType - Enum in org.apache.iotdb.db.conf
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.AdditionExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.DivisionExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.EqualToExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterEqualExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.GreaterThanExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LessEqualExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LessThanExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LogicAndExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.LogicOrExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.ModuloExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.MultiplicationExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.NonEqualExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.SubtractionExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
operator() - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
Operator - Class in org.apache.iotdb.db.qp.logical
This class is a superclass of all operator.
Operator - Interface in org.apache.iotdb.db.mpp.execution.operator
 
Operator(int) - Constructor for class org.apache.iotdb.db.qp.logical.Operator
 
Operator.OperatorType - Enum in org.apache.iotdb.db.qp.logical
If you want to add new OperatorType, you must add it in the last.
operatorContext - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
operatorContext - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
operatorContext - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
operatorContext - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
OperatorContext - Class in org.apache.iotdb.db.mpp.execution.operator
Contains information about Operator execution.
OperatorContext(int, PlanNodeId, String, FragmentInstanceContext) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
operatorPermission(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
operatorToPhysicalPlan(Operator) - Method in class org.apache.iotdb.db.qp.Planner
 
OperatorTreeGenerator - Class in org.apache.iotdb.db.mpp.plan.planner
This Visitor is responsible for transferring PlanNode Tree to Operator Tree
OperatorTreeGenerator() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
operatorType - Variable in class org.apache.iotdb.db.qp.logical.Operator
 
opposite() - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
optimize(QueryFilter) - Method in class org.apache.iotdb.db.mpp.plan.rewriter.DnfFilterOptimizer
get DNF(disjunctive normal form) for this filter operator tree.
optimize(QueryFilter) - Method in interface org.apache.iotdb.db.mpp.plan.rewriter.IFilterOptimizer
 
optimize(QueryFilter) - Method in class org.apache.iotdb.db.mpp.plan.rewriter.MergeSingleFilterOptimizer
 
optimize(QueryFilter) - Method in class org.apache.iotdb.db.mpp.plan.rewriter.RemoveNotOptimizer
get DNF(disjunctive normal form) for this filter tree.
optimize(PlanNode, MPPQueryContext) - Method in interface org.apache.iotdb.db.mpp.plan.optimization.PlanOptimizer
 
optimize(FilterOperator) - Method in class org.apache.iotdb.db.qp.strategy.optimizer.DnfFilterOptimizer
get DNF(disjunctive normal form) for this filter operator tree.
optimize(FilterOperator) - Method in interface org.apache.iotdb.db.qp.strategy.optimizer.IFilterOptimizer
 
optimize(FilterOperator) - Method in class org.apache.iotdb.db.qp.strategy.optimizer.MergeSingleFilterOptimizer
 
optimize(FilterOperator) - Method in class org.apache.iotdb.db.qp.strategy.optimizer.RemoveNotOptimizer
get DNF(disjunctive normal form) for this filter operator tree.
optimizeExpression(IExpression, RawDataQueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillQueryOperator
 
optimizeExpression(IExpression, RawDataQueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByQueryOperator
 
optimizeExpression(IExpression, RawDataQueryPlan) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
orderByComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
OrderByComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
The order of query result set
OrderByComponent() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.OrderByComponent
 
OrderByParameter - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
OrderByParameter() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
OrderByParameter(List<SortItem>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
Ordering - Enum in org.apache.iotdb.db.mpp.plan.statement.component
 
orderUtils - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
org.apache.iotdb.db.auth - package org.apache.iotdb.db.auth
 
org.apache.iotdb.db.client - package org.apache.iotdb.db.client
 
org.apache.iotdb.db.conf - package org.apache.iotdb.db.conf
 
org.apache.iotdb.db.conf.adapter - package org.apache.iotdb.db.conf.adapter
 
org.apache.iotdb.db.conf.directories - package org.apache.iotdb.db.conf.directories
 
org.apache.iotdb.db.conf.directories.strategy - package org.apache.iotdb.db.conf.directories.strategy
 
org.apache.iotdb.db.conf.rest - package org.apache.iotdb.db.conf.rest
 
org.apache.iotdb.db.consensus - package org.apache.iotdb.db.consensus
 
org.apache.iotdb.db.consensus.statemachine - package org.apache.iotdb.db.consensus.statemachine
 
org.apache.iotdb.db.consensus.statemachine.visitor - package org.apache.iotdb.db.consensus.statemachine.visitor
 
org.apache.iotdb.db.constant - package org.apache.iotdb.db.constant
 
org.apache.iotdb.db.engine - package org.apache.iotdb.db.engine
 
org.apache.iotdb.db.engine.cache - package org.apache.iotdb.db.engine.cache
 
org.apache.iotdb.db.engine.compaction - package org.apache.iotdb.db.engine.compaction
 
org.apache.iotdb.db.engine.compaction.comparator - package org.apache.iotdb.db.engine.compaction.comparator
 
org.apache.iotdb.db.engine.compaction.constant - package org.apache.iotdb.db.engine.compaction.constant
 
org.apache.iotdb.db.engine.compaction.cross - package org.apache.iotdb.db.engine.compaction.cross
 
org.apache.iotdb.db.engine.compaction.cross.rewrite - package org.apache.iotdb.db.engine.compaction.cross.rewrite
 
org.apache.iotdb.db.engine.compaction.cross.rewrite.selector - package org.apache.iotdb.db.engine.compaction.cross.rewrite.selector
 
org.apache.iotdb.db.engine.compaction.cross.rewrite.task - package org.apache.iotdb.db.engine.compaction.cross.rewrite.task
 
org.apache.iotdb.db.engine.compaction.cross.utils - package org.apache.iotdb.db.engine.compaction.cross.utils
 
org.apache.iotdb.db.engine.compaction.inner - package org.apache.iotdb.db.engine.compaction.inner
 
org.apache.iotdb.db.engine.compaction.inner.sizetiered - package org.apache.iotdb.db.engine.compaction.inner.sizetiered
 
org.apache.iotdb.db.engine.compaction.inner.utils - package org.apache.iotdb.db.engine.compaction.inner.utils
 
org.apache.iotdb.db.engine.compaction.log - package org.apache.iotdb.db.engine.compaction.log
 
org.apache.iotdb.db.engine.compaction.performer - package org.apache.iotdb.db.engine.compaction.performer
 
org.apache.iotdb.db.engine.compaction.performer.impl - package org.apache.iotdb.db.engine.compaction.performer.impl
 
org.apache.iotdb.db.engine.compaction.reader - package org.apache.iotdb.db.engine.compaction.reader
 
org.apache.iotdb.db.engine.compaction.task - package org.apache.iotdb.db.engine.compaction.task
 
org.apache.iotdb.db.engine.compaction.writer - package org.apache.iotdb.db.engine.compaction.writer
 
org.apache.iotdb.db.engine.cq - package org.apache.iotdb.db.engine.cq
 
org.apache.iotdb.db.engine.flush - package org.apache.iotdb.db.engine.flush
 
org.apache.iotdb.db.engine.flush.pool - package org.apache.iotdb.db.engine.flush.pool
 
org.apache.iotdb.db.engine.memtable - package org.apache.iotdb.db.engine.memtable
 
org.apache.iotdb.db.engine.modification - package org.apache.iotdb.db.engine.modification
modification is the functional module responsible for processing UPDATE and DELETE.
org.apache.iotdb.db.engine.modification.io - package org.apache.iotdb.db.engine.modification.io
 
org.apache.iotdb.db.engine.modification.utils - package org.apache.iotdb.db.engine.modification.utils
 
org.apache.iotdb.db.engine.querycontext - package org.apache.iotdb.db.engine.querycontext
 
org.apache.iotdb.db.engine.selectinto - package org.apache.iotdb.db.engine.selectinto
 
org.apache.iotdb.db.engine.settle - package org.apache.iotdb.db.engine.settle
 
org.apache.iotdb.db.engine.snapshot - package org.apache.iotdb.db.engine.snapshot
 
org.apache.iotdb.db.engine.snapshot.exception - package org.apache.iotdb.db.engine.snapshot.exception
 
org.apache.iotdb.db.engine.storagegroup - package org.apache.iotdb.db.engine.storagegroup
 
org.apache.iotdb.db.engine.storagegroup.dataregion - package org.apache.iotdb.db.engine.storagegroup.dataregion
 
org.apache.iotdb.db.engine.storagegroup.timeindex - package org.apache.iotdb.db.engine.storagegroup.timeindex
 
org.apache.iotdb.db.engine.trigger.api - package org.apache.iotdb.db.engine.trigger.api
 
org.apache.iotdb.db.engine.trigger.builtin - package org.apache.iotdb.db.engine.trigger.builtin
 
org.apache.iotdb.db.engine.trigger.executor - package org.apache.iotdb.db.engine.trigger.executor
 
org.apache.iotdb.db.engine.trigger.service - package org.apache.iotdb.db.engine.trigger.service
 
org.apache.iotdb.db.engine.trigger.sink.alertmanager - package org.apache.iotdb.db.engine.trigger.sink.alertmanager
 
org.apache.iotdb.db.engine.trigger.sink.api - package org.apache.iotdb.db.engine.trigger.sink.api
 
org.apache.iotdb.db.engine.trigger.sink.exception - package org.apache.iotdb.db.engine.trigger.sink.exception
 
org.apache.iotdb.db.engine.trigger.sink.forward - package org.apache.iotdb.db.engine.trigger.sink.forward
 
org.apache.iotdb.db.engine.trigger.sink.forward.http - package org.apache.iotdb.db.engine.trigger.sink.forward.http
 
org.apache.iotdb.db.engine.trigger.sink.forward.mqtt - package org.apache.iotdb.db.engine.trigger.sink.forward.mqtt
 
org.apache.iotdb.db.engine.trigger.sink.local - package org.apache.iotdb.db.engine.trigger.sink.local
 
org.apache.iotdb.db.engine.trigger.sink.mqtt - package org.apache.iotdb.db.engine.trigger.sink.mqtt
 
org.apache.iotdb.db.engine.trigger.utils - package org.apache.iotdb.db.engine.trigger.utils
 
org.apache.iotdb.db.engine.upgrade - package org.apache.iotdb.db.engine.upgrade
 
org.apache.iotdb.db.engine.version - package org.apache.iotdb.db.engine.version
 
org.apache.iotdb.db.exception - package org.apache.iotdb.db.exception
 
org.apache.iotdb.db.exception.index - package org.apache.iotdb.db.exception.index
 
org.apache.iotdb.db.exception.metadata - package org.apache.iotdb.db.exception.metadata
 
org.apache.iotdb.db.exception.metadata.cache - package org.apache.iotdb.db.exception.metadata.cache
 
org.apache.iotdb.db.exception.metadata.schemafile - package org.apache.iotdb.db.exception.metadata.schemafile
 
org.apache.iotdb.db.exception.metadata.template - package org.apache.iotdb.db.exception.metadata.template
 
org.apache.iotdb.db.exception.mpp - package org.apache.iotdb.db.exception.mpp
 
org.apache.iotdb.db.exception.query - package org.apache.iotdb.db.exception.query
 
org.apache.iotdb.db.exception.runtime - package org.apache.iotdb.db.exception.runtime
 
org.apache.iotdb.db.exception.sql - package org.apache.iotdb.db.exception.sql
 
org.apache.iotdb.db.exception.sync - package org.apache.iotdb.db.exception.sync
 
org.apache.iotdb.db.index.common - package org.apache.iotdb.db.index.common
 
org.apache.iotdb.db.localconfignode - package org.apache.iotdb.db.localconfignode
 
org.apache.iotdb.db.metadata - package org.apache.iotdb.db.metadata
 
org.apache.iotdb.db.metadata.cache - package org.apache.iotdb.db.metadata.cache
 
org.apache.iotdb.db.metadata.idtable - package org.apache.iotdb.db.metadata.idtable
 
org.apache.iotdb.db.metadata.idtable.entry - package org.apache.iotdb.db.metadata.idtable.entry
 
org.apache.iotdb.db.metadata.lastCache - package org.apache.iotdb.db.metadata.lastCache
 
org.apache.iotdb.db.metadata.lastCache.container - package org.apache.iotdb.db.metadata.lastCache.container
 
org.apache.iotdb.db.metadata.lastCache.container.value - package org.apache.iotdb.db.metadata.lastCache.container.value
 
org.apache.iotdb.db.metadata.logfile - package org.apache.iotdb.db.metadata.logfile
 
org.apache.iotdb.db.metadata.mnode - package org.apache.iotdb.db.metadata.mnode
 
org.apache.iotdb.db.metadata.mnode.container - package org.apache.iotdb.db.metadata.mnode.container
 
org.apache.iotdb.db.metadata.mnode.estimator - package org.apache.iotdb.db.metadata.mnode.estimator
 
org.apache.iotdb.db.metadata.mnode.iterator - package org.apache.iotdb.db.metadata.mnode.iterator
 
org.apache.iotdb.db.metadata.mnode.visitor - package org.apache.iotdb.db.metadata.mnode.visitor
 
org.apache.iotdb.db.metadata.mtree - package org.apache.iotdb.db.metadata.mtree
 
org.apache.iotdb.db.metadata.mtree.snapshot - package org.apache.iotdb.db.metadata.mtree.snapshot
 
org.apache.iotdb.db.metadata.mtree.store - package org.apache.iotdb.db.metadata.mtree.store
 
org.apache.iotdb.db.metadata.mtree.store.disk - package org.apache.iotdb.db.metadata.mtree.store.disk
 
org.apache.iotdb.db.metadata.mtree.store.disk.cache - package org.apache.iotdb.db.metadata.mtree.store.disk.cache
 
org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol - package org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol
 
org.apache.iotdb.db.metadata.mtree.store.disk.schemafile - package org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
 
org.apache.iotdb.db.metadata.mtree.traverser - package org.apache.iotdb.db.metadata.mtree.traverser
 
org.apache.iotdb.db.metadata.mtree.traverser.collector - package org.apache.iotdb.db.metadata.mtree.traverser.collector
 
org.apache.iotdb.db.metadata.mtree.traverser.counter - package org.apache.iotdb.db.metadata.mtree.traverser.counter
 
org.apache.iotdb.db.metadata.path - package org.apache.iotdb.db.metadata.path
 
org.apache.iotdb.db.metadata.rescon - package org.apache.iotdb.db.metadata.rescon
 
org.apache.iotdb.db.metadata.schemaregion - package org.apache.iotdb.db.metadata.schemaregion
 
org.apache.iotdb.db.metadata.storagegroup - package org.apache.iotdb.db.metadata.storagegroup
 
org.apache.iotdb.db.metadata.tag - package org.apache.iotdb.db.metadata.tag
 
org.apache.iotdb.db.metadata.template - package org.apache.iotdb.db.metadata.template
 
org.apache.iotdb.db.metadata.upgrade - package org.apache.iotdb.db.metadata.upgrade
 
org.apache.iotdb.db.metadata.utils - package org.apache.iotdb.db.metadata.utils
 
org.apache.iotdb.db.metadata.visitor - package org.apache.iotdb.db.metadata.visitor
 
org.apache.iotdb.db.mpp.aggregation - package org.apache.iotdb.db.mpp.aggregation
 
org.apache.iotdb.db.mpp.aggregation.slidingwindow - package org.apache.iotdb.db.mpp.aggregation.slidingwindow
 
org.apache.iotdb.db.mpp.aggregation.timerangeiterator - package org.apache.iotdb.db.mpp.aggregation.timerangeiterator
 
org.apache.iotdb.db.mpp.common - package org.apache.iotdb.db.mpp.common
 
org.apache.iotdb.db.mpp.common.filter - package org.apache.iotdb.db.mpp.common.filter
 
org.apache.iotdb.db.mpp.common.header - package org.apache.iotdb.db.mpp.common.header
 
org.apache.iotdb.db.mpp.common.schematree - package org.apache.iotdb.db.mpp.common.schematree
 
org.apache.iotdb.db.mpp.common.schematree.node - package org.apache.iotdb.db.mpp.common.schematree.node
 
org.apache.iotdb.db.mpp.common.schematree.visitor - package org.apache.iotdb.db.mpp.common.schematree.visitor
 
org.apache.iotdb.db.mpp.exception - package org.apache.iotdb.db.mpp.exception
 
org.apache.iotdb.db.mpp.execution - package org.apache.iotdb.db.mpp.execution
 
org.apache.iotdb.db.mpp.execution.driver - package org.apache.iotdb.db.mpp.execution.driver
 
org.apache.iotdb.db.mpp.execution.exchange - package org.apache.iotdb.db.mpp.execution.exchange
 
org.apache.iotdb.db.mpp.execution.fragment - package org.apache.iotdb.db.mpp.execution.fragment
 
org.apache.iotdb.db.mpp.execution.memory - package org.apache.iotdb.db.mpp.execution.memory
 
org.apache.iotdb.db.mpp.execution.operator - package org.apache.iotdb.db.mpp.execution.operator
 
org.apache.iotdb.db.mpp.execution.operator.process - package org.apache.iotdb.db.mpp.execution.operator.process
 
org.apache.iotdb.db.mpp.execution.operator.process.fill - package org.apache.iotdb.db.mpp.execution.operator.process.fill
 
org.apache.iotdb.db.mpp.execution.operator.process.fill.constant - package org.apache.iotdb.db.mpp.execution.operator.process.fill.constant
 
org.apache.iotdb.db.mpp.execution.operator.process.fill.identity - package org.apache.iotdb.db.mpp.execution.operator.process.fill.identity
 
org.apache.iotdb.db.mpp.execution.operator.process.fill.linear - package org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
 
org.apache.iotdb.db.mpp.execution.operator.process.fill.previous - package org.apache.iotdb.db.mpp.execution.operator.process.fill.previous
 
org.apache.iotdb.db.mpp.execution.operator.process.join - package org.apache.iotdb.db.mpp.execution.operator.process.join
 
org.apache.iotdb.db.mpp.execution.operator.process.join.merge - package org.apache.iotdb.db.mpp.execution.operator.process.join.merge
 
org.apache.iotdb.db.mpp.execution.operator.process.last - package org.apache.iotdb.db.mpp.execution.operator.process.last
 
org.apache.iotdb.db.mpp.execution.operator.schema - package org.apache.iotdb.db.mpp.execution.operator.schema
 
org.apache.iotdb.db.mpp.execution.operator.sink - package org.apache.iotdb.db.mpp.execution.operator.sink
 
org.apache.iotdb.db.mpp.execution.operator.source - package org.apache.iotdb.db.mpp.execution.operator.source
 
org.apache.iotdb.db.mpp.execution.schedule - package org.apache.iotdb.db.mpp.execution.schedule
 
org.apache.iotdb.db.mpp.execution.schedule.queue - package org.apache.iotdb.db.mpp.execution.schedule.queue
 
org.apache.iotdb.db.mpp.execution.schedule.task - package org.apache.iotdb.db.mpp.execution.schedule.task
 
org.apache.iotdb.db.mpp.execution.timer - package org.apache.iotdb.db.mpp.execution.timer
 
org.apache.iotdb.db.mpp.plan - package org.apache.iotdb.db.mpp.plan
 
org.apache.iotdb.db.mpp.plan.analyze - package org.apache.iotdb.db.mpp.plan.analyze
 
org.apache.iotdb.db.mpp.plan.analyze.cache - package org.apache.iotdb.db.mpp.plan.analyze.cache
 
org.apache.iotdb.db.mpp.plan.constant - package org.apache.iotdb.db.mpp.plan.constant
 
org.apache.iotdb.db.mpp.plan.execution - package org.apache.iotdb.db.mpp.plan.execution
 
org.apache.iotdb.db.mpp.plan.execution.config - package org.apache.iotdb.db.mpp.plan.execution.config
 
org.apache.iotdb.db.mpp.plan.execution.config.executor - package org.apache.iotdb.db.mpp.plan.execution.config.executor
 
org.apache.iotdb.db.mpp.plan.execution.config.metadata - package org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
org.apache.iotdb.db.mpp.plan.execution.config.metadata.template - package org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
org.apache.iotdb.db.mpp.plan.execution.config.sys - package org.apache.iotdb.db.mpp.plan.execution.config.sys
 
org.apache.iotdb.db.mpp.plan.execution.config.sys.sync - package org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
org.apache.iotdb.db.mpp.plan.execution.memory - package org.apache.iotdb.db.mpp.plan.execution.memory
 
org.apache.iotdb.db.mpp.plan.expression - package org.apache.iotdb.db.mpp.plan.expression
 
org.apache.iotdb.db.mpp.plan.expression.binary - package org.apache.iotdb.db.mpp.plan.expression.binary
 
org.apache.iotdb.db.mpp.plan.expression.leaf - package org.apache.iotdb.db.mpp.plan.expression.leaf
 
org.apache.iotdb.db.mpp.plan.expression.multi - package org.apache.iotdb.db.mpp.plan.expression.multi
 
org.apache.iotdb.db.mpp.plan.expression.ternary - package org.apache.iotdb.db.mpp.plan.expression.ternary
 
org.apache.iotdb.db.mpp.plan.expression.unary - package org.apache.iotdb.db.mpp.plan.expression.unary
 
org.apache.iotdb.db.mpp.plan.expression.visitor - package org.apache.iotdb.db.mpp.plan.expression.visitor
 
org.apache.iotdb.db.mpp.plan.optimization - package org.apache.iotdb.db.mpp.plan.optimization
 
org.apache.iotdb.db.mpp.plan.parser - package org.apache.iotdb.db.mpp.plan.parser
 
org.apache.iotdb.db.mpp.plan.planner - package org.apache.iotdb.db.mpp.plan.planner
 
org.apache.iotdb.db.mpp.plan.planner.distribution - package org.apache.iotdb.db.mpp.plan.planner.distribution
 
org.apache.iotdb.db.mpp.plan.planner.plan - package org.apache.iotdb.db.mpp.plan.planner.plan
 
org.apache.iotdb.db.mpp.plan.planner.plan.node - package org.apache.iotdb.db.mpp.plan.planner.plan.node
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read - package org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write - package org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.process - package org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last - package org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.sink - package org.apache.iotdb.db.mpp.plan.planner.plan.node.sink
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.source - package org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
org.apache.iotdb.db.mpp.plan.planner.plan.node.write - package org.apache.iotdb.db.mpp.plan.planner.plan.node.write
 
org.apache.iotdb.db.mpp.plan.planner.plan.parameter - package org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
org.apache.iotdb.db.mpp.plan.rewriter - package org.apache.iotdb.db.mpp.plan.rewriter
 
org.apache.iotdb.db.mpp.plan.scheduler - package org.apache.iotdb.db.mpp.plan.scheduler
 
org.apache.iotdb.db.mpp.plan.statement - package org.apache.iotdb.db.mpp.plan.statement
 
org.apache.iotdb.db.mpp.plan.statement.component - package org.apache.iotdb.db.mpp.plan.statement.component
 
org.apache.iotdb.db.mpp.plan.statement.crud - package org.apache.iotdb.db.mpp.plan.statement.crud
 
org.apache.iotdb.db.mpp.plan.statement.internal - package org.apache.iotdb.db.mpp.plan.statement.internal
 
org.apache.iotdb.db.mpp.plan.statement.literal - package org.apache.iotdb.db.mpp.plan.statement.literal
 
org.apache.iotdb.db.mpp.plan.statement.metadata - package org.apache.iotdb.db.mpp.plan.statement.metadata
 
org.apache.iotdb.db.mpp.plan.statement.metadata.template - package org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
org.apache.iotdb.db.mpp.plan.statement.sys - package org.apache.iotdb.db.mpp.plan.statement.sys
 
org.apache.iotdb.db.mpp.plan.statement.sys.sync - package org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
org.apache.iotdb.db.mpp.statistics - package org.apache.iotdb.db.mpp.statistics
 
org.apache.iotdb.db.mpp.transformation.api - package org.apache.iotdb.db.mpp.transformation.api
 
org.apache.iotdb.db.mpp.transformation.dag.adapter - package org.apache.iotdb.db.mpp.transformation.dag.adapter
 
org.apache.iotdb.db.mpp.transformation.dag.builder - package org.apache.iotdb.db.mpp.transformation.dag.builder
 
org.apache.iotdb.db.mpp.transformation.dag.column - package org.apache.iotdb.db.mpp.transformation.dag.column
 
org.apache.iotdb.db.mpp.transformation.dag.column.binary - package org.apache.iotdb.db.mpp.transformation.dag.column.binary
 
org.apache.iotdb.db.mpp.transformation.dag.column.leaf - package org.apache.iotdb.db.mpp.transformation.dag.column.leaf
 
org.apache.iotdb.db.mpp.transformation.dag.column.multi - package org.apache.iotdb.db.mpp.transformation.dag.column.multi
 
org.apache.iotdb.db.mpp.transformation.dag.column.ternary - package org.apache.iotdb.db.mpp.transformation.dag.column.ternary
 
org.apache.iotdb.db.mpp.transformation.dag.column.unary - package org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
org.apache.iotdb.db.mpp.transformation.dag.input - package org.apache.iotdb.db.mpp.transformation.dag.input
 
org.apache.iotdb.db.mpp.transformation.dag.intermediate - package org.apache.iotdb.db.mpp.transformation.dag.intermediate
 
org.apache.iotdb.db.mpp.transformation.dag.memory - package org.apache.iotdb.db.mpp.transformation.dag.memory
 
org.apache.iotdb.db.mpp.transformation.dag.transformer - package org.apache.iotdb.db.mpp.transformation.dag.transformer
 
org.apache.iotdb.db.mpp.transformation.dag.transformer.binary - package org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
 
org.apache.iotdb.db.mpp.transformation.dag.transformer.multi - package org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary - package org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
 
org.apache.iotdb.db.mpp.transformation.dag.transformer.unary - package org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
org.apache.iotdb.db.mpp.transformation.dag.udf - package org.apache.iotdb.db.mpp.transformation.dag.udf
 
org.apache.iotdb.db.mpp.transformation.dag.util - package org.apache.iotdb.db.mpp.transformation.dag.util
 
org.apache.iotdb.db.mpp.transformation.datastructure - package org.apache.iotdb.db.mpp.transformation.datastructure
 
org.apache.iotdb.db.mpp.transformation.datastructure.row - package org.apache.iotdb.db.mpp.transformation.datastructure.row
 
org.apache.iotdb.db.mpp.transformation.datastructure.tv - package org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
org.apache.iotdb.db.mpp.transformation.datastructure.util - package org.apache.iotdb.db.mpp.transformation.datastructure.util
 
org.apache.iotdb.db.protocol.influxdb.constant - package org.apache.iotdb.db.protocol.influxdb.constant
 
org.apache.iotdb.db.protocol.influxdb.dto - package org.apache.iotdb.db.protocol.influxdb.dto
 
org.apache.iotdb.db.protocol.influxdb.function - package org.apache.iotdb.db.protocol.influxdb.function
 
org.apache.iotdb.db.protocol.influxdb.function.aggregator - package org.apache.iotdb.db.protocol.influxdb.function.aggregator
 
org.apache.iotdb.db.protocol.influxdb.function.selector - package org.apache.iotdb.db.protocol.influxdb.function.selector
 
org.apache.iotdb.db.protocol.influxdb.handler - package org.apache.iotdb.db.protocol.influxdb.handler
 
org.apache.iotdb.db.protocol.influxdb.input - package org.apache.iotdb.db.protocol.influxdb.input
 
org.apache.iotdb.db.protocol.influxdb.meta - package org.apache.iotdb.db.protocol.influxdb.meta
 
org.apache.iotdb.db.protocol.influxdb.operator - package org.apache.iotdb.db.protocol.influxdb.operator
 
org.apache.iotdb.db.protocol.influxdb.sql - package org.apache.iotdb.db.protocol.influxdb.sql
 
org.apache.iotdb.db.protocol.influxdb.util - package org.apache.iotdb.db.protocol.influxdb.util
 
org.apache.iotdb.db.protocol.mpprest - package org.apache.iotdb.db.protocol.mpprest
 
org.apache.iotdb.db.protocol.mpprest.filter - package org.apache.iotdb.db.protocol.mpprest.filter
 
org.apache.iotdb.db.protocol.mpprest.handler - package org.apache.iotdb.db.protocol.mpprest.handler
 
org.apache.iotdb.db.protocol.mpprest.impl - package org.apache.iotdb.db.protocol.mpprest.impl
 
org.apache.iotdb.db.protocol.mqtt - package org.apache.iotdb.db.protocol.mqtt
 
org.apache.iotdb.db.protocol.rest - package org.apache.iotdb.db.protocol.rest
 
org.apache.iotdb.db.protocol.rest.filter - package org.apache.iotdb.db.protocol.rest.filter
 
org.apache.iotdb.db.protocol.rest.handler - package org.apache.iotdb.db.protocol.rest.handler
 
org.apache.iotdb.db.protocol.rest.impl - package org.apache.iotdb.db.protocol.rest.impl
 
org.apache.iotdb.db.qp - package org.apache.iotdb.db.qp
 
org.apache.iotdb.db.qp.constant - package org.apache.iotdb.db.qp.constant
 
org.apache.iotdb.db.qp.executor - package org.apache.iotdb.db.qp.executor
 
org.apache.iotdb.db.qp.logical - package org.apache.iotdb.db.qp.logical
 
org.apache.iotdb.db.qp.logical.crud - package org.apache.iotdb.db.qp.logical.crud
 
org.apache.iotdb.db.qp.logical.sys - package org.apache.iotdb.db.qp.logical.sys
 
org.apache.iotdb.db.qp.physical - package org.apache.iotdb.db.qp.physical
 
org.apache.iotdb.db.qp.physical.crud - package org.apache.iotdb.db.qp.physical.crud
 
org.apache.iotdb.db.qp.physical.sys - package org.apache.iotdb.db.qp.physical.sys
 
org.apache.iotdb.db.qp.sql - package org.apache.iotdb.db.qp.sql
 
org.apache.iotdb.db.qp.strategy - package org.apache.iotdb.db.qp.strategy
 
org.apache.iotdb.db.qp.strategy.optimizer - package org.apache.iotdb.db.qp.strategy.optimizer
 
org.apache.iotdb.db.qp.utils - package org.apache.iotdb.db.qp.utils
 
org.apache.iotdb.db.query.aggregation - package org.apache.iotdb.db.query.aggregation
 
org.apache.iotdb.db.query.aggregation.impl - package org.apache.iotdb.db.query.aggregation.impl
 
org.apache.iotdb.db.query.context - package org.apache.iotdb.db.query.context
 
org.apache.iotdb.db.query.control - package org.apache.iotdb.db.query.control
 
org.apache.iotdb.db.query.control.tracing - package org.apache.iotdb.db.query.control.tracing
 
org.apache.iotdb.db.query.dataset - package org.apache.iotdb.db.query.dataset
 
org.apache.iotdb.db.query.dataset.groupby - package org.apache.iotdb.db.query.dataset.groupby
 
org.apache.iotdb.db.query.executor - package org.apache.iotdb.db.query.executor
 
org.apache.iotdb.db.query.executor.fill - package org.apache.iotdb.db.query.executor.fill
 
org.apache.iotdb.db.query.executor.groupby - package org.apache.iotdb.db.query.executor.groupby
 
org.apache.iotdb.db.query.executor.groupby.impl - package org.apache.iotdb.db.query.executor.groupby.impl
 
org.apache.iotdb.db.query.externalsort - package org.apache.iotdb.db.query.externalsort
 
org.apache.iotdb.db.query.externalsort.adapter - package org.apache.iotdb.db.query.externalsort.adapter
 
org.apache.iotdb.db.query.externalsort.serialize - package org.apache.iotdb.db.query.externalsort.serialize
 
org.apache.iotdb.db.query.externalsort.serialize.impl - package org.apache.iotdb.db.query.externalsort.serialize.impl
 
org.apache.iotdb.db.query.factory - package org.apache.iotdb.db.query.factory
 
org.apache.iotdb.db.query.filter - package org.apache.iotdb.db.query.filter
 
org.apache.iotdb.db.query.pool - package org.apache.iotdb.db.query.pool
 
org.apache.iotdb.db.query.reader.chunk - package org.apache.iotdb.db.query.reader.chunk
 
org.apache.iotdb.db.query.reader.chunk.metadata - package org.apache.iotdb.db.query.reader.chunk.metadata
 
org.apache.iotdb.db.query.reader.resource - package org.apache.iotdb.db.query.reader.resource
 
org.apache.iotdb.db.query.reader.series - package org.apache.iotdb.db.query.reader.series
 
org.apache.iotdb.db.query.reader.universal - package org.apache.iotdb.db.query.reader.universal
 
org.apache.iotdb.db.query.timegenerator - package org.apache.iotdb.db.query.timegenerator
 
org.apache.iotdb.db.rescon - package org.apache.iotdb.db.rescon
rescon means Resource Control, classes in this package provide global control over various resources shared in IoTDB.
org.apache.iotdb.db.service - package org.apache.iotdb.db.service
 
org.apache.iotdb.db.service.basic - package org.apache.iotdb.db.service.basic
 
org.apache.iotdb.db.service.metrics - package org.apache.iotdb.db.service.metrics
 
org.apache.iotdb.db.service.metrics.enums - package org.apache.iotdb.db.service.metrics.enums
 
org.apache.iotdb.db.service.metrics.predefined - package org.apache.iotdb.db.service.metrics.predefined
 
org.apache.iotdb.db.service.metrics.recorder - package org.apache.iotdb.db.service.metrics.recorder
 
org.apache.iotdb.db.sync - package org.apache.iotdb.db.sync
 
org.apache.iotdb.db.sync.common - package org.apache.iotdb.db.sync.common
 
org.apache.iotdb.db.sync.common.persistence - package org.apache.iotdb.db.sync.common.persistence
 
org.apache.iotdb.db.sync.datasource - package org.apache.iotdb.db.sync.datasource
 
org.apache.iotdb.db.sync.externalpipe - package org.apache.iotdb.db.sync.externalpipe
 
org.apache.iotdb.db.sync.externalpipe.operation - package org.apache.iotdb.db.sync.externalpipe.operation
 
org.apache.iotdb.db.sync.pipedata - package org.apache.iotdb.db.sync.pipedata
 
org.apache.iotdb.db.sync.pipedata.queue - package org.apache.iotdb.db.sync.pipedata.queue
 
org.apache.iotdb.db.sync.receiver.load - package org.apache.iotdb.db.sync.receiver.load
 
org.apache.iotdb.db.sync.sender.manager - package org.apache.iotdb.db.sync.sender.manager
 
org.apache.iotdb.db.sync.sender.pipe - package org.apache.iotdb.db.sync.sender.pipe
 
org.apache.iotdb.db.sync.sender.recovery - package org.apache.iotdb.db.sync.sender.recovery
 
org.apache.iotdb.db.sync.transport.client - package org.apache.iotdb.db.sync.transport.client
 
org.apache.iotdb.db.sync.transport.server - package org.apache.iotdb.db.sync.transport.server
 
org.apache.iotdb.db.tools - package org.apache.iotdb.db.tools
 
org.apache.iotdb.db.tools.dataregion - package org.apache.iotdb.db.tools.dataregion
 
org.apache.iotdb.db.tools.schema - package org.apache.iotdb.db.tools.schema
 
org.apache.iotdb.db.tools.settle - package org.apache.iotdb.db.tools.settle
 
org.apache.iotdb.db.tools.upgrade - package org.apache.iotdb.db.tools.upgrade
 
org.apache.iotdb.db.tools.validate - package org.apache.iotdb.db.tools.validate
 
org.apache.iotdb.db.tools.vis - package org.apache.iotdb.db.tools.vis
 
org.apache.iotdb.db.tools.watermark - package org.apache.iotdb.db.tools.watermark
 
org.apache.iotdb.db.utils - package org.apache.iotdb.db.utils
 
org.apache.iotdb.db.utils.datastructure - package org.apache.iotdb.db.utils.datastructure
 
org.apache.iotdb.db.utils.stats - package org.apache.iotdb.db.utils.stats
 
org.apache.iotdb.db.utils.sync - package org.apache.iotdb.db.utils.sync
 
org.apache.iotdb.db.utils.timerangeiterator - package org.apache.iotdb.db.utils.timerangeiterator
 
org.apache.iotdb.db.utils.windowing.api - package org.apache.iotdb.db.utils.windowing.api
 
org.apache.iotdb.db.utils.windowing.configuration - package org.apache.iotdb.db.utils.windowing.configuration
 
org.apache.iotdb.db.utils.windowing.exception - package org.apache.iotdb.db.utils.windowing.exception
 
org.apache.iotdb.db.utils.windowing.handler - package org.apache.iotdb.db.utils.windowing.handler
 
org.apache.iotdb.db.utils.windowing.runtime - package org.apache.iotdb.db.utils.windowing.runtime
 
org.apache.iotdb.db.utils.windowing.window - package org.apache.iotdb.db.utils.windowing.window
 
org.apache.iotdb.db.utils.writelog - package org.apache.iotdb.db.utils.writelog
 
org.apache.iotdb.db.wal - package org.apache.iotdb.db.wal
 
org.apache.iotdb.db.wal.allocation - package org.apache.iotdb.db.wal.allocation
 
org.apache.iotdb.db.wal.buffer - package org.apache.iotdb.db.wal.buffer
 
org.apache.iotdb.db.wal.checkpoint - package org.apache.iotdb.db.wal.checkpoint
 
org.apache.iotdb.db.wal.exception - package org.apache.iotdb.db.wal.exception
 
org.apache.iotdb.db.wal.io - package org.apache.iotdb.db.wal.io
 
org.apache.iotdb.db.wal.node - package org.apache.iotdb.db.wal.node
 
org.apache.iotdb.db.wal.recover - package org.apache.iotdb.db.wal.recover
 
org.apache.iotdb.db.wal.recover.file - package org.apache.iotdb.db.wal.recover.file
 
org.apache.iotdb.db.wal.utils - package org.apache.iotdb.db.wal.utils
 
org.apache.iotdb.db.wal.utils.listener - package org.apache.iotdb.db.wal.utils.listener
 
originalRowOffset - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
orQueryResultProcess(QueryResult, QueryResult) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
union the query results of two influxdb
OutOfTTLException - Exception in org.apache.iotdb.db.exception.query
 
OutOfTTLException(long, long) - Constructor for exception org.apache.iotdb.db.exception.query.OutOfTTLException
 
OUTPUT_DATA_DIR - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
OutputColumn - Class in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
 
OutputColumn(List<InputLocation>, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
OutputColumn(InputLocation) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
used for case that this OutputColumn only has one input column
outputDataTypes - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
outputExpressions - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
outputFinal(ColumnBuilder) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
Final result is single column for any aggregation function.
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
outputFinal(ColumnBuilder) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
For aggregation function like COUNT, SUM, partialResult should be single, so its output column is single too; But for AVG(COUNT and SUM), LAST_VALUE(LAST_VALUE and MAX_TIME), the output columns should be double in dictionary order.
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
outputIntermediate(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
outputResult(ColumnBuilder[]) - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 

P

PAA_DIM - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
packBuffer(TSQueryDataSet, PublicBAOS, PublicBAOS[], PublicBAOS[]) - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
PAGE_CACHE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
PAGE_HEADER_SIZE - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
PAGE_INDEX_MASK - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
PAGE_LENGTH - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
parallelPlan() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SimpleFragmentParallelPlanner
 
parallelPlan() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.WriteFragmentParallelPlanner
 
parallelPlan() - Method in interface org.apache.iotdb.db.mpp.plan.planner.IFragmentParallelPlaner
The relation between each PlanFragment is necessary because sometimes we need to change the source/sink for each FragmentInstance according to its upstream/downstream
ParameterUtils - Class in org.apache.iotdb.db.utils
 
ParameterUtils() - Constructor for class org.apache.iotdb.db.utils.ParameterUtils
 
parent - Variable in class org.apache.iotdb.db.metadata.mnode.MNode
 
parseAliasClause(IoTDBSqlParser.AliasClauseContext, AlterTimeSeriesStatement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseAliasClause(IoTDBSqlParser.AliasClauseContext, AlterTimeSeriesOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseAlignedMeasurements(IoTDBSqlParser.AlignedMeasurementsContext, CreateAlignedTimeSeriesStatement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseAlignedMeasurements(IoTDBSqlParser.AlignedMeasurementsContext, CreateAlignedTimeSeriesOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseAndRewriteFile(List<TsFileResource>) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
Parse the old files and generate some new files according to the time partition interval.
parseAttributeClause(IoTDBSqlParser.AttributeClauseContext, Statement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseAttributeClause(IoTDBSqlParser.AttributeClauseContext, Operator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseAttributeClauses(IoTDBSqlParser.AttributeClausesContext, CreateAlignedTimeSeriesStatement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseAttributeClauses(IoTDBSqlParser.AttributeClausesContext, CreateTimeSeriesStatement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseAttributeClauses(IoTDBSqlParser.AttributeClausesContext, CreateAlignedTimeSeriesOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseAttributeClauses(IoTDBSqlParser.AttributeClausesContext, CreateTimeSeriesOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseBasicParams(CommandLine) - Static method in class org.apache.iotdb.db.tools.schema.MLogParser
 
parseBasicParams(CommandLine) - Static method in class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
parseCqGroupByTimeClause(IoTDBSqlParser.CqGroupByTimeClauseContext, CreateContinuousQueryOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseCqSelectIntoClause(IoTDBSqlParser.CqSelectIntoClauseContext, CreateContinuousQueryOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseCreatePipePlanAsPipe(CreatePipeStatement, PipeSink, long) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseCreatePipePlanAsPipe(CreatePipePlan, PipeSink, long) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseCreatePipePlanAsPipeInfo(CreatePipeStatement, PipeSink, long) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseCreatePipePlanAsPipeInfo(CreatePipePlan, PipeSink, long) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseCreatePipeSinkPlan(CreatePipeSinkPlan) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseCreatePipeSinkStatement(CreatePipeSinkStatement) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
parseDateFormat(String) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseDateFormat(String) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
function for parsing datetime literal.
parseDateFormat(String, long) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseDateFormat(String, long) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseDottedId(String, int, String) - Static method in class org.apache.iotdb.db.mpp.common.QueryId
 
parseFilePath(String) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
function for parsing file path used by LOAD statement.
parseFilePath(String) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
function for parsing file path used by LOAD statement.
parseFillClause(IoTDBSqlParser.FillClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseFillClause(IoTDBSqlParser.FillClauseContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseFromClause(IoTDBSqlParser.FromClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseFromClause(IoTDBSqlParser.FromClauseContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseFromFile(String, String) - Static method in class org.apache.iotdb.db.tools.schema.MLogParser
 
parseGroupByLevelClause(IoTDBSqlParser.GroupByLevelClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseGroupByLevelClause(IoTDBSqlParser.GroupByLevelClauseContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseHavingClause(IoTDBSqlParser.HavingClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parsePipeInfoAsPipe(PipeInfo, PipeSink) - Static method in class org.apache.iotdb.db.utils.sync.SyncPipeUtil
parse PipeInfo ass Pipe, ignore status
parsePipeLog(File) - Static method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
parseResampleClause(IoTDBSqlParser.ResampleClauseContext, CreateContinuousQueryOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parserRecordsToPoints(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
parserRecordsToPoints(String, TimeUnit) - Static method in class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
parserRecordsToPointsWithPrecision(String, String) - Static method in class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
parseSelectClause(InfluxDBSqlParser.SelectClauseContext) - Method in class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBSqlVisitor
 
parseSelectClause(IoTDBSqlParser.SelectClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseSelectClause(IoTDBSqlParser.SelectClauseContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseSoffsetClause(IoTDBSqlParser.SoffsetClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseSoffsetClause(IoTDBSqlParser.SoffsetClauseContext, QueryOperator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseSQLToGrafanaQueryPlan(String, ZoneId) - Method in class org.apache.iotdb.db.qp.Planner
 
parseSQLToPhysicalPlan(String) - Method in class org.apache.iotdb.db.qp.Planner
 
parseSQLToPhysicalPlan(String, ZoneId, IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.qp.Planner
 
parseSQLToRestQueryPlan(String, ZoneId) - Method in class org.apache.iotdb.db.qp.Planner
 
parseStartSearchIndex(String) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Parse start search index from filename
parseStatusCode(String) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Parse status code from filename
parseString(String) - Static method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
parseString(String) - Static method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
parseString(String) - Static method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
parseString(String) - Static method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
parseSyncAttributeClauses(IoTDBSqlParser.SyncAttributeClausesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseTagClause(IoTDBSqlParser.TagClauseContext, Statement) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseTagClause(IoTDBSqlParser.TagClauseContext, Operator) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
parseTimeFormat(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBSqlVisitor
function for parsing time format.
parseToPoint(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
parseToPoint(String, TimeUnit) - Static method in class org.apache.iotdb.db.protocol.influxdb.input.InfluxLineParser
 
parseValue(TSDataType, String) - Static method in class org.apache.iotdb.db.utils.CommonUtils
 
parseValueForTest(TSDataType, String) - Static method in class org.apache.iotdb.db.utils.CommonUtils
 
parseVersionId(String) - Static method in class org.apache.iotdb.db.wal.utils.CheckpointFileUtils
Parse version id from filename
parseVersionId(String) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Parse version id from filename
parseWhereClause(IoTDBSqlParser.WhereClauseContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
parseWhereClause(IoTDBSqlParser.WhereClauseContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
PARTIAL - org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
PARTIAL_DELETED - org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
 
PARTIAL_PATH_STRING - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
PartialAggregationResult(TimeColumn, Column[]) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator.PartialAggregationResult
 
partialPath - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
PartitionCache - Class in org.apache.iotdb.db.mpp.plan.analyze.cache
 
PartitionCache() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
 
partitionRegionId - Static variable in class org.apache.iotdb.db.client.ConfigNodeInfo
 
PartitionViolationException - Exception in org.apache.iotdb.db.exception
 
PartitionViolationException(String) - Constructor for exception org.apache.iotdb.db.exception.PartitionViolationException
 
partitionWriterMap - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
PartitionId -> TsFileIOWriter
path - Variable in class org.apache.iotdb.db.engine.modification.Modification
 
path - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
path - Variable in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
path - Variable in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
PATH_EXIST - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
PATH_NODE_NAME_PATTERN - Static variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
PathAlreadyExistException - Exception in org.apache.iotdb.db.exception.metadata
 
PathAlreadyExistException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.PathAlreadyExistException
 
PathDeserializeUtil - Class in org.apache.iotdb.db.metadata.path
 
PathDeserializeUtil() - Constructor for class org.apache.iotdb.db.metadata.path.PathDeserializeUtil
 
PathException - Exception in org.apache.iotdb.db.exception.query
 
PathException() - Constructor for exception org.apache.iotdb.db.exception.query.PathException
 
PathException(String) - Constructor for exception org.apache.iotdb.db.exception.query.PathException
 
PathException(String, int) - Constructor for exception org.apache.iotdb.db.exception.query.PathException
 
pathExecutors - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
 
pathNameToReaderIndex - Variable in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
PathNotExistException - Exception in org.apache.iotdb.db.exception.metadata
 
PathNotExistException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.PathNotExistException
 
PathNotExistException(String, boolean) - Constructor for exception org.apache.iotdb.db.exception.metadata.PathNotExistException
 
PathNotExistException(List<String>) - Constructor for exception org.apache.iotdb.db.exception.metadata.PathNotExistException
 
PathNumOverLimitException - Exception in org.apache.iotdb.db.exception.query
 
PathNumOverLimitException - Exception in org.apache.iotdb.db.exception.sql
 
PathNumOverLimitException() - Constructor for exception org.apache.iotdb.db.exception.query.PathNumOverLimitException
 
PathNumOverLimitException() - Constructor for exception org.apache.iotdb.db.exception.sql.PathNumOverLimitException
 
pathPattern - Variable in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStatement
 
PathPatternNode - Class in org.apache.iotdb.db.mpp.common.schematree
 
PathPatternNode(String) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
PathPatternTree - Class in org.apache.iotdb.db.mpp.common.schematree
 
PathPatternTree() - Constructor for class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
paths - Variable in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
paths - Variable in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
paths - Variable in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
PATHS_SET_SCHEMA_TEMPLATE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
PATHS_USING_SCHEMA_TEMPLATE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
PATHS_USING_TEMPLATE_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
PathsUsingTemplateScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
PathsUsingTemplateScanNode(PlanNodeId, int) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
PathsUsingTemplateScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
PathsUsingTemplateScanOperator(PlanNodeId, OperatorContext, int) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.PathsUsingTemplateScanOperator
 
pathToAggrIndexesMap - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithoutValueFilterDataSet
non-aligned path -> result index for each aggregation
PATTERN - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
PayloadFormatManager - Class in org.apache.iotdb.db.protocol.mqtt
PayloadFormatManager loads payload formatter from SPI services.
PayloadFormatManager() - Constructor for class org.apache.iotdb.db.protocol.mqtt.PayloadFormatManager
 
PayloadFormatter - Interface in org.apache.iotdb.db.protocol.mqtt
PayloadFormatter format the payload to the messages.
PAYLOADS_FORMATTER_REGEX - Static variable in class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
peekNextNotNullValue(long, long) - Method in interface org.apache.iotdb.db.query.executor.groupby.GroupByExecutor
 
peekNextNotNullValue(long, long) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.LocalGroupByExecutor
 
PENDING - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment has finished executing existing tasks but more instances could be scheduled in the future.
PENDING_RETRY - org.apache.iotdb.db.mpp.execution.QueryState
 
perform() - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICompactionPerformer
 
perform() - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
perform() - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
performer - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
PhysicalGenerator - Class in org.apache.iotdb.db.qp.strategy
Used to convert logical operator to physical plan
PhysicalGenerator() - Constructor for class org.apache.iotdb.db.qp.strategy.PhysicalGenerator
 
PhysicalPlan - Class in org.apache.iotdb.db.qp.physical
This class is an abstract class for all type of PhysicalPlan.
PhysicalPlan() - Constructor for class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
PhysicalPlan(Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
PhysicalPlan.Factory - Class in org.apache.iotdb.db.qp.physical
 
PhysicalPlan.PhysicalPlanType - Enum in org.apache.iotdb.db.qp.physical
If you want to add new PhysicalPlanType, you must add it in the last.
PhysicalPlanConstructionHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
PhysicalPlanValidationHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
PhysicalPlanValidationHandler() - Constructor for class org.apache.iotdb.db.protocol.rest.handler.PhysicalPlanValidationHandler
 
pin() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
pin(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
Currently, this method is only used for pin node get from mNodeCache.
pin(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
pin(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
PingApiServiceImpl - Class in org.apache.iotdb.db.protocol.mpprest.impl
 
PingApiServiceImpl - Class in org.apache.iotdb.db.protocol.rest.impl
 
PingApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.mpprest.impl.PingApiServiceImpl
 
PingApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.rest.impl.PingApiServiceImpl
 
pinMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
Currently, this method is only used for pin node get from mNodeCache
pinMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
Pin a node in memory, and it will not be evicted.
pinMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
Pipe - Interface in org.apache.iotdb.db.sync.sender.pipe
Pipe is the abstract of a sync task, and a data source for ISyncClient.
PIPE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
Pipe.PipeStatus - Enum in org.apache.iotdb.db.sync.sender.pipe
 
PipeData - Class in org.apache.iotdb.db.sync.pipedata
 
PipeData() - Constructor for class org.apache.iotdb.db.sync.pipedata.PipeData
 
PipeData(long) - Constructor for class org.apache.iotdb.db.sync.pipedata.PipeData
 
PipeData.PipeDataType - Enum in org.apache.iotdb.db.sync.pipedata
 
PipeDataLoadException - Exception in org.apache.iotdb.db.exception.sync
 
PipeDataLoadException(String) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeDataLoadException
 
PipeDataQueue - Interface in org.apache.iotdb.db.sync.pipedata.queue
 
PipeException - Exception in org.apache.iotdb.db.exception.sync
 
PipeException(String) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeException
 
PipeException(String, int) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeException
 
PipeInfo - Class in org.apache.iotdb.db.sync.sender.pipe
 
PipeInfo(String, String, long) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
PipeInfo(String, String, Pipe.PipeStatus, long) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
PipeMessage - Class in org.apache.iotdb.db.sync.sender.pipe
 
PipeMessage(PipeMessage.MsgType, String) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
PipeMessage.MsgType - Enum in org.apache.iotdb.db.sync.sender.pipe
 
pipeMessageMap - Variable in class org.apache.iotdb.db.sync.common.SyncInfo
 
PipeOpManager - Class in org.apache.iotdb.db.sync.datasource
This class' function: 1) manage the all Data from Tsfile/DeleteFile etc.
PipeOpManager(TsFilePipe) - Constructor for class org.apache.iotdb.db.sync.datasource.PipeOpManager
 
PipeOpManager.NewDataEventHandler - Interface in org.apache.iotdb.db.sync.datasource
 
PipeOpSgManager - Class in org.apache.iotdb.db.sync.datasource
This class manage the operation data for 1 StorageGroup
PipeOpSgManager(String) - Constructor for class org.apache.iotdb.db.sync.datasource.PipeOpSgManager
 
PipeServerException - Exception in org.apache.iotdb.db.exception.sync
 
PipeServerException(String) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeServerException
 
PipeServerException(String, int) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeServerException
 
PipeSink - Interface in org.apache.iotdb.db.sync.sender.pipe
 
PIPESINK - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
PipeSink.PipeSinkFactory - Class in org.apache.iotdb.db.sync.sender.pipe
 
PipeSink.PipeSinkType - Enum in org.apache.iotdb.db.sync.sender.pipe
 
PipeSinkException - Exception in org.apache.iotdb.db.exception.sync
 
PipeSinkException(String) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeSinkException
 
PipeSinkException(String, int) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeSinkException
 
PipeSinkException(String, String, String) - Constructor for exception org.apache.iotdb.db.exception.sync.PipeSinkException
 
PipeSinkFactory() - Constructor for class org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkFactory
 
PIPESINKTYPE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
PipeStorageGroupInfo - Class in org.apache.iotdb.db.sync.datasource
 
PipeStorageGroupInfo(String, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
 
pivotTime - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
PLACE_HOLDER - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant
 
PlainCacheManager - Class in org.apache.iotdb.db.metadata.mtree.store.disk.cache
 
PlainCacheManager() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
PlainDeviceID - Class in org.apache.iotdb.db.metadata.idtable.entry
Using device id path as id
PlainDeviceID(String) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
plan - Variable in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
plan - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
plan(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanner
 
plan(PlanNode, FragmentInstanceContext, ISchemaRegion) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanner
 
plan(PlanNode, TypeProvider, FragmentInstanceContext, Filter, DataRegion) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanner
 
planAggregation(Set<Expression>, GroupByTimeParameter, AggregationStep, TypeProvider, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planAggregationSource(Set<Expression>, AggregationStep, Ordering, Filter, GroupByTimeParameter, Set<Expression>, Map<Expression, Set<Expression>>, TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planAggregationSourceWithIndexAdjust(Set<Expression>, AggregationStep, Ordering, Filter, GroupByTimeParameter, Set<Expression>, List<Integer>, Map<Expression, Set<Expression>>, TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planCountMerge() - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planDeviceSchemaSource(PartialPath, int, int, boolean, boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planDevicesCountSource(PartialPath, boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planDeviceView(Map<String, PlanNode>, List<String>, Map<String, List<Integer>>, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PlanExecutor - Class in org.apache.iotdb.db.qp.executor
 
PlanExecutor() - Constructor for class org.apache.iotdb.db.qp.executor.PlanExecutor
 
planFill(FillDescriptor, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planFilterAndTransform(Expression, Set<Expression>, boolean, ZoneId, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PlanFragment - Class in org.apache.iotdb.db.mpp.plan.planner.plan
PlanFragment contains a sub-query of distributed query.
PlanFragment(PlanFragmentId, PlanNode) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
PlanFragmentId - Class in org.apache.iotdb.db.mpp.common
 
PlanFragmentId(String, int) - Constructor for class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
PlanFragmentId(QueryId, int) - Constructor for class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
planFragmentInstances(SubPlan) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
planFragments() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
PlanGraphPrinter - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
PlanGraphPrinter() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
PlanGraphPrinter.GraphContext - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
planGroupByLevel(Map<Expression, Set<Expression>>, AggregationStep, GroupByTimeParameter, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planLast(Set<Expression>, Filter, OrderByParameter) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planLevelTimeSeriesCountSource(PartialPath, boolean, int, String, String, boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PLANNED - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance is planned but has not been scheduled yet.
PLANNED - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment is planned but has not been scheduled yet.
PLANNED - org.apache.iotdb.db.mpp.execution.QueryState
 
planner - Variable in class org.apache.iotdb.db.protocol.influxdb.meta.InfluxDBMetaManager
 
Planner - Class in org.apache.iotdb.db.qp
provide a integration method for other user.
Planner() - Constructor for class org.apache.iotdb.db.qp.Planner
 
PlanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
The base class of query logical plan nodes, which is used to compose logical query plan.
PlanNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
PlanNodeId - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
PlanNodeId(String) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
planNodeManagementMemoryMerge(Set<TSchemaNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planNodePathsConvert() - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planNodePathsCount() - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planNodePathsSchemaSource(PartialPath, Integer) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PlanNodeType - Enum in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
PlanNodeUtil - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
PlanNodeUtil() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeUtil
 
planOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PlanOptimizer - Interface in org.apache.iotdb.db.mpp.plan.optimization
 
planPathsUsingTemplateSource(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planRawDataSource(Set<Expression>, Ordering, Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planSchemaFetchMerge(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planSchemaFetchSource(List<String>, PathPatternTree, Map<Integer, Template>) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planSchemaQueryMerge(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planSchemaQueryOrderByHeat(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planSlidingWindowAggregation(Set<Expression>, GroupByTimeParameter, AggregationStep, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planTimeSeriesCountSource(PartialPath, boolean, String, String, boolean, Map<Integer, Template>) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
planTimeSeriesSchemaSource(PartialPath, String, String, int, int, boolean, boolean, boolean, Map<Integer, Template>) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
Meta Query*
planTransform(Set<Expression>, boolean, ZoneId, Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
PlanVisitor<R,​C> - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
PlanVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
pluginExist(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginRegister
 
poll() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Get and remove the first element of the queue.
POLL_FROM_QUEUE - org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
 
pollFirst() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Get and remove the first element.
pollFirst() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
pollFirst() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
pollFirst() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
pool - Variable in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
popStdDev(List<Double>) - Static method in class org.apache.iotdb.db.utils.MathUtils
calculate pop std dev of list
popVariance(List<Double>) - Static method in class org.apache.iotdb.db.utils.MathUtils
calculate pop variance of list
position() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
Returns this reader's file position.
position() - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like Buffer.position().
PreAggrWindowIterator - Class in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
This class iteratively generates pre-aggregated time windows.
PreAggrWindowIterator - Class in org.apache.iotdb.db.utils.timerangeiterator
This class iteratively generates pre-aggregated time windows.
PreAggrWindowIterator(long, long, long, long, boolean) - Constructor for class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowIterator
 
PreAggrWindowIterator(long, long, long, long, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowIterator
 
PreAggrWindowWithNaturalMonthIterator - Class in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
 
PreAggrWindowWithNaturalMonthIterator - Class in org.apache.iotdb.db.utils.timerangeiterator
 
PreAggrWindowWithNaturalMonthIterator(long, long, long, long, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.utils.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
PreAggrWindowWithNaturalMonthIterator(long, long, long, long, boolean, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.PreAggrWindowWithNaturalMonthIterator
 
prepareForNext(long, long, TimeColumn, Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.identity.IdentityLinearFill
 
prepareForNext(long, long, TimeColumn, Column) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.fill.ILinearFill
 
prepareForNext(long, long, TimeColumn, Column) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LinearFill
 
preServe() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
 
prev - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
PREVIOUS - org.apache.iotdb.db.mpp.plan.statement.component.FillPolicy
 
PreviousFill - Class in org.apache.iotdb.db.query.executor.fill
 
PreviousFill(long) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
PreviousFill(long, boolean) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
PreviousFill(String) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
PreviousFill(String, boolean) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
PreviousFill(TSDataType, long, long) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
PreviousFill(TSDataType, long, long, boolean, boolean) - Constructor for class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
previousIsNull - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.fill.linear.LinearFill
 
PrimitiveArrayManager - Class in org.apache.iotdb.db.rescon
Manage all primitive data lists in memory, including get and release operations.
PrimitiveMemTable - Class in org.apache.iotdb.db.engine.memtable
 
PrimitiveMemTable() - Constructor for class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
PrimitiveMemTable(boolean) - Constructor for class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
PrimitiveMemTable(Map<IDeviceID, IWritableMemChunkGroup>) - Constructor for class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
print(PlanNode) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
printPlanNode(PlanNode) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeUtil
 
printRegionReplicaSet(TRegionReplicaSet) - Static method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeUtil
 
printResource(String) - Static method in class org.apache.iotdb.db.tools.TsFileResourcePrinter
 
priority - Variable in class org.apache.iotdb.db.query.reader.universal.Element
 
PriorityMergeReader - Class in org.apache.iotdb.db.query.reader.universal
This class implements IPointReader for data sources with different priorities.
PriorityMergeReader() - Constructor for class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
PriorityMergeReader(List<IPointReader>, int) - Constructor for class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
 
PriorityMergeReader.MergeReaderPriority - Class in org.apache.iotdb.db.query.reader.universal
 
process(Expression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
process(PlanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
process(StatementNode, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
PROCESS_CPU_LOAD - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_CPU_TIME - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_FREE_MEM - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_MAX_MEM - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_MEM_RATIO - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_STATUS - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_THREADS_COUNT - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_TOTAL_MEM - org.apache.iotdb.db.service.metrics.enums.Metric
 
PROCESS_USED_MEM - org.apache.iotdb.db.service.metrics.enums.Metric
 
processAuthorQuery(AuthorPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
ProcessChunkType - Enum in org.apache.iotdb.db.engine.compaction.constant
 
processContext(ServerContext, TTransport, TTransport) - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
 
processDataQuery(QueryPlan, QueryContext) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
processFor(Duration) - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
processFor(Duration) - Method in interface org.apache.iotdb.db.mpp.execution.driver.IDriver
run the IDriver for {@param duration} time slice, the time of this run is likely not to be equal to {@param duration}, the actual run time should be calculated by the caller
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.EntityCollector
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeAboveSGCollector
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.EntityCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeAboveSGLevelCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeLevelCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.StorageGroupCounter
 
processFullMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
full match: root.sg.d full match root.sg.**(pattern)
processFullMatchedNode(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeDeviceVisitor
 
processFullMatchedNode(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.EntityCollector
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MeasurementCollector
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeAboveSGCollector
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.EntityCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeAboveSGLevelCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeLevelCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.StorageGroupCounter
 
processInternalMatchedMNode(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
internal match: root.sg internal match root.sg.**(pattern)
processInternalMatchedNode(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeDeviceVisitor
 
processInternalMatchedNode(SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
processLoadSnapshot(File) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
ProcessMetrics - Class in org.apache.iotdb.db.service.metrics.predefined
 
ProcessMetrics() - Constructor for class org.apache.iotdb.db.service.metrics.predefined.ProcessMetrics
 
processMultiLevelWildcard(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
processNameMatch(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
ProcessNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
ProcessNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProcessNode
 
processNonQuery(PhysicalPlan) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
Process Non-Query Physical plan, including insert/update/delete operation of data/metadata/Privilege
processNonQuery(PhysicalPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
processOneLevelWildcard(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
ProcessOperator - Interface in org.apache.iotdb.db.mpp.execution.operator.process
 
processPartialResult(SlidingWindowAggregator.PartialAggregationResult) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.EmptyQueueSlidingWindowAggregator
 
processPartialResult(SlidingWindowAggregator.PartialAggregationResult) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.MonotonicQueueSlidingWindowAggregator
 
processPartialResult(SlidingWindowAggregator.PartialAggregationResult) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.NormalQueueSlidingWindowAggregator
 
processPartialResult(SlidingWindowAggregator.PartialAggregationResult) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
update queue and aggregateResult
processPartialResult(SlidingWindowAggregator.PartialAggregationResult) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SmoothQueueSlidingWindowAggregator
 
processQuery(PhysicalPlan, QueryContext) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
process query plan of qp layer, construct queryDataSet.
processQuery(PhysicalPlan, QueryContext) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
ProcessSelectComponent(QueryResult, InfluxSelectComponent) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
further process the obtained query result through the query criteria of select
processShowQuery(ShowPlan, QueryContext) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
processStatistics(Statistics[]) - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
Used for SeriesAggregateScanOperator.
processTakeSnapshot(File) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
processTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
processTsBlock(TsBlock) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
 
processTsBlocks(TsBlock[]) - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
PROJECT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
ProjectNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
ProjectNode(PlanNodeId, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
ProjectNode(PlanNodeId, PlanNode, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
props - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
PRUNE_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
PRUNE_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
PRUNE_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
PRUNE_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
pruneSchemaTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
pruneSchemaTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
pruneSchemaTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
pruneSchemaTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
pruneSchemaTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
pruneTemplate(PruneTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
PruneTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
PruneTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
PruneTemplatePlan(String, List<String>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
publish(String, byte[], QoS, boolean) - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionPool
 
PublishHandler - Class in org.apache.iotdb.db.protocol.mqtt
PublishHandler handle the messages from MQTT clients.
PublishHandler(IoTDBConfig) - Constructor for class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
PublishHandler(PayloadFormatter) - Constructor for class org.apache.iotdb.db.protocol.mqtt.PublishHandler
 
pull(long) - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
pull(long) - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
pull(long) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
push(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Push an element to the queue.
pushToQueue(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Push the element into the queue.
pushToQueue(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
pushToQueue(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
put(byte) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.put(byte).
put(byte[]) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.put(byte[]).
put(long, Object) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
put(Object[]) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
put(Object[]) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
put(String, String) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
put(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
put(ISchemaTree) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
put(T) - Method in class org.apache.iotdb.db.engine.trigger.utils.BatchHandlerQueue
 
put(T) - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
putAlignedValue(long, Object[], int[]) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putAlignedValue(long, Object[], int[]) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putAlignedValue(long, Object[], int[]) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putAlignedValue(long, Object[], int[]) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
putAlignedValue(long, Object[], int[]) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putAlignedValues(long[], Object[], BitMap[], int[], int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putAlignedValues(long[], Object[], BitMap[], int[], int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putAlignedValues(long[], Object[], BitMap[], int[], int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putAlignedValues(long[], Object[], BitMap[], int[], int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
putAlignedValues(long[], Object[], BitMap[], int[], int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putAll(Map<? extends String, ? extends IMNode>) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
putBinaries(long[], Binary[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putBinaries(long[], Binary[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putBinaries(long[], Binary[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putBinaries(long[], Binary[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
putBinaries(long[], Binary[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putBinary(long, Binary) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
putBinary(long, Binary) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putBoolean(long, boolean) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putBoolean(long, boolean) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putBooleans(long[], boolean[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putBooleans(long[], boolean[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putBooleans(long[], boolean[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putBooleans(long[], boolean[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
putBooleans(long[], boolean[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putChar(char) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putChar(char).
putDataRegionId(PartialPath, DataRegionId) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
putDouble(double) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putDouble(double).
putDouble(long, double) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putDouble(long, double) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putDouble(long, double) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putDouble(long, double) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putDouble(long, double) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
putDouble(long, double) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putDouble(long, double) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putDoubles(long[], double[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putDoubles(long[], double[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putDoubles(long[], double[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putDoubles(long[], double[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
putDoubles(long[], double[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
putEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
putEndTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
put end time
putEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
putFloat(float) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putFloat(float).
putFloat(long, float) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putFloat(long, float) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putFloat(long, float) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putFloat(long, float) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putFloat(long, float) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
putFloat(long, float) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putFloat(long, float) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putFloats(long[], float[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putFloats(long[], float[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putFloats(long[], float[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putFloats(long[], float[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
putFloats(long[], float[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putFlushTimeMap(long, long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
putIfAbsent(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
putInt(int) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putInt(int).
putInt(long, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putInt(long, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putInt(long, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putInt(long, int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putInt(long, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
putInt(long, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putInt(long, int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putInts(long[], int[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putInts(long[], int[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putInts(long[], int[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putInts(long[], int[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
putInts(long[], int[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putKey(Integer) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.Cache
 
putLastTimeMap(long, long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
putLog(PhysicalPlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
putLong(long) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putLong(long).
putLong(long, long) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putLong(long, long) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putLong(long, long) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putLong(long, long) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putLong(long, long) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
putLong(long, long) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putLong(long, long) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
putLongs(long[], long[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
putLongs(long[], long[], BitMap, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
putLongs(long[], long[], BitMap, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
putLongs(long[], long[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
putLongs(long[], long[], BitMap, int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
putMemTableBackAndClose() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
release resource of a memtable
putNodeDistribution(PlanNodeId, NodeDistribution) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeGroupContext
 
putNull(long) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putPBOSToBuffer(PublicBAOS[], List<ByteBuffer>, int) - Method in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
putRecord(RowRecord) - Method in class org.apache.iotdb.db.query.dataset.ListDataSet
 
putRecord(RowRecord) - Method in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
putRoleCache(String, Role) - Method in class org.apache.iotdb.db.auth.BasicAuthorityCache
 
putRoleCache(String, Role) - Method in interface org.apache.iotdb.db.auth.IAuthorCache
 
putSchemaEntry(String, String, SchemaEntry, boolean) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
put schema entry to id table, currently used in recover
putSchemaEntry(String, String, SchemaEntry, boolean) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
 
putSchemaEntry(String, SchemaEntry) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
put new schema entry of the measurement
putShort(short) - Method in interface org.apache.iotdb.db.wal.buffer.IWALByteBufferView
Like ByteBuffer.putShort(short).
putStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
putStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
putStartTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
put start time
putStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
putString(long, String) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
putString(long, String) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
putString(DataOutputStream, String) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
putString(ByteBuffer, String) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
putStrings(DataOutputStream, List<String>) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
putStrings(ByteBuffer, List<String>) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
putUserCache(String, User) - Method in class org.apache.iotdb.db.auth.BasicAuthorityCache
 
putUserCache(String, User) - Method in interface org.apache.iotdb.db.auth.IAuthorCache
 

Q

QUANTITY - org.apache.iotdb.db.service.metrics.enums.Metric
 
query(List<PartialPath>, String, QueryContext, QueryFileManager, Filter) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
build query data source by searching all tsfile which fit in query filter
query(List<PartialPath>, String, QueryContext, Filter) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
used for mpp
query(List<PartialPath>, QueryContext, List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
get the chunk(s) in the memtable (one from work memtable and the other ones in flushing memtables and then compact them into one TimeValuePairSorter).
query(PartialPath, long, List<Pair<Modification, IMemTable>>) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
query(PartialPath, long, List<Pair<Modification, IMemTable>>) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
QUERY - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
QUERY - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
QUERY_FREQUENCY_RECORDER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
QUERY_INDEX - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
QUERY_INDEX - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
QUERY_PROCESSLIST - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
QUERY_RESOURCE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
QUERY_TIME_MANAGER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
queryByConditions(String, String, String, ServiceProvider, Map<String, Integer>, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.NewQueryHandler
 
queryByConditions(String, String, String, ServiceProvider, Map<String, Integer>, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.QueryHandler
 
queryContext - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
queryContext - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeGroupContext
 
QueryContext - Class in org.apache.iotdb.db.query.context
QueryContext contains the shared information with in a query.
QueryContext() - Constructor for class org.apache.iotdb.db.query.context.QueryContext
 
QueryContext(long) - Constructor for class org.apache.iotdb.db.query.context.QueryContext
 
QueryContext(long, boolean, long, String, long) - Constructor for class org.apache.iotdb.db.query.context.QueryContext
Every time we generate the queryContext, register it to queryTimeManager.
QueryDataSetHandler - Class in org.apache.iotdb.db.protocol.mpprest.handler
 
QueryDataSetHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
queryDataSetInputLayer - Variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
QueryDataSetInputLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.input
 
QueryDataSetInputLayer(long, float, List<PartialPath>, List<TSDataType>, TimeGenerator, List<IReaderByTimestamp>, List<List<Integer>>, List<Boolean>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
InputLayerWithValueFilter
QueryDataSetInputLayer(long, float, IUDFInputDataSet) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
 
QueryDataSetInputLayer(long, float, UDTFPlan, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
InputLayerWithoutValueFilter
QueryDataSetUtils - Class in org.apache.iotdb.db.utils
TimeValuePairUtils to convert between thrift format and TsFile format.
QueryDataSource - Class in org.apache.iotdb.db.engine.querycontext
The QueryDataSource contains all the seq and unseq TsFileResources for one timeseries in one query
QueryDataSource(List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
queryEndTime - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
QueryExecution - Class in org.apache.iotdb.db.mpp.plan.execution
QueryExecution stores all the status of a query which is being prepared or running inside the MPP frame.
QueryExecution(Statement, MPPQueryContext, ExecutorService, ExecutorService, ScheduledExecutorService, IPartitionFetcher, ISchemaFetcher, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
queryExpr(FilterOperator, String, String, ServiceProvider, Map<String, Integer>, Long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
 
QueryFileManager - Class in org.apache.iotdb.db.query.control
QueryFileManager records the paths of files that every query uses for QueryResourceManager.
QueryFilter - Class in org.apache.iotdb.db.mpp.common.filter
This class is for filter in where clause.
QueryFilter() - Constructor for class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
QueryFilter(FilterConstant.FilterType) - Constructor for class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
QueryFilter(FilterConstant.FilterType, boolean) - Constructor for class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
QueryFrequencyRecorder - Class in org.apache.iotdb.db.service.basic
 
QueryFrequencyRecorder(IoTDBConfig) - Constructor for class org.apache.iotdb.db.service.basic.QueryFrequencyRecorder
 
queryFuncWithoutFilter(InfluxSelectComponent, String, String, ServiceProvider, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
Query the select result.
QueryHandler - Class in org.apache.iotdb.db.protocol.influxdb.handler
 
QueryHandler() - Constructor for class org.apache.iotdb.db.protocol.influxdb.handler.QueryHandler
 
queryId - Variable in class org.apache.iotdb.db.mpp.plan.execution.ExecutionResult
 
queryId - Variable in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
queryId - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
queryId - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
queryId - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
queryId - Variable in class org.apache.iotdb.db.query.context.QueryContext
 
queryId - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
queryId - Variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
QueryId - Class in org.apache.iotdb.db.mpp.common
 
QueryId(String) - Constructor for class org.apache.iotdb.db.mpp.common.QueryId
 
QueryIdGenerator - Class in org.apache.iotdb.db.mpp.execution
 
QueryIdGenerator() - Constructor for class org.apache.iotdb.db.mpp.execution.QueryIdGenerator
 
QueryIdNotExsitException - Exception in org.apache.iotdb.db.exception
 
QueryIdNotExsitException(String) - Constructor for exception org.apache.iotdb.db.exception.QueryIdNotExsitException
 
QueryInBatchStatementException - Exception in org.apache.iotdb.db.exception
 
QueryInBatchStatementException(String) - Constructor for exception org.apache.iotdb.db.exception.QueryInBatchStatementException
 
QueryIndexException - Exception in org.apache.iotdb.db.exception.index
 
QueryIndexException(String, int) - Constructor for exception org.apache.iotdb.db.exception.index.QueryIndexException
 
QueryIndexPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
QueryIndexPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
queryInfluxDB(String, InfluxQueryOperator, long, ServiceProvider) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.AbstractQueryHandler
 
queryMultiRegion - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
QueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
QueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
QueryOperator(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
queryPermission(TAuthorizerReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
queryPermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
queryPermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.ClusterAuthorityFetcher
 
queryPermission(AuthorStatement) - Method in interface org.apache.iotdb.db.auth.IAuthorityFetcher
 
queryPermission(AuthorStatement) - Method in class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
queryPermission(AuthorStatement) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
queryPlan - Variable in class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
queryPlan - Variable in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
QueryPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
QueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
QueryProcessException - Exception in org.apache.iotdb.db.exception.query
 
QueryProcessException(String) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryProcessException(String, boolean) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryProcessException(String, int) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryProcessException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryProcessException(Throwable, int) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryProcessException(IoTDBException) - Constructor for exception org.apache.iotdb.db.exception.query.QueryProcessException
 
QueryResourceManager - Class in org.apache.iotdb.db.query.control
QueryResourceManager manages resource (file streams) used by each query job, and assign Ids to the jobs.
QueryResultUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
QueryResultUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
 
queryRouter - Variable in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
QueryRouter - Class in org.apache.iotdb.db.query.executor
Query entrance class of IoTDB query process.
QueryRouter() - Constructor for class org.apache.iotdb.db.query.executor.QueryRouter
 
queryStartTime - Variable in class org.apache.iotdb.db.query.executor.fill.IFill
 
QueryState - Enum in org.apache.iotdb.db.mpp.execution
 
QueryStateMachine - Class in org.apache.iotdb.db.mpp.execution
State machine for a QueryExecution.
QueryStateMachine(QueryId, ExecutorService) - Constructor for class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
QueryStatement - Class in org.apache.iotdb.db.mpp.plan.statement.crud
Base class of SELECT statement.
QueryStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
QueryTaskManager - Class in org.apache.iotdb.db.query.pool
This pool is used to execute all query task send from client, and return TSExecuteStatementResp.
queryTime - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
QueryTimeManager - Class in org.apache.iotdb.db.query.control
This class is used to monitor the executing time of each query.
QueryTimeoutRuntimeException - Exception in org.apache.iotdb.db.exception.query
This class is used to throw run time exception when query is time out.
QueryTimeoutRuntimeException() - Constructor for exception org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException
 
QueryTimeoutRuntimeException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException
 
QueryType - Enum in org.apache.iotdb.db.mpp.plan.analyze
 
QueryUtils - Class in org.apache.iotdb.db.utils
 
QUEUE - org.apache.iotdb.db.service.metrics.enums.Metric
 
QUEUED - org.apache.iotdb.db.mpp.execution.QueryState
 
QUOTE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 

R

RANDOM_ON_DISK_USABLE_SPACE_STRATEGY - org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
 
RandomOnDiskUsableSpaceStrategy - Class in org.apache.iotdb.db.conf.directories.strategy
 
RandomOnDiskUsableSpaceStrategy() - Constructor for class org.apache.iotdb.db.conf.directories.strategy.RandomOnDiskUsableSpaceStrategy
 
RAW - org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn.ColumnType
 
RawDataAggregationOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
RawDataAggregationOperator is used to process raw data tsBlock input calculating using value filter.
RawDataAggregationOperator(OperatorContext, List<Aggregator>, ITimeRangeIterator, Operator, boolean, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.RawDataAggregationOperator
 
rawDataQuery(RawDataQueryPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute physical plan.
rawDataQuery(RawDataQueryPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
RawDataQueryExecutor - Class in org.apache.iotdb.db.query.executor
IoTDB query executor.
RawDataQueryExecutor(RawDataQueryPlan) - Constructor for class org.apache.iotdb.db.query.executor.RawDataQueryExecutor
 
RawDataQueryPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
RawDataQueryPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
rawDataQueryReqToPhysicalPlan(TSRawDataQueryReq, ZoneId, IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.qp.Planner
convert raw data query to physical plan directly
RawQueryDataSetWithoutValueFilter - Class in org.apache.iotdb.db.query.dataset
 
RawQueryDataSetWithoutValueFilter(long) - Constructor for class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
Dummy dataSet for redirect query.
RawQueryDataSetWithoutValueFilter(long, RawDataQueryPlan, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
constructor of EngineDataSetWithoutValueFilter.
RawQueryDataSetWithoutValueFilter.ReadTask - Class in org.apache.iotdb.db.query.dataset
 
RawQueryDataSetWithValueFilter - Class in org.apache.iotdb.db.query.dataset
 
RawQueryDataSetWithValueFilter(List<PartialPath>, List<TSDataType>, TimeGenerator, List<IReaderByTimestamp>, List<List<Integer>>, List<Boolean>, boolean) - Constructor for class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithValueFilter
constructor of EngineDataSetWithValueFilter.
RawQueryReadTaskPoolManager - Class in org.apache.iotdb.db.query.pool
This thread pool is used to read data for raw data query.
reachTotalPointNumThreshold() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
reachTotalPointNumThreshold() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
read() - Method in class org.apache.iotdb.db.engine.modification.io.LocalTextModificationAccessor
 
read() - Method in interface org.apache.iotdb.db.engine.modification.io.ModificationReader
Read all modifications from a persistent medium.
read() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.read()
read(char[], int, int) - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.read(char[], int, int)
read(int, long) - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
 
read(short, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
read(short, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
read(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
read(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
READ - org.apache.iotdb.db.mpp.plan.analyze.QueryType
 
READ_CHUNK - org.apache.iotdb.db.engine.compaction.constant.InnerSeqCompactionPerformer
 
READ_POINT - org.apache.iotdb.db.engine.compaction.constant.CrossCompactionPerformer
 
READ_POINT - org.apache.iotdb.db.engine.compaction.constant.InnerUnseqCompactionPerformer
 
readAndCalcFromChunk() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
readAndCalcFromFile() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
readAndCalcFromPage() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
readBitMapsFromBuffer(ByteBuffer, int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readBitMapsFromStream(DataInputStream, int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
ReadChunkCompactionPerformer - Class in org.apache.iotdb.db.engine.compaction.performer.impl
 
ReadChunkCompactionPerformer() - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
ReadChunkCompactionPerformer(List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
ReadChunkCompactionPerformer(List<TsFileResource>, TsFileResource) - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
reader - Variable in class org.apache.iotdb.db.query.reader.universal.Element
 
reader - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
readerIsEmpty() - Method in interface org.apache.iotdb.db.query.reader.series.IReaderByTimestamp
Returns whether there is no more data in reader.
readerIsEmpty() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
readLastPoint() - Method in class org.apache.iotdb.db.query.executor.fill.LastPointReader
 
readLine() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.readLine()
readLock() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
lock the read lock of the insert lock
readLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
readLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
readLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
If originTsFileResource is not null, we should acquire the read lock of originTsFileResource before construct the current TsFileResource
readLock(int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.SegmentLock
read lock of lock at slot[hash % NUM_OF_LOCKS]
ReadOnlyMemChunk - Class in org.apache.iotdb.db.engine.querycontext
ReadOnlyMemChunk is a snapshot of the working MemTable and flushing memtable in the memory used for querying
ReadOnlyMemChunk() - Constructor for class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
ReadOnlyMemChunk(String, TSDataType, TSEncoding, TVList, Map<String, String>, List<TimeRange>) - Constructor for class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
ReadPointCompactionPerformer - Class in org.apache.iotdb.db.engine.compaction.performer.impl
 
ReadPointCompactionPerformer() - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
ReadPointCompactionPerformer(List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
ReadPointCompactionPerformer(List<TsFileResource>, List<TsFileResource>, List<TsFileResource>) - Constructor for class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
ReadPointCrossCompactionEstimator - Class in org.apache.iotdb.db.engine.compaction.cross.utils
 
ReadPointCrossCompactionEstimator() - Constructor for class org.apache.iotdb.db.engine.compaction.cross.utils.ReadPointCrossCompactionEstimator
 
ReadPointPerformerSubTask - Class in org.apache.iotdb.db.engine.compaction.cross.rewrite.task
This class is used to implement reading the measurements and writing to the target files in parallel in the compaction.
ReadPointPerformerSubTask(String, Set<String>, FragmentInstanceContext, QueryDataSource, AbstractCompactionWriter, Map<String, MeasurementSchema>, int) - Constructor for class org.apache.iotdb.db.engine.compaction.cross.rewrite.task.ReadPointPerformerSubTask
 
readString(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
readStrings(ByteBuffer, int) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
readTabletValuesFromBuffer(ByteBuffer, List<Integer>, int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readTabletValuesFromBuffer(ByteBuffer, TSDataType[], int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readTabletValuesFromStream(DataInputStream, List<Integer>, int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readTabletValuesFromStream(DataInputStream, TSDataType[], int, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readTag(int, long) - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
 
readTagFile(long) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
ReadTask(ManagedSeriesReader, BlockingQueue<BatchData>, String, int[], int, int) - Constructor for class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter.ReadTask
 
readTimesFromBuffer(ByteBuffer, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readTimesFromStream(DataInputStream, int) - Static method in class org.apache.iotdb.db.utils.QueryDataSetUtils
 
readUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
unlock the read lock of insert lock
readUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
readUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
readUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
readUnlock(int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.SegmentLock
read unlock of lock at slot[hash % NUM_OF_LOCKS]
ready() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.ready()
READY - org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
 
READY_TO_EXECUTE - org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
 
readyForNext() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerPointReader
 
readyForNext() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowReader
 
readyForNext() - Method in interface org.apache.iotdb.db.mpp.transformation.api.LayerRowWindowReader
 
readyForNext() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
readyForNext() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
readyToRunning(DriverTask) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler
rebootTimedService() - Method in class org.apache.iotdb.db.engine.StorageEngine
reboot timed flush sequence/unsequence memetable thread
rebootWALDeleteThread() - Method in class org.apache.iotdb.db.wal.WALManager
reboot wal delete thread to hot modify delete wal period
receive() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
Get a TsBlock.
receive() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSourceHandle
 
receive() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
receive() - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.MemorySourceHandle
 
receiveMsg(PipeMessage.MsgType, String) - Method in class org.apache.iotdb.db.sync.SyncService
 
ReceiverManager - Class in org.apache.iotdb.db.sync.transport.server
This class is responsible for implementing the RPC processing on the receiver-side.
ReceiverManager() - Constructor for class org.apache.iotdb.db.sync.transport.server.ReceiverManager
 
reconstructBinaryExpression(ExpressionType, Expression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructBinaryExpressions(ExpressionType, List<Expression>, List<Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructFunctionExpression(FunctionExpression, List<Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructFunctionExpressions(FunctionExpression, List<List<Expression>>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructResourceFile() - Method in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
 
reconstructTernaryExpression(Expression, Expression, Expression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructTernaryExpressions(Expression, List<Expression>, List<Expression>, List<Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructTimeSeriesOperand(PartialPath) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructTimeSeriesOperands(List<? extends PartialPath>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructUnaryExpression(UnaryExpression, Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
reconstructUnaryExpressions(UnaryExpression, List<Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionUtils
 
record(boolean, String) - Static method in class org.apache.iotdb.db.service.metrics.recorder.CacheMetricsRecorder
record the result of cache
recordBoolean(boolean) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
recordDouble(double) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
RecordDuplicatedException - Exception in org.apache.iotdb.db.exception.metadata.schemafile
 
RecordDuplicatedException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.RecordDuplicatedException
 
recordExecutionWeight(OperatorContext, int) - Method in class org.apache.iotdb.db.mpp.execution.timer.RuleBasedTimeSliceAllocator
 
recordFloat(float) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
recordHeartbeat() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceExecution
 
recordInt(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
recordLong(long) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
recordMsg(String, long, PipeMessage) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
recordMsg(String, long, PipeMessage) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
recordReadInfo(long) - Static method in class org.apache.iotdb.db.service.metrics.recorder.CompactionMetricsRecorder
 
recordString(String) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
recordTask(AbstractCompactionTask, Future<CompactionTaskSummary>) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
recordTaskInfo(AbstractCompactionTask, CompactionTaskStatus, int) - Static method in class org.apache.iotdb.db.service.metrics.recorder.CompactionMetricsRecorder
 
recordToInsert(TSRecord) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
RecordUtils - Class in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
This class translate an IMNode into a bytebuffer, or otherwise.
RecordUtils() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
recordWriteInfo(CompactionType, ProcessChunkType, boolean, long) - Static method in class org.apache.iotdb.db.service.metrics.recorder.CompactionMetricsRecorder
 
recover() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
recover() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
recover() - Method in class org.apache.iotdb.db.protocol.influxdb.meta.InfluxDBMetaManager
 
recover() - Method in class org.apache.iotdb.db.protocol.influxdb.meta.NewInfluxDBMetaManager
 
recover() - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
recover() - Method in class org.apache.iotdb.db.wal.recover.file.SealedTsFileRecoverPerformer
Recover sealed TsFile, including load .resource file (reconstruct when necessary) and truncate the file to remaining corrected data
recover() - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
recover(IDTable) - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
 
recover(IDTable) - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
recover id table from log file
recover(WALMetaData) - Method in class org.apache.iotdb.db.wal.recover.WALRecoverWriter
 
recoverAlignedTimeSeries(CreateAlignedTimeSeriesPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
recoverCrossSpaceCompaction() - Method in class org.apache.iotdb.db.engine.compaction.CompactionRecoverManager
 
recoverFromFailure() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
recoverFromFailure() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
Reset measurements from failed measurements (if any), as if no failure had ever happened.
recoverFromFailure() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
recoverFromFailure() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
recoverFromFailure() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
recoverIndex(long, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
recoverInnerSpaceCompaction(boolean) - Method in class org.apache.iotdb.db.engine.compaction.CompactionRecoverManager
 
recoverLog() - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
recoverMemTableInfo(File) - Static method in class org.apache.iotdb.db.wal.recover.CheckpointRecoverUtils
Recover memTable information from checkpoint folder
recoverSettleFileMap - Variable in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
 
recoverTimeseries(CreateTimeSeriesPlan, long) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
recoverUpgrade() - Static method in class org.apache.iotdb.db.utils.UpgradeUtils
 
recoverWithWriter() - Method in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
Recover TsFile with RestorableTsFileIOWriter, including load .resource file (reconstruct when necessary) and truncate the file to remaining corrected data.
redoLog(WALEntry) - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
Redo log
redoMLog() - Method in class org.apache.iotdb.db.metadata.upgrade.MetadataUpgrader
 
referenceCount - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
referenceCount - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
refresh(long) - Method in class org.apache.iotdb.db.query.control.SessionTimeoutManager
 
REGEXP - org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
 
REGEXP - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
REGEXP - org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
 
RegexpFilter - Class in org.apache.iotdb.db.mpp.common.filter
fuzzy query structure RegexpFilter.
RegexpFilter(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
RegexpOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
RegexpOperator(FilterConstant.FilterType, PartialPath, String) - Constructor for class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
region - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistribution
 
REGION - org.apache.iotdb.db.service.metrics.enums.Metric
 
RegionMigrateService - Class in org.apache.iotdb.db.service
 
register(long) - Method in class org.apache.iotdb.db.query.control.SessionTimeoutManager
 
register(String) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerClassLoaderManager
 
register(SerializableList.SerializationRecorder) - Method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
register(CreateContinuousQueryPlan, boolean) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
register(CreateTriggerPlan) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
registerActivity(long, String, long) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
registerCloseFileListener(CloseFileListener) - Method in class org.apache.iotdb.db.engine.StorageEngine
Add a listener to listen file close events.
registerCloseFileListener(CloseFileListener) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
Add a listener to listen file close events.
registerConfigNode(TConfigNodeRegisterReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
registerDataNode(TDataNodeRegisterReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
registerFlushListener(FlushListener) - Method in class org.apache.iotdb.db.engine.StorageEngine
Add a listener to listen flush start/end events.
registerFlushListener(FlushListener) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
Add a listener to listen flush start/end events.
registerQuery(QueryContext) - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
registerSealedTsFileResource(TsFileResource) - Method in class org.apache.iotdb.db.rescon.TsFileResourceManager
add the closed TsFileResource into priorityQueue and increase memory cost of timeIndex, once memory cost is larger than threshold, degradation is triggered.
registerTempExternalSortFile(long, IExternalSortFileDeserializer) - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
register temporary file generated by external sort for resource release.
registerTimeseries(TimeseriesSchema) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
registerTrigger(PartialPath, IMeasurementMNode) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
register trigger to the timeseries
registerTrigger(PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
register trigger to the timeseries
registerTsFileProcessor(TsFileProcessor) - Method in class org.apache.iotdb.db.engine.flush.FlushManager
Add tsFileProcessor to asyncTryToFlush manager
registerWALNode(String, String, long, long) - Method in class org.apache.iotdb.db.wal.allocation.FirstCreateStrategy
 
registerWALNode(String, String, long, long) - Method in class org.apache.iotdb.db.wal.WALManager
WAL node will be registered only when using multi-leader consensus protocol
regsitPollLastHook(FixedPriorityBlockingQueue.PollLastHook<T>) - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
Add a hook for this queue.
RegularColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
RegularColumnTransformer(Type, ColumnTransformer, Pattern) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.RegularColumnTransformer
 
RegularExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
RegularExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
RegularExpression(Expression, String) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
RegularExpression(Expression, String, Pattern) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
RegularTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
RegularTransformer(LayerPointReader, Pattern) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.RegularTransformer
 
release() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
release() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
release() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
release() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
release resource of this memtable
release() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
release() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
release() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
release() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
release() - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBooleanTVList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableDoubleTVList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableFloatTVList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableIntTVList
 
release() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableLongTVList
 
release(Object) - Static method in class org.apache.iotdb.db.rescon.PrimitiveArrayManager
This method is called when bringing back data array
releaseFileLocksAndResetMergingStatus() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
release the read lock and write lock of files if it is held, and set the merging status of selected files to false
releaseLastTimeArray() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
releaseLastValueArray() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
releaseMemory(long) - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
releaseMemResource(List<IMNode>) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
releaseMemResource(List<IMNode>) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
releaseMemResource(List<IMNode>) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
releaseMemResource(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
releaseMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
releaseMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
releaseMNodeAfterDropTrigger(IMNode) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
releaseMNodeAfterDropTrigger(IMNode) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
releaseMNodeAfterDropTrigger(IMNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
releaseMNodeAfterDropTrigger(IMNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
releasePinnedMemResource(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
releasePinnedMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
releasePinnedMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
releaseQueryResource(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
releaseQueryResourceNoExceptions(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
releaseRegistrationLock() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
releaseResource() - Method in class org.apache.iotdb.db.mpp.execution.driver.DataDriver
All file paths used by this fragment instance must be cleared and thus the usage reference must be decreased.
releaseResource() - Method in class org.apache.iotdb.db.mpp.execution.driver.Driver
release resource this driver used
releaseResource() - Method in class org.apache.iotdb.db.mpp.execution.driver.SchemaDriver
 
releaseSessionResource(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
releaseSessionResource(long, Consumer<Long>) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
releaseStorageGroupMemCost(long) - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
releaseTemporaryMemoryForFlushing(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
releaseTextDataSize(long) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
releaseTextDataSize(long) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
releaseTSPMemCost(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessorInfo
called when meet exception
releaseTVListRamCost(long) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
releaseTVListRamCost(long) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
only used when mem control enabled
reloadMetadataFromSnapshot() - Method in class org.apache.iotdb.db.metadata.upgrade.MetadataUpgrader
 
reloadProperties(ReloadLevel) - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
RemovableAggregateResult - Interface in org.apache.iotdb.db.query.aggregation
 
remove() - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
remove() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
Remove the data file, its resource file, and its modification file physically.
remove() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
Remove a tsblock from the head of the queue and return.
remove(int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
remove(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Remove and return the element by its ID.
remove(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L1PriorityQueue
 
remove(E) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.L2PriorityQueue
 
remove(Object) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
The tsFileResourceListNode to be removed must be in the list, otherwise may cause unknown behavior
remove(Object) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
remove(BloomFilterCache.BloomFilterCacheKey) - Method in class org.apache.iotdb.db.engine.cache.BloomFilterCache
 
remove(TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey) - Method in class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache
 
remove(TsFileResource, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
remove(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
remove(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
remove(ID) - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Remove and return the element by id.
remove(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
remove(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
remove(AggregateResult) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
remove(AggregateResult) - Method in interface org.apache.iotdb.db.query.aggregation.RemovableAggregateResult
Remove another aggregateResult from this.
remove(ChunkMetadata) - Method in class org.apache.iotdb.db.engine.cache.ChunkCache
 
remove(T) - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
REMOVE_FILE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
REMOVE_FILE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
removeAliasFromExpression(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Remove alias from expression.
removeAll(Collection<?>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
removeAll(List<TsFileResource>, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
removeColumn(String) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
removeConfigNode(TConfigNodeLocation) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
removeConsensusGroup(TConfigNodeLocation) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
removeDataNode(TDataNodeRemoveReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
removeDataRegionId(PartialPath, DataRegionId) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
removeDataset(Long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
removeDevice(String) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
removeDuplicate(List<String>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
remove string list duplicate names
removeEldestEntry(Map.Entry<Integer, Integer>) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.Cache
 
RemoveFileOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
RemoveFileOperator(File) - Constructor for class org.apache.iotdb.db.qp.logical.sys.RemoveFileOperator
 
removeFromNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
removeFromNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
removeFromNodeCache(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
removeFromStorageGroupCache() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid all storage group cache
removeFromStorageGroupCache(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
invalid storage group cache
removeFromTagInvertedIndex(IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
remove the node from the tag inverted index
removeFullyOverlapFiles(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
If the historical versions of a file is a sub-set of the given file's, (close and) remove it to reduce unnecessary merge.
removeIndex(String, String, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
removeMeasurementAlias() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
removeModFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
RemoveNotOptimizer - Class in org.apache.iotdb.db.mpp.plan.rewriter
 
RemoveNotOptimizer - Class in org.apache.iotdb.db.qp.strategy.optimizer
 
RemoveNotOptimizer() - Constructor for class org.apache.iotdb.db.mpp.plan.rewriter.RemoveNotOptimizer
 
RemoveNotOptimizer() - Constructor for class org.apache.iotdb.db.qp.strategy.optimizer.RemoveNotOptimizer
 
removePartitions(PartialPath, DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
removePartitions(DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
remove all partitions that satisfy a filter.
removePartitions(DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push removePartitions operation down to all virtual storage group processors
removeQueryExecution(Long) - Method in class org.apache.iotdb.db.mpp.plan.Coordinator
 
removeQuotation(String) - Static method in class org.apache.iotdb.db.index.common.IndexUtils
 
removeQuotation(String) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
if the first and last of the current string are quotation marks, they are removed
removeRecord(short, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
removeRecord(short, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
removeRecord(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
removeRecord(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
removeResourceFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
removeRunningTaskFuture(AbstractCompactionTask) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
removeTsFileResource(TsFileResource) - Method in class org.apache.iotdb.db.rescon.TsFileResourceManager
delete the TsFileResource in PriorityQueue when the source file is deleted
removeWildcardFrom(PartialPath) - Method in class org.apache.iotdb.db.qp.utils.WildcardsRemover
 
removeWildcardInExpression(Expression, ISchemaTree) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Bind schema (PartialPath -> MeasurementPath) and removes wildcards in Expression.
removeWildcardInFilter(Expression, List<PartialPath>, ISchemaTree, TypeProvider, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat suffix path in WHERE and HAVING clause with the prefix path in the FROM clause.
removeWildcardInFilterByDevice(Expression, PartialPath, ISchemaTree, TypeProvider, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Concat measurement in WHERE and HAVING clause with device path.
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Deprecated.
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
removeWildcards(WildcardsRemover, List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
removeWildcards(WildcardsRemover, List<ResultColumn>, boolean) - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
removeWildcardsFrom(List<Expression>) - Method in class org.apache.iotdb.db.qp.utils.WildcardsRemover
 
RENAME - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
RENAME - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
renameTagOrAttributeKey(String, String, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
rename the tag or attribute's key of the timeseries
renameTagOrAttributeKey(String, String, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
rename the tag or attribute's key of the timeseries
renameTagOrAttributeKey(String, String, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
rename the tag or attribute's key of the timeseries
renameTagOrAttributeKey(String, String, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
rename the tag or attribute's key of the timeseries
renameTagOrAttributeKey(String, String, PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
rename the tag or attribute's key of the timeseries
replace(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
replace(List<TsFileResource>, List<TsFileResource>, List<TsFileResource>, long, boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
This method is called after compaction to update memory.
replaceAllRoles(Map<String, Role>) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
replaceAllUsers(Map<String, User>) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
replaceChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
replaceChild(String, IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
replaceChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
Replace a child of this mnode.
replaceChild(String, IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
replaceChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
replaceChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
replaceChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
replaceChild(String, SchemaNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
replaceRawPathWithGroupedPath(Expression, Map<Expression, Expression>) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
 
report(List<File>) - Static method in class org.apache.iotdb.db.tools.WalChecker
 
reportRegionMigrateResult(TRegionMigrateResultReportReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
reportStorageGroupStatus(StorageGroupInfo, TsFileProcessor) - Method in class org.apache.iotdb.db.rescon.SystemInfo
Report current mem cost of storage group to system.
requestMemory(long) - Method in class org.apache.iotdb.db.metadata.rescon.MemoryStatistics
 
requestPinnedMemResource(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
requestPinnedMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
requestPinnedMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
requestQueryId(boolean) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
requestQueryId(Long, boolean) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
requestSessionId(String, String, IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
requestStatementId(long) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
RequestValidationHandler - Class in org.apache.iotdb.db.protocol.mpprest.handler
 
RequestValidationHandler - Class in org.apache.iotdb.db.protocol.rest.handler
 
reserve(String, long) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
RESERVED_NODE_NAMES - Static variable in class org.apache.iotdb.db.metadata.utils.MetaFormatUtils
 
RESERVED_TIME - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
reset() - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
reset() - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.reset()
reset() - Method in class org.apache.iotdb.db.engine.StorageEngine
This function is just for unit test.
reset() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
This function is just for unit test.
reset() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
only for test
reset() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceIDFactory
reset id method
reset() - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueDescAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
reset() - Method in class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.AggrWindowIterator
 
reset() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
reset storageGroupCacheResult
reset() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindowIterator
 
reset() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindowIterator
 
reset() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
reset() - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
reset() - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
reset() - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
reset() - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
reset() - Method in class org.apache.iotdb.db.sync.datasource.DeletionGroup.IntervalCursor
 
reset() - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
reset() - Method in class org.apache.iotdb.db.utils.ValueIterator
 
resetCompactionCandidateStatusForAllSourceFiles() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
resetCompactionCandidateStatusForAllSourceFiles() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
resetCompactionCandidateStatusForAllSourceFiles() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
resetCompactionMemoryCost(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
resetFlushingMemTableCost(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
resetFolders() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
resetIndex() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
resetLastCache() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
resetLastCache() - Method in interface org.apache.iotdb.db.metadata.lastCache.container.ILastCacheContainer
 
resetLastCache() - Method in class org.apache.iotdb.db.metadata.lastCache.container.LastCacheContainer
 
resetLastCache(PartialPath) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
 
resetLastCache(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Reset the last cache value of time series of given seriesPath.
resetLastCache(SchemaCacheEntry) - Static method in class org.apache.iotdb.db.metadata.cache.DataNodeLastCacheManager
reset the last cache value of time series
resetLastCache(IMeasurementMNode) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
reset the last cache value of time series of given seriesPath
resetModFile() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
resetSLimitOffset() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
Reset sLimit and sOffset to zero.
resetStorageGroupStatus(StorageGroupInfo) - Method in class org.apache.iotdb.db.rescon.SystemInfo
Report resetting the mem cost of sg to system.
RESOURCE_SUFFIX - Static variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
ResourceByPathUtils - Class in org.apache.iotdb.db.metadata.utils
Obtain required resources through path, such as readers and writers and etc.
ResourceByPathUtils() - Constructor for class org.apache.iotdb.db.metadata.utils.ResourceByPathUtils
 
resourceFileExists() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
RestApiServiceImpl - Class in org.apache.iotdb.db.protocol.mpprest.impl
 
RestApiServiceImpl - Class in org.apache.iotdb.db.protocol.rest.impl
 
RestApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.mpprest.impl.RestApiServiceImpl
 
RestApiServiceImpl() - Constructor for class org.apache.iotdb.db.protocol.rest.impl.RestApiServiceImpl
 
restart() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
restartService() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
 
restartService() - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
restartService() - Method in interface org.apache.iotdb.db.service.metrics.MetricServiceMBean
 
restartService() - Method in interface org.apache.iotdb.db.service.RPCServiceMBean
 
RestService - Class in org.apache.iotdb.db.protocol.rest
 
RestService() - Constructor for class org.apache.iotdb.db.protocol.rest.RestService
 
ResultColumn - Class in org.apache.iotdb.db.mpp.plan.expression
ResultColumn is used to represent a result column of a query.
ResultColumn - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class is used to represent a result column of a query.
ResultColumn(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
ResultColumn(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
ResultColumn(Expression, String) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
ResultColumn(Expression, String, ResultColumn.ColumnType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
ResultColumn(Expression, ResultColumn.ColumnType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
ResultColumn.ColumnType - Enum in org.apache.iotdb.db.mpp.plan.statement.component
 
resultColumns - Variable in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
resultColumns - Variable in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
resultDataType - Variable in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
ResultNodeContext - Class in org.apache.iotdb.db.mpp.common
 
ResultNodeContext(QueryId) - Constructor for class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
resultSet - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
resultSetFormat - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
ResultSetFormat - Enum in org.apache.iotdb.db.mpp.plan.statement.component
The alignment of query result set
resultTsBlockBuilder - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
resultTsBlockBuilder - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
retain() - Method in class org.apache.iotdb.db.engine.trigger.sink.mqtt.MQTTEvent
 
retainAll(Collection<?>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
returnType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
reverse() - Method in enum org.apache.iotdb.db.mpp.plan.statement.component.Ordering
 
reverse() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
reverseFunc() - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
reverseFunc() - Method in class org.apache.iotdb.db.mpp.common.filter.FunctionFilter
reverse func.
reverseFunc() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
reverseFunc() - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
reverseFunc() - Method in class org.apache.iotdb.db.qp.logical.crud.FunctionOperator
reverse func.
reverseFunc() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
reverseIterator() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
reverseRange(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
REVOKE_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
REVOKE_ROLE_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
REVOKE_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
REVOKE_ROLE_PRIVILEGE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
REVOKE_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
REVOKE_USER_PRIVILEGE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
REVOKE_USER_PRIVILEGE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
REVOKE_USER_PRIVILEGE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
REVOKE_USER_ROLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
REVOKE_USER_ROLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
REVOKE_USER_ROLE - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
REVOKE_USER_ROLE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
REVOKE_WATERMARK_EMBEDDING - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
REVOKE_WATERMARK_EMBEDDING - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
REVOKE_WATERMARK_EMBEDDING - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
revokePrivilegeFromRole(String, String, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
revokePrivilegeFromUser(String, String, int) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
revokeRoleFromUser(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
rewrite(PlanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.SimplePlanNodeRewriter
 
rewrite(Statement, PathPatternTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ConcatPathRewriter
 
REWRITE - org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector
 
reWriteChunk(String, boolean, MeasurementSchema, List<PageHeader>, List<ByteBuffer>, List<Boolean>, long) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
This method is for rewriting the Chunk which data is in the different time partitions.
RewriteCrossSpaceCompactionSelector - Class in org.apache.iotdb.db.engine.compaction.cross.rewrite
 
RewriteCrossSpaceCompactionSelector(String, String, long, TsFileManager) - Constructor for class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
rewritePageIntoFiles(BatchData, MeasurementSchema, Map<Long, ChunkWriterImpl>) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
rewriteSource() - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
rewriteTsFile(TsFileResource, List<TsFileResource>) - Static method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
Rewrite an old file to the latest version
rightExpression - Variable in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
rightPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
rightPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
rightTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.BinaryColumnTransformer
 
Rocksdb_based - org.apache.iotdb.db.metadata.schemaregion.SchemaEngineMode
 
ROLL_WAL_LOG_WRITER_SIGNAL - org.apache.iotdb.db.wal.buffer.WALEntryType
signal wal buffer to roll wal log writer
rollLogWriter(long, WALFileStatus) - Method in class org.apache.iotdb.db.wal.buffer.AbstractWALBuffer
Notice: only called by syncBufferThread and old log writer will be closed by this function.
rollWALFile() - Method in class org.apache.iotdb.db.wal.node.WALNode
 
root - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
ROOT - org.apache.iotdb.db.metadata.mnode.MNodeType
 
ROOT - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
ROOT - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
ROOT_INDEX - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
RoundRobinStrategy - Class in org.apache.iotdb.db.wal.allocation
This strategy creates n wal nodes and allocate them by round-robin strategy.
RoundRobinStrategy(int) - Constructor for class org.apache.iotdb.db.wal.allocation.RoundRobinStrategy
 
roundValueWithGivenPrecision(double, int, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
roundValueWithGivenPrecision(float, int, TSEncoding) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
roundWithGivenPrecision(double) - Static method in class org.apache.iotdb.db.utils.MathUtils
 
roundWithGivenPrecision(double, int) - Static method in class org.apache.iotdb.db.utils.MathUtils
 
roundWithGivenPrecision(float) - Static method in class org.apache.iotdb.db.utils.MathUtils
 
roundWithGivenPrecision(float, int) - Static method in class org.apache.iotdb.db.utils.MathUtils
 
RowBasedTimeJoinOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.join
 
RowBasedTimeJoinOperator(OperatorContext, List<Operator>, Ordering, List<TSDataType>, List<ColumnMerger>, TimeComparator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.RowBasedTimeJoinOperator
 
rowCount - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
rowCount() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
rowLimit - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
rowLimit - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
rowOffset - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
rowOffset - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
rowRecordLists - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
RPCService - Class in org.apache.iotdb.db.service
A service to handle RPC request from client.
RPCService() - Constructor for class org.apache.iotdb.db.service.RPCService
 
RPCServiceMBean - Interface in org.apache.iotdb.db.service
 
RPCStatusToInfluxDBTSStatus(TSStatus) - Static method in class org.apache.iotdb.db.utils.DataTypeUtils
 
RSchemaRegionLoader - Class in org.apache.iotdb.db.metadata.schemaregion
 
RSchemaRegionLoader() - Constructor for class org.apache.iotdb.db.metadata.schemaregion.RSchemaRegionLoader
 
RTREE_PAA - org.apache.iotdb.db.index.common.IndexType
 
RuleBasedTimeSliceAllocator - Class in org.apache.iotdb.db.mpp.execution.timer
 
RuleBasedTimeSliceAllocator() - Constructor for class org.apache.iotdb.db.mpp.execution.timer.RuleBasedTimeSliceAllocator
 
run() - Method in class org.apache.iotdb.db.engine.compaction.CompactionWorker
 
run() - Method in class org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread
 
run() - Method in class org.apache.iotdb.db.service.IoTDBShutdownHook
 
run() - Method in class org.apache.iotdb.db.tools.TsFileSketchTool
entry of tool
run() - Method in class org.apache.iotdb.db.tools.TsFileSplitTool
 
run() - Method in class org.apache.iotdb.db.wal.recover.WALNodeRecoverTask
 
run(String[]) - Method in class org.apache.iotdb.db.service.DataNodeServerCommandLine
 
runCli(List<Class<? extends Runnable>>, String[], String, String) - Static method in class org.apache.iotdb.db.utils.CommonUtils
 
runMayThrow() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
runMayThrow() - Method in class org.apache.iotdb.db.engine.settle.SettleTask
 
runMayThrow() - Method in class org.apache.iotdb.db.engine.upgrade.UpgradeTask
 
runMayThrow() - Method in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter.ReadTask
 
runMayThrow() - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTask
 
RUNNING - org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Instance is running.
RUNNING - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment is running.
RUNNING - org.apache.iotdb.db.mpp.execution.QueryState
 
RUNNING - org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
 
RUNNING - org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
 
RUNNING - org.apache.iotdb.db.wal.utils.listener.AbstractResultListener.Status
 
runningToBlocked(DriverTask, ExecutionContext) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler
runningToFinished(DriverTask, ExecutionContext) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler
runningToReady(DriverTask, ExecutionContext) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler

S

s - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
s0 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
s1 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
s2 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
s3 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
s4 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
s5 - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
SafetyLine - Class in org.apache.iotdb.db.mpp.transformation.dag.memory
Tells the ElasticSerializableTVList if it is safe to remove a cache block.
SafetyLine() - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine
 
SafetyLine.SafetyPile - Class in org.apache.iotdb.db.mpp.transformation.dag.memory
 
SafetyPile(int) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine.SafetyPile
 
SAME_WITH_ALL_CHILDREN - org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
 
SAME_WITH_SOME_CHILD - org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
 
satisfiedTimeRange(TsBlock, TimeRange, boolean) - Static method in class org.apache.iotdb.db.mpp.execution.operator.AggregationUtil
 
satisfy(String) - Method in interface org.apache.iotdb.db.metadata.LocalSchemaProcessor.StorageGroupFilter
 
satisfy(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.DataRegion.TimePartitionFilter
 
satisfyCurEndTime(long, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.AscTimeComparator
 
satisfyCurEndTime(long, long) - Method in class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.DescTimeComparator
 
satisfyCurEndTime(long, long) - Method in interface org.apache.iotdb.db.mpp.execution.operator.process.join.merge.TimeComparator
 
satisfyFilter(Filter, TimeValuePair) - Static method in class org.apache.iotdb.db.mpp.execution.operator.process.last.LastQueryUtil
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
saveAsPivot(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
scanOrder - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
scanOrder - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
scanOrder - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
scanOrder - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
scanOrder - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
scheduleCompaction(TsFileManager, long) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionScheduler
 
scheduledExecutor - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
scheduledExecutor - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.SimpleQueryTerminator
 
SchedulePriorityComparator() - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask.SchedulePriorityComparator
 
scheduler - Variable in class org.apache.iotdb.db.mpp.execution.schedule.AbstractDriverThread
 
SCHEDULING - org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Fragment instances are being scheduled on nodes.
SCHEMA - org.apache.iotdb.db.sync.pipedata.PipeData.PipeDataType
 
SCHEMA_ENTITY_NODE - Static variable in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
SCHEMA_FETCH_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SCHEMA_FETCH_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
Schema_File - org.apache.iotdb.db.metadata.schemaregion.SchemaEngineMode
 
SCHEMA_FILE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
SCHEMA_FOLDER - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SCHEMA_INTERNAL_NODE - Static variable in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
SCHEMA_LOG_FILE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
SCHEMA_MEASUREMENT_NODE - Static variable in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
SCHEMA_QUERY_MERGE - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SCHEMA_QUERY_ORDER_BY_HEAT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SCHEMA_TEMPLATE - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
SchemaCacheEntry - Class in org.apache.iotdb.db.metadata.cache
 
SchemaDirCreationFailureException - Exception in org.apache.iotdb.db.exception.metadata
 
SchemaDirCreationFailureException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.SchemaDirCreationFailureException
 
SchemaDriver - Class in org.apache.iotdb.db.mpp.execution.driver
One SchemaDriver is used to execute one FragmentInstance which is for metadata query.
SchemaDriver(Operator, ISinkHandle, SchemaDriverContext) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.SchemaDriver
 
SchemaDriverContext - Class in org.apache.iotdb.db.mpp.execution.driver
TODO Add javadoc for context
SchemaDriverContext(FragmentInstanceContext, ISchemaRegion) - Constructor for class org.apache.iotdb.db.mpp.execution.driver.SchemaDriverContext
 
SchemaEngine - Class in org.apache.iotdb.db.metadata.schemaregion
 
SchemaEngineMode - Enum in org.apache.iotdb.db.metadata.schemaregion
 
SchemaEntityNode - Class in org.apache.iotdb.db.mpp.common.schematree.node
 
SchemaEntityNode(String) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
SchemaEntry - Class in org.apache.iotdb.db.metadata.idtable.entry
Schema entry of id table
Notice that this class is also a last cache container for last cache
SchemaEntry(TSDataType) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
SchemaEntry(TSDataType, TSEncoding, CompressionType, long) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
SchemaEntry(TSDataType, TSEncoding, CompressionType, IDeviceID, PartialPath, boolean, IDiskSchemaManager) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
SchemaExecutionVisitor - Class in org.apache.iotdb.db.metadata.visitor
Schema write PlanNode visitor
SchemaExecutionVisitor() - Constructor for class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
SchemaFetchMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
This class defines the scanned result merge task of schema fetcher.
SchemaFetchMergeNode(PlanNodeId, List<String>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
SchemaFetchMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
SchemaFetchMergeOperator(OperatorContext, List<Operator>, List<String>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchMergeOperator
 
SchemaFetchScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
This class defines the scan task of schema fetcher.
SchemaFetchScanNode(PlanNodeId, PartialPath, PathPatternTree, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
SchemaFetchScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
SchemaFetchScanOperator(PlanNodeId, OperatorContext, PathPatternTree, Map<Integer, Template>, ISchemaRegion) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaFetchScanOperator
 
SchemaFetchStatement - Class in org.apache.iotdb.db.mpp.plan.statement.internal
 
SchemaFetchStatement(PathPatternTree, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
 
SchemaFile - Class in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
This class is mainly aimed to manage space all over the file.
SchemaFileNotExists - Exception in org.apache.iotdb.db.exception.metadata.schemafile
 
SchemaFileNotExists(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SchemaFileNotExists
 
SchemaFileSketchTool - Class in org.apache.iotdb.db.tools.schema
parse the SchemaFile to text
SchemaFileSketchTool() - Constructor for class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
SchemaInternalNode - Class in org.apache.iotdb.db.mpp.common.schematree.node
 
SchemaInternalNode(String) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
SchemaLoader - Class in org.apache.iotdb.db.sync.receiver.load
This loader is used to PhysicalPlan.
SchemaLoader(PhysicalPlan) - Constructor for class org.apache.iotdb.db.sync.receiver.load.SchemaLoader
 
SchemaMeasurementNode - Class in org.apache.iotdb.db.mpp.common.schematree.node
 
SchemaMeasurementNode(String, MeasurementSchema) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
SchemaNode - Class in org.apache.iotdb.db.mpp.common.schematree.node
 
SchemaNode(String) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
SchemaPage - Class in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
This class is aimed to manage space inside one page.
SchemaPage(ByteBuffer, int, boolean) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
This method will init page header for a blank page buffer.
SchemaPageOverflowException - Exception in org.apache.iotdb.db.exception.metadata.schemafile
 
SchemaPageOverflowException(int) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SchemaPageOverflowException
 
SchemaPipeData - Class in org.apache.iotdb.db.sync.pipedata
 
SchemaPipeData() - Constructor for class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
SchemaPipeData(PhysicalPlan, long) - Constructor for class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
schemaProcessor - Static variable in class org.apache.iotdb.db.service.IoTDB
 
schemaProcessor - Static variable in class org.apache.iotdb.db.service.NewIoTDB
 
SchemaQueryMergeNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
SchemaQueryMergeNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
SchemaQueryMergeNode(PlanNodeId, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
SchemaQueryMergeOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
SchemaQueryMergeOperator(PlanNodeId, OperatorContext, List<Operator>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryMergeOperator
 
SchemaQueryOrderByHeatNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
SchemaQueryOrderByHeatNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
SchemaQueryOrderByHeatOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
SchemaQueryOrderByHeatOperator(OperatorContext, List<Operator>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryOrderByHeatOperator
 
SchemaQueryScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
SchemaQueryScanNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
SchemaQueryScanNode(PlanNodeId, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
SchemaQueryScanNode(PlanNodeId, PartialPath, int, int, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
SchemaQueryScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
SchemaQueryScanOperator(PlanNodeId, OperatorContext, int, int, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
SchemaRegion - Class in org.apache.iotdb.db.mpp.common
This class is used to represent the schema partition info including the DataRegionId and physical node IP address
SchemaRegion() - Constructor for class org.apache.iotdb.db.mpp.common.SchemaRegion
 
SchemaRegionConsensusImpl - Class in org.apache.iotdb.db.consensus
We can use SchemaRegionConsensusImpl.getInstance() to obtain a consensus layer reference for schemaRegion's reading and writing
SchemaRegionMemoryImpl - Class in org.apache.iotdb.db.metadata.schemaregion
This class takes the responsibility of serialization of all the metadata info of one certain schema region and persistent it into files.
SchemaRegionMemoryImpl(PartialPath, SchemaRegionId, IStorageGroupMNode, ISeriesNumerLimiter) - Constructor for class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
SchemaRegionSchemaFileImpl - Class in org.apache.iotdb.db.metadata.schemaregion
This class takes the responsibility of serialization of all the metadata info of one certain schema region and persistent it into files.
SchemaRegionSchemaFileImpl(PartialPath, SchemaRegionId, IStorageGroupMNode, ISeriesNumerLimiter) - Constructor for class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
SchemaRegionStateMachine - Class in org.apache.iotdb.db.consensus.statemachine
 
SchemaRegionStateMachine(ISchemaRegion) - Constructor for class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
SchemaRegionUtils - Class in org.apache.iotdb.db.metadata.schemaregion
 
SchemaRegionUtils() - Constructor for class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionUtils
 
SchemaResourceManager - Class in org.apache.iotdb.db.metadata.rescon
 
SchemaStatisticsManager - Class in org.apache.iotdb.db.metadata.rescon
 
SchemaStatisticsManager() - Constructor for class org.apache.iotdb.db.metadata.rescon.SchemaStatisticsManager
 
schemaTemplate - Variable in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
schemaTemplateId - Variable in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
SchemaTreeDeviceVisitor - Class in org.apache.iotdb.db.mpp.common.schematree.visitor
 
SchemaTreeDeviceVisitor(SchemaNode, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeDeviceVisitor
 
SchemaTreeMeasurementVisitor - Class in org.apache.iotdb.db.mpp.common.schematree.visitor
 
SchemaTreeMeasurementVisitor(SchemaNode, PartialPath, int, int, boolean) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeMeasurementVisitor
 
SchemaTreeVisitor<R> - Class in org.apache.iotdb.db.mpp.common.schematree.visitor
 
SchemaTreeVisitor(SchemaNode, PartialPath, int, int, boolean) - Constructor for class org.apache.iotdb.db.mpp.common.schematree.visitor.SchemaTreeVisitor
 
SchemaUtils - Class in org.apache.iotdb.db.utils
 
SchemaValidator - Class in org.apache.iotdb.db.mpp.plan.analyze
 
SchemaValidator() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.SchemaValidator
 
SealedTsFileRecoverPerformer - Class in org.apache.iotdb.db.wal.recover.file
This class is used to help recover all sealed TsFiles, except unsealed TsFile at zero level.
SealedTsFileRecoverPerformer(TsFileResource) - Constructor for class org.apache.iotdb.db.wal.recover.file.SealedTsFileRecoverPerformer
 
searchAggregationExpressions(Expression) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Search for built-in aggregate functions subexpressions.
searchDeviceSchemaInfo(PartialPath, List<String>) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
searchDeviceSchemaInfo(PartialPath, List<String>) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
searchDeviceSchemaInfo(PartialPath, List<String>) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
searchIndex - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
this index is used by wal search, its order should be protected by the upper layer, and the value should start from 1
searchIndex - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
this index is used by wal search, its order should be protected by the upper layer, and the value should start from 1
searchMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
searchMeasurementPaths(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
searchMeasurementPaths(PartialPath) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
 
searchMeasurementPaths(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
Return all measurement paths for given path pattern and filter the result by slimit and offset.
searchMeasurementPaths(PartialPath, int, int, boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.DeviceGroupSchemaTree
 
searchMeasurementPaths(PartialPath, int, int, boolean) - Method in interface org.apache.iotdb.db.mpp.common.schematree.ISchemaTree
Return all measurement paths for given path pattern and filter the result by slimit and offset.
searchSourceExpressions(Expression, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Search for subexpressions that can be queried natively, including time series raw data and built-in aggregate functions.
secondColumnTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
secondExpression - Variable in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
secondPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
secondPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
seek(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
seek(int, int, long, long) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
seek(int, int, long, long) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
SEG_HEADER_SIZE - Static variable in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
SEG_INDEX_DIGIT - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SEG_INDEX_MASK - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SEG_MAX_SIZ - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SEG_MIN_SIZ - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SEG_OFF_DIG - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SEG_SIZE_LST - Static variable in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
Segment - Class in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
This class initiate a segment object with corresponding bytes.
Segment(int) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
Segment(ByteBuffer) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
Segment(ByteBuffer, boolean) - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
Init Segment with a buffer, which contains all information about this segment
SegmentLock - Class in org.apache.iotdb.db.metadata.mtree.store.disk
Segment lock for saving memory space.
SegmentLock() - Constructor for class org.apache.iotdb.db.metadata.mtree.store.disk.SegmentLock
 
SegmentNotFoundException - Exception in org.apache.iotdb.db.exception.metadata.schemafile
 
SegmentNotFoundException(int, short) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SegmentNotFoundException
 
SegmentNotFoundException(short) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SegmentNotFoundException
 
SegmentOverflowException - Exception in org.apache.iotdb.db.exception.metadata.schemafile
 
SegmentOverflowException() - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SegmentOverflowException
 
SegmentOverflowException(int) - Constructor for exception org.apache.iotdb.db.exception.metadata.schemafile.SegmentOverflowException
 
select() - Method in interface org.apache.iotdb.db.engine.compaction.cross.rewrite.selector.ICrossSpaceCompactionFileSelector
 
SELECT_INTO - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SELECT_INTO - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SELECT_INTO - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SELECT_TAG_INFO_SQL - Static variable in class org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager
 
selectComponent - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
selectComponent - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
SelectComponent - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of SELECT clause.
SelectComponent - Class in org.apache.iotdb.db.qp.logical.crud
this class maintains information from select clause.
SelectComponent(ZoneId) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
SelectComponent(ZoneId) - Constructor for class org.apache.iotdb.db.qp.logical.crud.SelectComponent
init with tokenIntType, default operatorType is OperatorType.SELECT.
SelectComponent(SelectComponent) - Constructor for class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
selectCrossSpaceTask(List<TsFileResource>, List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.cross.ICrossSpaceSelector
 
selectCrossSpaceTask(List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
This method creates a specific file selector according to the file selection strategy of crossSpace compaction, uses the file selector to select all unseqFiles and seqFiles to be compacted under the time partition of the virtual storage group, and creates a compaction task for them.
selectCrossSpaceTask(List<TsFileResource>, List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.task.ICompactionSelector
 
selectedFileSize - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
selectedFileSize - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
selectedSequenceFiles - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
selectedSeries - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
selectedTsFileResourceList - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
selectedUnsequenceFiles - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
selectInnerSpaceTask(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.inner.IInnerSeqSpaceSelector
 
selectInnerSpaceTask(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.inner.IInnerUnseqSpaceSelector
 
selectInnerSpaceTask(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
This method searches for a batch of files to be compacted from layer 0 to the highest layer.
selectInnerSpaceTask(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.task.ICompactionSelector
 
SelectIntoOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
SelectIntoOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
SelectIntoPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
SelectIntoPlan() - Constructor for class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
SelectIntoPlan(QueryPlan, PartialPath, List<PartialPath>, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
selfCheckDataTypes() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Check whether data types are matched with measurement schemas
semanticCheck() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
semanticCheck() - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
SemanticException - Exception in org.apache.iotdb.db.exception.sql
 
SemanticException(String) - Constructor for exception org.apache.iotdb.db.exception.sql.SemanticException
 
send() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
send() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.SinkNode
 
send(int, List<TsBlock>) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Send a TsBlock to a specific partition.
send(int, List<TsBlock>) - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
send(int, List<TsBlock>) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
send(PipeData) - Method in class org.apache.iotdb.db.sync.transport.client.IoTDBSyncClient
Send PipeData to receiver and load.
send(PipeData) - Method in interface org.apache.iotdb.db.sync.transport.client.ISyncClient
Send PipeData to receiver and load.
send(TsBlock) - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Send a list of tsblocks to an unpartitioned output buffer.
send(TsBlock) - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
send(TsBlock) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
send(TsBlock) - Method in interface org.apache.iotdb.db.mpp.execution.operator.sink.SinkOperator
Sends a tsBlock to an unpartitioned buffer.
SenderManager - Class in org.apache.iotdb.db.sync.transport.client
 
SenderManager(Pipe, IoTDBPipeSink) - Constructor for class org.apache.iotdb.db.sync.transport.client.SenderManager
 
seqFileNameSuffix - Static variable in class org.apache.iotdb.db.tools.vis.TsFileExtractVisdata
 
seqPageReaders - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
seqPageReaders - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
seqTimeSeriesMetadata - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
seqTimeSeriesMetadata - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
seqTsFileResourceList - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
sequence - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
sequence - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
SEQUENCE_FILE_OPEN_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
SEQUENCE_NAME_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
SEQUENCE_OFFSET_IN_LOG - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
SEQUENCE_OFFSET_IN_PATH - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
SEQUENCE_STRATEGY - org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
 
SequenceStrategy - Class in org.apache.iotdb.db.conf.directories.strategy
 
SequenceStrategy() - Constructor for class org.apache.iotdb.db.conf.directories.strategy.SequenceStrategy
 
serialId - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
SerializableBinaryTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableBinaryTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
SerializableBooleanTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableBooleanTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBooleanTVList
 
SerializableDoubleTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableDoubleTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableDoubleTVList
 
SerializableFloatTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableFloatTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableFloatTVList
 
SerializableIntTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableIntTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableIntTVList
 
SerializableList - Interface in org.apache.iotdb.db.mpp.transformation.datastructure
 
SerializableList.SerializationRecorder - Class in org.apache.iotdb.db.mpp.transformation.datastructure
 
SerializableLongTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableLongTVList(SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableLongTVList
 
SerializableRowRecordList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.row
 
SerializableTVList - Class in org.apache.iotdb.db.mpp.transformation.datastructure.tv
 
SerializableTVList(TSDataType, SerializableList.SerializationRecorder) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
serializationRecorder - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableTVList
 
SerializationRecorder(long) - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
SerializationRunTimeException - Exception in org.apache.iotdb.db.exception.runtime
 
SerializationRunTimeException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.runtime.SerializationRunTimeException
 
serialize() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
serialize() - Method in enum org.apache.iotdb.db.index.common.IndexType
judge the index deserialize type.
serialize() - Method in class org.apache.iotdb.db.metadata.template.Template
 
serialize() - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
serialize() - Method in enum org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
serialize.
serialize() - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
serialize(DataOutputStream) - Method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
serialize(DataOutputStream) - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
serialize(DataOutputStream) - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
Serialize the plan into the given buffer.
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.AlterTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ClearCachePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DropFunctionPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
serialize(DataOutputStream) - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
serialize(OutputStream) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
serialize to outputStream
serialize(OutputStream) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.metadata.template.Template
 
serialize(OutputStream) - Method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
serialize(OutputStream) - Method in class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
serialize(ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.idtable.entry.IDeviceID
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
serialize(ByteBuffer) - Method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.metadata.template.Template
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.FunctionFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.BetweenExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.InExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.IsNullExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.LikeExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.RegularExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
serialize(ByteBuffer) - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
serialize(ByteBuffer) - Method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.FillDescriptor
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByLevelDescriptor
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OutputColumn
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.BooleanLiteral
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.DoubleLiteral
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.Literal
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.LongLiteral
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.NullLiteral
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
Serialize the plan into the given buffer.
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.qp.utils.GroupByLevelController
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
serialize(ByteBuffer) - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
serialize(DiskSchemaEntry) - Method in class org.apache.iotdb.db.metadata.idtable.AppendOnlyDiskSchemaManager
 
serialize(DiskSchemaEntry) - Method in interface org.apache.iotdb.db.metadata.idtable.IDiskSchemaManager
serialize a disk schema entry
serialize(Expression, DataOutputStream) - Static method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
serialize(Expression, ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
serialize(ResultColumn, ByteBuffer) - Static method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
serialize(IWALByteBufferView) - Method in class org.apache.iotdb.db.wal.buffer.WALEntry
 
serialize(IWALByteBufferView) - Method in class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
serialize(IWALByteBufferView) - Method in class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternNode
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
serialize(PublicBAOS) - Method in interface org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBinaryTVList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableBooleanTVList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableDoubleTVList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableFloatTVList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableIntTVList
 
serialize(PublicBAOS) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.SerializableLongTVList
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
serializeAttributes(DataOutputStream) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.CountSchemaMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesCountNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.LevelTimeSeriesCountNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodeManagementMemoryMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsConvertNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsCountNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.NodePathsSchemaScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.PathsUsingTemplateScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FillNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.OffsetNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProjectNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
serializeAttributes(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.OrderByParameter
 
serializeChildren(OutputStream) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaInternalNode
 
serializeConsensusProtocol(String, TConsensusGroupType) - Method in class org.apache.iotdb.db.conf.IoTDBStartCheck
call this method to serialize consensus protocol
serializeDataNodeId(int) - Method in class org.apache.iotdb.db.conf.IoTDBStartCheck
call this method to serialize DataNodeId
serializedByteLength - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
serializedElementSize - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
serializedSize() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
Notice: this method is concurrent unsafe
serializedSize() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
serializedSize() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
serializedSize() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
serializedSize() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
serializedSize() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
serializedSize() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Serialized size for wal
serializedSize() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
Serialized size for wal
serializedSize() - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
serializedSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
serializedSize() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
serializedSize() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
serializedSize() - Method in interface org.apache.iotdb.db.utils.SerializedSize
Calculate size after serialization.
serializedSize() - Method in class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
serializedSize() - Method in class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
serializedSize() - Method in class org.apache.iotdb.db.wal.checkpoint.Checkpoint
 
serializedSize() - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
serializedSize() - Method in class org.apache.iotdb.db.wal.io.WALMetaData
 
serializedSize(int, int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
Serialized size for wal
serializedSize(int, int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
SerializedSize - Interface in org.apache.iotdb.db.utils
Implementations should calculate their accurate serialized size in bytes.
serializeGlobalConfig(TGlobalConfig) - Method in class org.apache.iotdb.db.conf.IoTDBStartCheck
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.crud.SelectIntoPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.ClearCachePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTriggerPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DataAuthPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteStorageGroupPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTriggerPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MergePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
serializeImpl(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
serializeMeasurementMNode(IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
serializeMeasurementMNode(MeasurementMNodePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
serializeMeasurementSchemasSize() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Serialized size of measurement schemas, ignoring failed time series
serializeMeasurementSchemasToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Serialize measurement schemas, ignoring failed time series
serializeMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
serializeMNode(MNodePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
serializeSpecificFields(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
serializeStorageGroupMNode(IStorageGroupMNode) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
serializeStorageGroupMNode(StorageGroupMNodePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
serializeTo(OutputStream) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
serializeTo(OutputStream) - Method in enum org.apache.iotdb.db.query.aggregation.AggregationType
 
serializeTo(MLogWriter) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
serializeTo(MLogWriter) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
serializeTo(MLogWriter) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
serializeTo(MLogWriter) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
serializeTo(MLogWriter) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
serializeTo(MLogWriter) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
serializeToByteBuffer() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
serializeToByteBuffer() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
serializeToByteBuffer() - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
Notice: this method is concurrent unsafe
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
Compared with {@link this#serialize(ByteBuffer)}, more info: search index, less info: isNeedInferType
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
Compared with {@link this#serialize(ByteBuffer)}, more info: search index and data types, less info: isNeedInferType
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
serializeToWAL(IWALByteBufferView) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
serializeToWAL(IWALByteBufferView) - Method in interface org.apache.iotdb.db.wal.buffer.WALEntryValue
Serialize using IWALByteBufferView, which encapsulates some actions to deal with BufferOverflowException occurs in ByteBuffer.
serializeToWAL(IWALByteBufferView, int, int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
serializeToWAL(IWALByteBufferView, int, int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
serializeWithoutFileOffset(DataOutputStream) - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
serializeWithoutType(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
serialNumber - Variable in class org.apache.iotdb.db.sync.pipedata.PipeData
 
SERIES_AGGREGATE_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SERIES_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SeriesAggregateReader - Class in org.apache.iotdb.db.query.reader.series
 
SeriesAggregateReader(PartialPath, Set<String>, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
SeriesAggregateReader(PartialPath, Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
SeriesAggregationScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
This node is responsible to do the aggregation calculation for one series.
SeriesAggregationScanNode(PlanNodeId, MeasurementPath, List<AggregationDescriptor>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
SeriesAggregationScanNode(PlanNodeId, MeasurementPath, List<AggregationDescriptor>, Ordering, GroupByTimeParameter) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
SeriesAggregationScanNode(PlanNodeId, MeasurementPath, List<AggregationDescriptor>, Ordering, Filter, GroupByTimeParameter, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
SeriesAggregationScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
This operator is responsible to do the aggregation calculation for one series based on global time range and time split parameter.
SeriesAggregationScanOperator(PlanNodeId, PartialPath, Set<String>, OperatorContext, List<Aggregator>, ITimeRangeIterator, Filter, boolean, GroupByTimeParameter, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.SeriesAggregationScanOperator
 
SeriesAggregationSourceNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
SeriesAggregationSourceNode(PlanNodeId, List<AggregationDescriptor>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
SeriesDataBlockReader - Class in org.apache.iotdb.db.engine.compaction.reader
 
SeriesDataBlockReader(PartialPath, Set<String>, TSDataType, FragmentInstanceContext, QueryDataSource, boolean) - Constructor for class org.apache.iotdb.db.engine.compaction.reader.SeriesDataBlockReader
 
SeriesDataBlockReader(PartialPath, TSDataType, FragmentInstanceContext, List<TsFileResource>, List<TsFileResource>, boolean) - Constructor for class org.apache.iotdb.db.engine.compaction.reader.SeriesDataBlockReader
 
seriesDataType - Variable in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
seriesDataType - Variable in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
seriesKey - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
seriesLimit - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
seriesLimit - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
SeriesNumberOverflowException - Exception in org.apache.iotdb.db.exception.metadata
 
SeriesNumberOverflowException() - Constructor for exception org.apache.iotdb.db.exception.metadata.SeriesNumberOverflowException
 
seriesOffset - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
seriesOffset - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
SeriesOverflowException - Exception in org.apache.iotdb.db.exception.metadata
 
SeriesOverflowException() - Constructor for exception org.apache.iotdb.db.exception.metadata.SeriesOverflowException
 
seriesPath - Variable in class org.apache.iotdb.db.query.executor.fill.LinearFill
 
seriesPath - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
SeriesRawDataBatchReader - Class in org.apache.iotdb.db.query.reader.series
 
SeriesRawDataBatchReader(PartialPath, Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
SeriesRawDataBatchReader(PartialPath, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
SeriesRawDataBatchReader(SeriesReader) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
SeriesRawDataPointReader - Class in org.apache.iotdb.db.query.reader.series
only for test now
SeriesRawDataPointReader(SeriesReader) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesRawDataPointReader
 
SeriesReader - Class in org.apache.iotdb.db.query.reader.series
 
SeriesReader(PartialPath, Set<String>, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesReader
 
SeriesReader(PartialPath, Set<String>, TSDataType, QueryContext, QueryDataSource, Filter, Filter, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesReader
 
SeriesReader.TimeOrderUtils - Interface in org.apache.iotdb.db.query.reader.series
 
SeriesReaderByTimestamp - Class in org.apache.iotdb.db.query.reader.series
 
SeriesReaderByTimestamp(PartialPath, Set<String>, TSDataType, QueryContext, List<TsFileResource>, List<TsFileResource>, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
SeriesReaderByTimestamp(PartialPath, Set<String>, TSDataType, QueryContext, QueryDataSource, TsFileFilter, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
SeriesReaderByTimestamp(SeriesReader, boolean) - Constructor for class org.apache.iotdb.db.query.reader.series.SeriesReaderByTimestamp
 
seriesReaderList - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
SeriesScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
SeriesScanNode is responsible for read data a specific series.
SeriesScanNode(PlanNodeId, MeasurementPath) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
SeriesScanNode(PlanNodeId, MeasurementPath, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
SeriesScanNode(PlanNodeId, MeasurementPath, Ordering, Filter, Filter, int, int, TRegionReplicaSet) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
SeriesScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
SeriesScanOperator(PlanNodeId, PartialPath, Set<String>, TSDataType, OperatorContext, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanOperator
 
seriesScanUtil - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
SeriesScanUtil - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
SeriesScanUtil(PartialPath, Set<String>, TSDataType, FragmentInstanceContext, Filter, Filter, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
SeriesScanUtil.TimeOrderUtils - Interface in org.apache.iotdb.db.mpp.execution.operator.source
 
SeriesScanUtil.VersionPageReader - Class in org.apache.iotdb.db.mpp.execution.operator.source
 
SeriesSourceNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
SeriesSourceNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesSourceNode
 
serverCheckAndInit() - Method in class org.apache.iotdb.db.service.DataNode
 
ServerConfigConsistent - Annotation Type in org.apache.iotdb.db.conf
Configurations using this annotation should be the same across all nodes in a cluster.
serverConstructNode(IExpression) - Method in class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
ServerTimeGenerator - Class in org.apache.iotdb.db.query.timegenerator
A timestamp generator for query with filter.
ServerTimeGenerator(QueryContext) - Constructor for class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
 
ServerTimeGenerator(QueryContext, RawDataQueryPlan) - Constructor for class org.apache.iotdb.db.query.timegenerator.ServerTimeGenerator
Constructor of EngineTimeGenerator.
serviceProvider - Variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
serviceProvider - Static variable in class org.apache.iotdb.db.protocol.rest.impl.RestApiServiceImpl
 
serviceProvider - Static variable in class org.apache.iotdb.db.service.DataNode
 
serviceProvider - Static variable in class org.apache.iotdb.db.service.IoTDB
 
ServiceProvider - Class in org.apache.iotdb.db.service.basic
 
ServiceProvider(PlanExecutor) - Constructor for class org.apache.iotdb.db.service.basic.ServiceProvider
 
SESSION_MANAGER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
sessionId(long) - Method in class org.apache.iotdb.db.service.basic.BasicOpenSessionResp
 
SessionInfo - Class in org.apache.iotdb.db.mpp.common
 
SessionInfo(long, String, String) - Constructor for class org.apache.iotdb.db.mpp.common.SessionInfo
 
SessionManager - Class in org.apache.iotdb.db.query.control
 
SessionManager() - Constructor for class org.apache.iotdb.db.query.control.SessionManager
 
SessionTimeoutManager - Class in org.apache.iotdb.db.query.control
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
set(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
set(int, long, boolean) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
set(int, long, double) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
set(int, long, float) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
set(int, long, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
set(int, long, long) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
set(int, long, Binary) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
set(int, TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
insert tsFileResource to a target pos(targetPos = index) e.g.
set(T) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Sets the state.
set(V) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool.MemoryReservationFuture
 
SET - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
SET - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
SET_STORAGE_GROUP - org.apache.iotdb.db.conf.OperationType
 
SET_STORAGE_GROUP - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SET_STORAGE_GROUP - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SET_STORAGE_GROUP - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SET_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
SET_SYSTEM_MODE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SET_SYSTEM_MODE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SET_SYSTEM_MODE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SET_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SET_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SET_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SET_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
SET_TIME_ZONE - org.apache.iotdb.db.conf.OperationType
 
SET_TTL - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
SET_USING_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
setAbortCause(String) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
setActivatePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
setAfterRange(long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
setAggregationDescriptorList(List<AggregationDescriptor>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
setAggregationDescriptorList(List<AggregationDescriptor>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
setAggregationDescriptorList(List<AggregationDescriptor>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
setAggregationExpressions(Set<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setAggregationPlan(AggregationPlan) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setAggregations(List<String>) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
setAggregations(List<String>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setAggregationTransformExpressions(Set<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setAlias(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setAlias(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
setAlias(String) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setAlias(String) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaMeasurementNode
 
setAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setAlias(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setAlias(String) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setAlias(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setAlias(String) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
setAlias(String) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setAlias(String) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
setAlias(List<String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setAlias(IMeasurementMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
setAlias(IMeasurementMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
setAlias(IMeasurementMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
setAlias(IMeasurementMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
setAlias(IMeasurementMNode, String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
setAlias(IMeasurementMNode, String) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
setAliasChildren(Map<String, IMeasurementMNode>) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
setAliasChildren(Map<String, IMeasurementMNode>) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
setAliasList(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setAliasList(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setAliasList(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setAliasList(List<String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setAliasList(List<String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setAliasSet(Set<String>) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setAliasToColumnMap(Map<String, Expression>) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
setAlignByDevice(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setAlignByTime(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setAlignByTime(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setAligned(boolean) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
setAligned(boolean) - Method in class org.apache.iotdb.db.metadata.mnode.EntityMNode
 
setAligned(boolean) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
setAligned(boolean) - Method in class org.apache.iotdb.db.mpp.common.schematree.node.SchemaEntityNode
 
setAligned(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setAligned(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
setAligned(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
setAligned(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
setAligned(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setAligned(boolean) - Method in class org.apache.iotdb.db.qp.physical.sys.ActivateTemplateInClusterPlan
 
setAlive(boolean) - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
setAll(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
setAllDataRegionScannedLatch(CountDownLatch) - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
setAllocateMemoryForBloomFilterCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForChunkCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForCoordinator(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForDataExchange(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForLastCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForOperators(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForPartitionCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForSchema(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForSchemaCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForSchemaRegion(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForStorageEngine(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForTimeIndex(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllocateMemoryForTimeSeriesMetaDataCache(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAllowCompaction(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setAllowCompaction(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
setAllowCompaction(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
setAllSgReady(boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
setAllSgReady(boolean) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
setAlterMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setAlterMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setAlterMap(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setAlterType(AlterTimeSeriesStatement.AlterType) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setAlterType(AlterTimeSeriesStatement.AlterType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setAlterType(AlterTimeSeriesOperator.AlterType) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setAscending(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setAscending(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setAttribute(List<Pair<String, String>>) - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
setAttribute(List<Pair<String, String>>) - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
setAttribute(List<Pair<String, String>>) - Method in interface org.apache.iotdb.db.sync.sender.pipe.PipeSink
 
setAttribute(Map<String, String>) - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
setAttribute(Map<String, String>) - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
setAttribute(Map<String, String>) - Method in interface org.apache.iotdb.db.sync.sender.pipe.PipeSink
 
setAttributes(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
setAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setAttributesList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setAttributesList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setAttributesList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setAttributesList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setAttributesList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setAttributesMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setAttributesMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setAttributesMap(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setAuthorCacheExpireTime(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAuthorCacheSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAuthorType(AuthorOperator.AuthorType) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
setAutoCreateSchema(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
setAutoCreateSchemaEnabled(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setAvgResult(TSDataType, Object) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
setAvgSeriesPointNumberThreshold(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setBeforeRange(long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
setBeginIndex(long) - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
setBinary(int, Binary) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setBinary(int, Binary) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setBinaryValue(Binary) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setBitMaps(BitMap[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
setBitMaps(BitMap[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
setBitMaps(BitMap[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setBoolean(int, boolean) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setBoolean(int, boolean) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setBooleanStringInferType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setBooleanValue(boolean) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setBufferedArraysMemoryProportion(double) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCachedMNodeSizeInSchemaFileMode(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCacheEntry(CacheEntry) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setCacheEntry(CacheEntry) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setCacheEntry(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
setCacheExpireInSeconds(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setCacheFileReaderClearPeriod(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCacheInitNum(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setCacheMaxNum(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setCheckPeriodWhenInsertBlocked(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCheckpointFileSizeThresholdInByte(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
setChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
setChild(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
setChildren(List<QueryFilter>) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
setChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
setChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
setChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
setChildren(List<PlanNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.MultiChildNode
 
setChildren(List<SubPlan>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
setChildren(List<FilterOperator>) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
setChildren(IMNodeContainer) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setChildren(IMNodeContainer) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setChildren(IMNodeContainer) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
setChildren(IMNodeContainer) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setChildSize(int) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
setChunkPointNumLowerBoundInCompaction(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setChunkSizeLowerBoundInCompaction(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setClassName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
setClassName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
setClassName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateFunctionPlan
 
setClientAuth(boolean) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setClientVersion(IoTDBConstant.ClientVersion) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
setClusterMode() - Static method in class org.apache.iotdb.db.service.IoTDB
 
setClusterMode(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCollectInternal(boolean) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
setColumn(int, Object) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setColumnDataType(TSDataType) - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
setColumnNameToDatasetOutputIndex(String, Integer) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setColumns(Object[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
setColumns(Object[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
setColumns(Object[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setColumnToTsBlockIndexMap(List<String>) - Method in class org.apache.iotdb.db.mpp.common.header.DatasetHeader
 
setCommittedIndex(long) - Method in class org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
 
setCompactionAcquireWriteLockTimeout(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompactionPriority(CompactionPriority) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompactionProportion(double) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompactionScheduleIntervalInMs(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompactionSubmissionIntervalInMs(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompactionWriteThroughputMbPerSec(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCompressor(CompressionType) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setCompressor(CompressionType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setCompressor(CompressionType) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setCompressor(CompressionType) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setCompressors(List<List<CompressionType>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setCompressors(List<CompressionType>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setConcurrentCompactionThread(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setConcurrentQueryThread(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setConcurrentWindowEvaluationThread(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setConcurrentWritingTimePartition(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setConnectionTimeoutInMS(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setConsensusDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setContains(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
setContains(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
setContains(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
setContains(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
setContinuousQueryMinimumEveryInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setContinuousQueryName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setContinuousQueryName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.DropContinuousQueryOperator
 
setContinuousQueryThreadNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCoordinatorReadExecutorSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCoordinatorWriteExecutorSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCoreConnectionForInternalService(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCpuDuration(CpuTimer.CpuDuration) - Method in class org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
 
setCqlogBufferSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCreateTime(long) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
setCrossCompactionCnt(int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
setCrossCompactionPerformer(CrossCompactionPerformer) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCrossCompactionSelector(CrossCompactionSelector) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setCurSeqFileIndex(QueryDataSource) - Method in interface org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.TimeOrderUtils
 
setCustomCloseFileListeners(List<CloseFileListener>) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setCustomFlushListeners(List<FlushListener>) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setDataDirs(String[]) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataNodeId(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataPartitionInfo(DataPartition) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDataPartitionInfo(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalDataPartitionTable
 
setDataRegion(DataRegionId, DataRegion) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
This method is not thread-safe
setDataRegionAndHost(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
setDataRegionConsensusDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataRegionConsensusPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataRegionConsensusProtocolClass(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataRegionId(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
setDataRegionNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDataRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setDataReplicationFactor(int) - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
setDataReplicationFactor(int) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
setDataReplicationFactor(int) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
setDataReplicationFactor(Integer) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
setDataReplicationFactor(TSetDataReplicationFactorReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setDataset(Long, QueryDataSet) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
setDataSet(QueryDataSet) - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByFillDataSet
 
setDatasetOutputIndexToResultColumnIndex(int, Integer) - Method in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
setDataSetResultColumnDataTypes() - Method in class org.apache.iotdb.db.mpp.transformation.dag.builder.DAGBuilder
 
setDataStartTimestamp(long) - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
setDataStartTimestamp(long) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
setDataTTL(long) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
setDataTTL(long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setDataTTL(long) - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
setDataTTL(long) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
setDataTTL(long) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
setDataTTL(long) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
setDataTTL(long) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
setDataTTL(long) - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setDataType(TSDataType) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
setDataTypes(List<Integer>) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setDataTypes(List<List<TSDataType>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setDataTypes(List<TSDataType>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setDataTypes(TSDataType[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setDataTypes(TSDataType[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
setDataTypes(TSDataType[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setDebug(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
setDebug(boolean) - Method in class org.apache.iotdb.db.qp.logical.Operator
 
setDebug(boolean) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setDeduplicatedAggregations(List<String>) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
setDeduplicatedPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
setDeduplicatedPathsAndUpdate(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
used for AlignByDevice Query, the query is executed by each device, So we only maintain measurements of current device.
setDeduplicatedVectorPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
setDefaultBooleanEncoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultDoubleEncoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultFillInterval(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultFloatEncoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultIndexWindowRange(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultInt32Encoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultInt64Encoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDefaultTextEncoding(TSEncoding) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDeleteEndTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
setDeleteEndTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
setDeletePathList(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteStorageGroupOperator
 
setDeletePathList(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.sys.DeleteTimeSeriesOperator
 
setDeletePathList(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
setDeleteStartTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
setDeleteStartTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
setDevice(String) - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
setDevice(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
setDevice(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
setDeviceID(IDeviceID) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setDeviceID(IDeviceID) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setDeviceIDTransformationMethod(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setDevicePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setDevicePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setDevicePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
setDevicePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setDevicePath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setDeviceToAggregationExpressions(Map<String, Set<Expression>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToAggregationTransformExpressions(Map<String, Set<Expression>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToFilterMap(Map<String, IExpression>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setDeviceToHavingExpression(Map<String, Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToIsRawDataSource(Map<String, Boolean>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToMeasurementIndexesMap(Map<String, List<Integer>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToPathIndex(Map<String, List<Integer>>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setDeviceToQueryFilter(Map<String, Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToSourceExpressions(Map<String, Set<Expression>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDeviceToTransformExpressions(Map<String, Set<Expression>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setDouble(int, double) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setDouble(int, double) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setDoubleValue(double) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setDownStream(TEndPoint, FragmentInstanceId, PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
setDownStreamPlanNodeId(PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
setDriverContext(DriverContext) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
setDriverTaskExecutionTimeSliceInMs(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableCrossSpaceCompaction(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableDiscardOutOfOrderData(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableHttps(boolean) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setEnableIDTable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableIDTableLogFile(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableIndex(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableInfluxDBRpcService(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableLastCache(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableMemControl(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableMQTTService(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnablePartialInsert(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnablePartition(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnablePartition(boolean) - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
setEnablePartition(boolean) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
setEnableQueryMemoryEstimation(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableRedirect(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setEnableRestService(boolean) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setEnableRpcService(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableSeqSpaceCompaction(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableTimedFlushSeqMemtable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableTimedFlushUnseqMemtable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableTracing(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setEnableTracing(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setEnableTracing(boolean) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setEnableUnseqSpaceCompaction(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEnableWatermark(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setEncoding(TSEncoding) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setEncoding(TSEncoding) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setEncoding(TSEncoding) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setEncoding(TSEncoding) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setEncodingFasterThanIo(boolean) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
setEncodings(List<List<TSEncoding>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setEncodings(List<TSEncoding>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setEndTime(long) - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
setEndTime(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setEndTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setEndTime(long) - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
setEndTime(long) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setEndTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setEvent(TriggerEvent) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
setEveryInterval(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setEvictionUpperBound(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
setEvictionUpperBound(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
setEvictionUpperBound(int) - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
setExpression(IExpression) - Method in class org.apache.iotdb.db.qp.physical.crud.LastQueryPlan
 
setExpression(IExpression) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
setExpressions(List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
setExpressionToInnerResultIndexMap(Map<Expression, Integer>) - Method in class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
setExtDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setExternalLimiterDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setExternalPropertiesLoaderDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setExtPipeDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setFailed() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
set failed and clear the map
setFile(File) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setFileFlushPolicy(TsFileFlushPolicy) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
setFileOffset(long) - Method in class org.apache.iotdb.db.engine.modification.Modification
 
setFilePath(String) - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
 
setFillComponent(FillComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setFillDescriptor(FillDescriptor) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setFillPolicy(FillPolicy) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FillComponent
 
setFillQueryPlan(FillQueryPlan) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setFillType(Map<TSDataType, IFill>) - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
setFillType(Map<TSDataType, IFill>) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
setFillTypes(Map<TSDataType, IFill>) - Method in class org.apache.iotdb.db.qp.logical.crud.FillClauseComponent
 
setFillTypes(Map<TSDataType, IFill>) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
 
setFillValue(Literal) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.FillComponent
 
setFilter(Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.MemAlignedPageReader
 
setFilter(Filter) - Method in class org.apache.iotdb.db.query.reader.chunk.MemPageReader
 
setFilterOperator(FilterOperator) - Method in class org.apache.iotdb.db.qp.logical.crud.WhereComponent
 
setFilterType(FilterConstant.FilterType) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
setFilterType(FilterConstant.FilterType) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
setFinal(Column) - Method in interface org.apache.iotdb.db.mpp.aggregation.Accumulator
Attention: setFinal should be invoked only once, and addInput() and addIntermediate() are not allowed again.
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.AvgAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.CountAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.ExtremeAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxValueAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.MinValueAccumulator
 
setFinal(Column) - Method in class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
setFinishQueryAfterAnalyze(boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setFirstExecutionTimeBoundary(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setFirstFileVersionId(long) - Method in class org.apache.iotdb.db.wal.checkpoint.MemTableInfo
 
setFloat(int, float) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setFloat(int, float) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setFloatingStringInferType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setFloatValue(float) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setFlushProportion(double) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setFlushStatus(FlushStatus) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
setFlushStatus(FlushStatus) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
setFolders(List<String>) - Method in class org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy
To init folders.
setFolders(List<String>) - Method in class org.apache.iotdb.db.conf.directories.strategy.SequenceStrategy
 
setForceAddParent(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
setForInterval(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setFrequencyIntervalInMinute(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setFromComponent(FromComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setFromComponent(FromComponent) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
setFromSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
setFullPath(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setFullPath(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setFullPath(String) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
setFullPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
setGlobalFlushTime(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
setGlobalTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setGroupByFillCacheSizeInMB(float) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setGroupByFillPlan(GroupByTimeFillPlan) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setGroupByLevelComponent(GroupByLevelComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setGroupByLevelController(GroupByLevelController) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setGroupByLevelController(GroupByLevelController) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
setGroupByLevelDescriptors(List<GroupByLevelDescriptor>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
setGroupByLevelExpressions(Map<Expression, Set<Expression>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setGroupByTimeComponent(GroupByTimeComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setGroupByTimeInterval(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setGroupByTimeIntervalString(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setGroupByTimeParameter(GroupByTimeParameter) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setGroupByTimePlan(GroupByTimePlan) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setHasBuiltInAggregationFunction(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
setHasLast(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
setHasLimit(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
setHasLimit(boolean) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
setHasPlainAggregationFunction(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
setHasRawDataInputAggregation(boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setHasRemaining(boolean) - Method in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
setHasRemaining(boolean) - Method in interface org.apache.iotdb.db.query.reader.series.ManagedSeriesReader
 
setHasRemaining(boolean) - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
setHasValueFilter(boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setHavingCondition(HavingCondition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setHavingExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setHostDataNode(TDataNodeLocation) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
setId(int) - Method in class org.apache.iotdb.db.metadata.template.Template
 
setId(ID) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.queue.IDIndexedAccessible
 
setId(ID) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
setIdleTimeoutInSeconds(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setIf(T, Predicate<T>) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Sets the state if the current state satisfies the specified predicate.
setIndex(long) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
setIndex(long) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
setIndex(long) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
setIndex(long) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setIndexes(List<Integer>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setIndexRootFolder(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.logical.sys.DropIndexOperator
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
setIndexType(IndexType) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
setInfluxDBRpcPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInnerAggregationPlan(AggregationPlan) - Method in class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
setInnerCompactionCnt(int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
setInnerSeqCompactionPerformer(InnerSeqCompactionPerformer) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInnerSequenceCompactionSelector(InnerSequenceCompactionSelector) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInnerUnseqCompactionPerformer(InnerUnseqCompactionPerformer) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInnerUnsequenceCompactionSelector(InnerUnsequenceCompactionSelector) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInputExpressions(List<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
setInsertMultiTabletEnableMultithreadingColumnThreshold(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInsertRowNodeIndexList(List<Integer>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
setInsertRowNodeIndexList(List<Integer>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
setInsertRowNodeList(List<InsertRowNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
setInsertRowNodeList(List<InsertRowNode>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
setInsertRowStatementList(List<InsertRowStatement>) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsOfOneDeviceStatement
 
setInsertRowStatementList(List<InsertRowStatement>) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowsStatement
 
setInsertTabletPlanList(List<InsertTabletPlan>) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
setInsertTabletStatementList(List<InsertTabletStatement>) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertMultiTabletsStatement
 
setInt(int, int) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setInt(int, int) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setIntegerStringInferType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInternalAddress(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInternalBatchSize(int) - Static method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
setInternalPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setInterrupted(boolean) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setInterval(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setInterval(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setInterval(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setIntervalByMonth(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setIntervalByMonth(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setIntervalByMonth(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setIntervalByMonth(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setIntoPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
setIntoPathsAligned(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
setIntValue(int) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setIoTaskQueueSizeForFlushing(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setIpWhiteList(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setIsContains(boolean) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
setIsExecuted(int) - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Mark the sub-plan at position i as executed.
setIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
setIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
setIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
setIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setIsSgPath(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
setIsSgPath(boolean) - Method in class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
setIsSingle(boolean) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
setIsSingle(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
setJoinClusterTimeOutMs(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setKey(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
setKey(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
setKey(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
setKey(String) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
setKey(String) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
setKeyStorePath(String) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setKeyStorePwd(String) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setLastCacheContainer(ILastCacheContainer) - Method in class org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
 
setLastCacheContainer(ILastCacheContainer) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setLastCacheContainer(ILastCacheContainer) - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
setLastCacheContainer(ILastCacheContainer) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setLastHeartbeat(long) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceExecution
 
setLastQueryTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
setLastReportedSize(long) - Method in class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
setLeftCRightO(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setLeftCRightO(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setLeftCRightO(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setLeftCRightO(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setLeftExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
setLevel(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
setLevels(int[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
setLevels(int[]) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setLevels(int[]) - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
setLimit(int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
setLimit(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
setLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
setLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
setLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
setLimit(int) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
setLimit(int) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
setLimit(int) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
setLog(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.LogPlan
 
setLoginUserName(String) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setLogNum(int) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
only used for initialize a mlog file writer.
setLong(int, long) - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
setLong(int, long) - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
setLongStringInferType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setLongValue(long) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setManagedByFlushManager(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
setManagedByQueryManager(boolean) - Method in class org.apache.iotdb.db.query.reader.series.BaseManagedSeriesReader
 
setManagedByQueryManager(boolean) - Method in interface org.apache.iotdb.db.query.reader.series.ManagedSeriesReader
 
setManagedByQueryManager(boolean) - Method in class org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader
 
setMatchedNodes(Set<TSchemaNode>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setMaxAllowedConcurrentQueries(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxConnectionForInternalService(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxCrossCompactionCandidateFileNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxInnerCompactionCandidateFileNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxMemtableNumber(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxNumberOfSyncFileRetry(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxPendingContinuousQueryTasks(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxPendingWindowEvaluationTasks(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxPlanIndex(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setMaxQueryDeduplicatedPathNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMaxRunTime(Duration) - Method in class org.apache.iotdb.db.mpp.execution.operator.OperatorContext
 
setMaxWaitingTimeWhenInsertBlocked(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMeasurement(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
 
setMeasurement(String) - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
setMeasurementAlias(String) - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
setMeasurementAlias(String) - Method in class org.apache.iotdb.db.qp.physical.crud.MeasurementInfo
 
setMeasurementInfoMap(Map<String, MeasurementInfo>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setMeasurementList(String[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
setMeasurementList(String[]) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
setMeasurementList(List<String>) - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
setMeasurementMNodes(IMeasurementMNode[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setMeasurements(String[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertBaseStatement
 
setMeasurements(String[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertPlan
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan
 
setMeasurements(List<String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setMeasurements(List<List<String>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
setMeasurementSchema(IMeasurementSchema) - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
setMeasurementSchemas(MeasurementSchema[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
setMemorySizeForCompaction(long) - Method in class org.apache.iotdb.db.rescon.SystemInfo
 
setMemtableSizeThreshold(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMergeOrderParameter(OrderByParameter) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setMetaDataCacheEnable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMinimumSegmentInSchemaFile(short) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMinPlanIndex(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setMlogBufferSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setModFile(ModificationFile) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setMonitorSeriesValue(long) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
setMppDataExchangeCorePoolSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMppDataExchangeKeepAliveTimeInMs(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMppDataExchangeMaxPoolSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMppDataExchangePort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMppMode(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttHandlerPoolSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttHost(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttMaxMessageSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttPayloadFormatter(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMqttPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setmRemoteSchemaCacheSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setMsg(String) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
setMultiDeviceFlushedTime(long, Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setMultiDeviceFlushedTime(long, Map<String, Long>) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setMultiDeviceFlushedTime(long, Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setMultiDeviceGlobalFlushedTime(Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setMultiDeviceGlobalFlushedTime(Map<String, Long>) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setMultiDeviceGlobalFlushedTime(Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setMultiDeviceLastTime(long, Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setMultiDeviceLastTime(long, Map<String, Long>) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setMultiDeviceLastTime(long, Map<String, Long>) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setName(String) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setName(String) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setName(String) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
setName(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
setName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.CreateSchemaTemplateStatement
 
setName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTemplateOperator
 
setName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.AppendTemplatePlan
 
setName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
 
setName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.DropTemplatePlan
 
setName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
setName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.PruneTemplatePlan
 
setNanStringInferType(TSDataType) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setNeedInferType(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
setNeedInferType(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
setNeedInferType(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
setNeedUpdateLastCache(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
setNewDataEventHandler(PipeOpManager.NewDataEventHandler) - Method in class org.apache.iotdb.db.sync.datasource.PipeOpManager
Set NewDataEventHandler to get notification when new data arrive.
setNewPassword(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setNewPassword(String) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setNextReadIndex(long) - Method in class org.apache.iotdb.db.sync.datasource.PipeStorageGroupInfo
 
setNextSegAddress(long) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
setNextSegAddress(long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
setNextSegAddress(short, long) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
setNextSegAddress(short, long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
setNodeAddress(IMNode, long) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
setNodeNameList(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setNodeNameList(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setNoMoreTsBlocks() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
Notify the handle that there are no more tsblocks.
setNoMoreTsBlocks() - Method in class org.apache.iotdb.db.mpp.execution.exchange.LocalSinkHandle
 
setNoMoreTsBlocks() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
setNoMoreTsBlocks() - Method in interface org.apache.iotdb.db.mpp.execution.operator.sink.SinkOperator
Notify SinkHandle that no more tsBlocks will be sent.
setNoMoreTsBlocks(boolean) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
Notify no more tsblocks will be added to the queue.
setNot(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
setOffset(int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
setOffset(int) - Method in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
setOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
setOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
setOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
setOffset(int) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
setOffset(int) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
setOffset(int) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
setOffset(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setOffset(long) - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
setOffset(long) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setOffset(long) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
setOffset(long) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
setOnCluster(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.ClearCacheStatement
 
setOnCluster(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
setOnCluster(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.LoadConfigurationStatement
 
setOnCluster(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.MergeStatement
 
setOnCluster(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
setOneDeviceFlushedTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setOneDeviceFlushedTime(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setOneDeviceFlushedTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setOneDeviceGlobalFlushedTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setOneDeviceGlobalFlushedTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setOneDeviceGlobalFlushedTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setOneDeviceLastTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
setOneDeviceLastTime(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
setOneDeviceLastTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
setOneSeriesInMultiRegion(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
setOperatorType(Operator.OperatorType) - Method in class org.apache.iotdb.db.qp.logical.Operator
 
setOperatorType(Operator.OperatorType) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setOrderByComponent(OrderByComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setOrderByHeat(boolean) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
setOutputColumnNames(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
setPageCacheSizeInSchemaFile(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setParent(IMNode) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setParent(IMNode) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setParent(IMNode) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
setParentDirPath(String) - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
setParentInsertTabletPlanIndexList(List<Integer>) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
setPartialPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteTimeSeriesStatement
 
setPartitionCacheSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setPartitionFileVersionToMax(long, long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Set the version in "partition" to "version" if "version" is larger than the current version.
setPartitionFilter(DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
setPartitionFilter(DataRegion.TimePartitionFilter) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
setPartitionIds(Set<Long>) - Method in class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
setPartitionInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setPartitionVersionToMax(long, long) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push setPartitionVersionToMax operation down to all virtual storage group processors
setPartitionVersionToMax(PartialPath, long, long) - Method in class org.apache.iotdb.db.engine.StorageEngine
Set the version of given partition to newMaxVersion if it is larger than the current version.
setPassword(String) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.User
 
setPassword(String) - Method in class org.apache.iotdb.db.protocol.rest.filter.User
 
setPassWord(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setPassWord(String) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.engine.modification.Modification
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.SetStorageGroupOperator
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
setPathList(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
setPathPattern(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountStatement
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.DeletePlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
setPaths(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
setPathSet(Set<PartialPath>) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
setPathSet(Set<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
setPermissions(Set<Integer>) - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
setPipeAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
setPipeAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreatePipeOperator
 
setPipeDataSerialNumber(long) - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
setPipeName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
setPipeName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeStatement
 
setPipeName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeStatement
 
setPipeName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
setPipeName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
setPipeName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPipeOperator
 
setPipeName(String) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
setPipeOpManager(PipeOpManager) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
setPipeSinkAttributes(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreatePipeSinkOperator
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.DropPipeSinkStatement
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkStatement
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowPipeSinkOperator
 
setPipeSinkName(String) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
setPipeSinkType(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
setPipeSinkWriterFactory(IExternalPipeSinkWriterFactory) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
setPivotTo(int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
setPlanNodeId(PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
 
setPlanNodeTree(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
setPredicate(Expression) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.HavingCondition
 
setPredicate(Expression) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.WhereCondition
 
setPrefixMatch(boolean) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
setPrefixMatch(boolean) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setPrefixMatchPath(boolean) - Method in class org.apache.iotdb.db.qp.logical.Operator
 
setPrefixPath(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
setPrefixPath(String) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
setPrefixPath(String) - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
setPrefixPath(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.DeleteStorageGroupStatement
 
setPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.ActivateTemplateOperator
 
setPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
setPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
setPrefixPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setPrevSegAddress(long) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
setPrevSegAddress(long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
setPrevSegAddress(short, long) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
 
setPrevSegAddress(short, long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
setPrimitiveArraySize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setPrivilegeList(String[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setPrivilegeList(String[]) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setProcessor(TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setProps(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setProps(Map<String, Object>) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setProps(Map<String, Object>) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
setProps(Map<String, String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setPropsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setQuery(boolean) - Method in class org.apache.iotdb.db.qp.physical.PhysicalPlan
 
setQueryEndTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
setQueryFilter(Expression) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setQueryId(long) - Method in class org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
 
setQueryMultiRegion(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
setQueryOperator(QueryOperator) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectIntoOperator
 
setQueryOperator(QueryOperator) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setQuerySql(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setQueryStartTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
setQueryStartTime(long) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
setQueryTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
setQueryTimeLowerBound(long) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setQueryTimeoutThreshold(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setQueryType(QueryType) - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
setRange(List<Integer>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
setRange(List<Integer>) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setRawDataSource(boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setRawPathToGroupedPathMap(Map<Expression, Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setRawQueryBlockingQueueCapacity(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setReadConsistencyLevel(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setReady(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setRecord(RowRecord) - Method in class org.apache.iotdb.db.query.dataset.SingleDataSet
 
setRecorded(boolean) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
setRecoverFinish(boolean) - Method in class org.apache.iotdb.db.service.SettleService
 
setRecoveryLogIntervalInMs(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SourceNode
 
setRegionReplicaSet(TRegionReplicaSet) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
setRegionType(TConsensusGroupType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
setRegionType(TConsensusGroupType) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
setRehash(int) - Method in class org.apache.iotdb.db.metadata.template.Template
If the original hash code above clashes with existed template inside TemplateManager, needs to be rehashed
setRejectProportion(double) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRelatedTemplate(Map<Integer, Template>) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
setRelatedTemplateInfo(Map<Integer, Template>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setRelatedValues(List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
setRemoteSourceNode(FragmentSinkNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
setRespDatasetHeader(DatasetHeader) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setRestQueryDefaultRowSizeLimit(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setRestServicePort(int) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setResult(Map<PartialPath, Integer>) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MeasurementGroupByLevelCounter
 
setResultColumns(List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.logical.crud.SelectComponent
 
setResultColumns(List<ResultColumn>) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setResultColumns(List<ResultColumn>) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.SelectComponent
 
setResults(Map<Integer, TSStatus>) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
setResults(Map<Integer, TSStatus>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setResultSet(TsBlock) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
setResultSet(T) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
 
setResultSetFormat(ResultSetFormat) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setRetryIntervalInMs(long) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
setRetryIntervalInMs(long) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
setRightExpression(Expression) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
setRoleName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setRoleName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setRoot(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanContext
 
setRoot(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
setRoot(PathPatternNode) - Method in class org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
 
setRowCount(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
setRowCount(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
setRowCount(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setRowLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setRowLimit(int) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setRowLimit(int) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setRowOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setRowOffset(int) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setRowOffset(int) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setRowRecord(Object[]) - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
setRpcAddress(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcAdvancedCompressionEnable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcImplClassName(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcMinConcurrentClientNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcSelectorThreadNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setRpcThriftCompressionEnable(boolean) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSafelyDeletedSearchIndex(long) - Method in class org.apache.iotdb.db.wal.node.WALFakeNode
 
setSafelyDeletedSearchIndex(long) - Method in class org.apache.iotdb.db.wal.node.WALNode
 
setSaveInterval(long) - Static method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
setScanOrder(Ordering) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
setSchema(IMeasurementSchema) - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
setSchemaDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSchemaEngineMode(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSchemaPartitionInfo(SchemaPartition) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setSchemaProcessor(LocalSchemaProcessor) - Static method in class org.apache.iotdb.db.service.IoTDB
 
setSchemaRegionConsensusDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSchemaRegionConsensusPort(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSchemaRegionConsensusProtocolClass(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSchemaReplicationFactor(int) - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
setSchemaReplicationFactor(int) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
setSchemaReplicationFactor(int) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
setSchemaReplicationFactor(Integer) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
setSchemaReplicationFactor(TSetSchemaReplicationFactorReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setSchemaTemplate(String, PartialPath) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
setSchemaTemplate(String, PartialPath) - Method in interface org.apache.iotdb.db.metadata.template.ITemplateManager
mount template
setSchemaTemplate(TSetSchemaTemplateReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setSchemaTemplate(Template) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setSchemaTemplate(Template) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setSchemaTemplate(Template) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
setSchemaTemplate(Template) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setSchemaTemplate(SetSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
setSchemaTemplate(SetSchemaTemplateStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
setSchemaTemplate(SetSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
setSchemaTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
setSchemaTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
setSchemaTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
setSchemaTemplate(SetTemplatePlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
setSchemaTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
setSchemaTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
setSchemaTemplateId(int) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setSchemaTemplateId(int) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setSchemaTemplateId(int) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
setSchemaTemplateId(int) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
SetSchemaTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
SetSchemaTemplateStatement(String, PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
SetSchemaTemplateTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
SetSchemaTemplateTask(SetSchemaTemplateStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.SetSchemaTemplateTask
 
setSchemaTree(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setSearchIndex(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
Search index should start from 1
setSearchIndex(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
setSearchIndex(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
Search index should start from 1
setSearchIndex(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
setSearchIndex(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
setSegmentAddress(long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
setSegmentAddress(long) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
setSelectComponent(SelectComponent) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setSelectComponent(InfluxSelectComponent) - Method in class org.apache.iotdb.db.protocol.influxdb.operator.InfluxQueryOperator
 
setSelectComponent(SelectComponent) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setSelectIntoInsertTabletPlanRowLimit(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSelectorNumOfClientManager(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSeq(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setSeq(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
setSeq(Boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
setSeqMemtableFlushCheckInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSeqMemtableFlushInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSeqTsFileSize(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSerializedByteLength(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
setSerializedElementSize(int) - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.SerializableList.SerializationRecorder
 
setSerialNumber(long) - Method in class org.apache.iotdb.db.sync.pipedata.PipeData
 
setSeriesLimit(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setSeriesLimit(int) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setSeriesNumerLimiter(ISeriesNumerLimiter) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
setSeriesOffset(int) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setSeriesOffset(int) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setSeriesPartitionExecutorClass(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSeriesPartitionSlotNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSeriesPathNum(int) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
setSeriesPathNum(long, int) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
setServiceProvider(ServiceProvider) - Static method in class org.apache.iotdb.db.service.IoTDB
 
setSessionTimeoutThreshold(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSettleLogPath(File) - Static method in class org.apache.iotdb.db.engine.settle.SettleLog
 
setSettleTsFileCallBack(DataRegion.SettleTsFileCallBack) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setSettling(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
setSettling(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
setSettling(PartialPath, boolean) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
setSgCol(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
setSgCol(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
setSgLevel(int) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
setSgPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
setShouldFlush() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
setShouldFlush() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
setSingleFill(IFill) - Method in class org.apache.iotdb.db.qp.logical.crud.FillClauseComponent
 
setSingleFill(IFill) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
 
setSingleFill(IFill) - Method in class org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
 
setSingleFill(IFill) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
 
setSinglePath(PartialPath) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
setSinglePath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
SetSinkForRootInstance(SubPlan, List<FragmentInstance>) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
setSinkHandle(ISinkHandle) - Method in class org.apache.iotdb.db.mpp.plan.planner.LocalExecutionPlanContext
 
setSinkHandle(LocalSinkHandle) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
setSlidingStep(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setSlidingStep(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setSlidingStep(long) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setSlidingStep(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setSlidingStepByMonth(boolean) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setSlidingStepByMonth(boolean) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setSlidingStepByMonth(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setSlidingStepByMonth(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setSlowQueryThreshold(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSourceExpressions(Set<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setSourceFiles(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICompactionPerformer
 
setSourceFiles(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
setSourceFiles(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
setSourceFiles(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ISeqCompactionPerformer
 
setSourceFiles(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.IUnseqCompactionPerformer
 
setSourceFiles(List<TsFileResource>, List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICompactionPerformer
 
setSourceFiles(List<TsFileResource>, List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICrossCompactionPerformer
 
setSourceFiles(List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
setSourceFilesToCompactionCandidate() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
setSourceFilesToCompactionCandidate() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
setSourceFilesToCompactionCandidate() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
setSourceHandle(LocalSourceHandle) - Method in class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
setSpecialClauseComponent(SpecialClauseComponent) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setStartTime(long) - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
setStartTime(long) - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
setStartTime(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.GroupByTimeParameter
 
setStartTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByTimeComponent
 
setStartTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
setStartTime(long) - Method in class org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
 
setStartTime(long) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setStartTime(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreatePipeOperator
 
setStartTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
setStartTime(long) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setStartTime(long) - Method in class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
setStartTime(long, long, String) - Method in class org.apache.iotdb.db.query.control.tracing.TracingManager
 
setStatement(String) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setStatement(Statement) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setStatus(NodeStatus) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
setStatus(TsFileResourceStatus) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setStatus(DriverTaskStatus) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
setStatusCode(TSStatusCode) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskResult
 
setStep(AggregationStep) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
setStorageGroup(String) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
setStorageGroup(String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.InfluxDBMetaManager
 
setStorageGroup(String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.NewInfluxDBMetaManager
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
Set storage group of the given path to MTree.
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.localconfignode.LocalSchemaPartitionTable
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Set storage group of the given path to MTree.
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.mtree.ConfigMTree
Set storage group.
setStorageGroup(PartialPath) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
Set storage group of the given path to MTree.
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.UnSetTTLOperator
 
setStorageGroup(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
setStorageGroup(TSetStorageGroupReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setStorageGroup(SetStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
setStorageGroup(SetStorageGroupStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
setStorageGroup(SetStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
setStorageGroup(SetStorageGroupPlan) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
setStorageGroupDir(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
setStorageGroupFilter(LocalSchemaProcessor.StorageGroupFilter) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
setStorageGroupList(List<String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
setStorageGroupList(List<PartialPath>) - Method in class org.apache.iotdb.db.qp.logical.sys.FlushOperator
 
setStorageGroupName(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
 
SetStorageGroupOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
SetStorageGroupOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.SetStorageGroupOperator
 
setStorageGroupPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
setStorageGroupPath(PartialPath) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
SetStorageGroupPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
SetStorageGroupPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
SetStorageGroupPlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
setStorageGroups(List<String>) - Method in class org.apache.iotdb.db.mpp.common.schematree.ClusterSchemaTree
 
setStorageGroups(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
setStorageGroups(List<PartialPath>) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.FlushStatement
 
setStorageGroupSchema(TStorageGroupSchema) - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
setStorageGroupSchema(TStorageGroupSchema) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
setStorageGroupSchema(TStorageGroupSchema) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
setStorageGroupSizeReportThreshold(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
SetStorageGroupStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
SetStorageGroupStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
SetStorageGroupTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
SetStorageGroupTask(SetStorageGroupStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetStorageGroupTask
 
setSubCompactionTaskNum(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSubMeasurementIndex(int) - Method in class org.apache.iotdb.db.utils.AlignedValueIterator
 
setSubMeasurementIndex(int) - Method in class org.apache.iotdb.db.utils.ValueIterator
 
setSuccess(boolean) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
setSummary(CompactionTaskSummary) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICompactionPerformer
 
setSummary(CompactionTaskSummary) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
setSummary(CompactionTaskSummary) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
setSyncClient(ISyncClient) - Method in class org.apache.iotdb.db.sync.transport.client.SenderManager
test
setSyncDelOp(boolean) - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
setSyncMlogPeriodInMs(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setSystemDiskFreeSpace(long) - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
setSystemDiskTotalSpace(long) - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
SetSystemModeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
SetSystemModeOperator(int, NodeStatus) - Constructor for class org.apache.iotdb.db.qp.logical.sys.SetSystemModeOperator
The operator for set system to readonly / writable statement.
SetSystemModePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
SetSystemModePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
SetSystemModePlan(NodeStatus) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetSystemModePlan
 
setSystemStatus(boolean, NodeStatus) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
setSystemStatus(boolean, NodeStatus) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
setSystemStatus(boolean, NodeStatus) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
setSystemStatus(String) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
SetSystemStatusStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
SetSystemStatusStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
 
SetSystemStatusTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys
 
SetSystemStatusTask(SetSystemStatusStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.SetSystemStatusTask
 
setTagAttributeFlushInterval(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTagAttributeTotalSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTagOffset(long) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setTagOffsets(List<Long>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setTagOffsets(List<Long>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setTags(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
setTags(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
setTags(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateTimeSeriesStatement
 
setTags(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTimeSeriesOperator
 
setTags(Map<String, String>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateAlignedTimeSeriesStatement
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CreateMultiTimeSeriesStatement
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateAlignedTimeSeriesOperator
 
setTagsList(List<Map<String, String>>) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
setTagsMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
setTagsMap(Map<String, String>) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement
 
setTagsMap(Map<String, String>) - Method in class org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator
 
setTagsOrAttributesValue(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
set/change the values of tags or attributes
setTagsOrAttributesValue(Map<String, String>, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
set/change the values of tags or attributes
setTagsOrAttributesValue(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
set/change the values of tags or attributes
setTagsOrAttributesValue(Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
set/change the values of tags or attributes
setTagsOrAttributesValue(Map<String, String>, PartialPath, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
set/change the values of tags or attributes
setTargetChunkPointNum(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTargetChunkSize(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTargetCompactionFileSize(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTargetConfigNodeList(List<TEndPoint>) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTargetFiles(List<TsFileResource>) - Method in interface org.apache.iotdb.db.engine.compaction.performer.ICompactionPerformer
 
setTargetFiles(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadChunkCompactionPerformer
 
setTargetFiles(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 
setTargetLevel(int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
setTargetPath(PartialPath) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateContinuousQueryOperator
 
setTargetPath(PartialPath) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
 
setTargetPath(PartialPath) - Method in class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
setTemplate(SetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
setTemplateId(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
setTemplateMap(Map<Integer, Template>) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
setTemplateMap(Map<String, Template>) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
setTemplateName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.SetSchemaTemplateStatement
 
setTemplateName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowNodesInSchemaTemplateStatement
 
setTemplateName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathSetTemplateStatement
 
setTemplateName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathsUsingTemplateStatement
 
setTemplateName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.DropTemplateOperator
 
setTemplateName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
setTemplateName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
setTemplateName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
setTemplateName(String) - Method in class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
SetTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
SetTemplateOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.SetTemplateOperator
 
SetTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
SetTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
SetTemplatePlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetTemplatePlan
 
setTemplateSetInfo(Pair<Template, List<PartialPath>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setTemplateSetLevel(int) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
setThriftDefaultBufferSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setThriftMaxFrameSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setThriftServerAwaitTimeForStopService(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setThrottleThreshold(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTightEstimate(boolean) - Method in class org.apache.iotdb.db.engine.compaction.cross.utils.InplaceCompactionEstimator
 
setTime(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
setTime(long) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
setTime(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
setTime(long) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateIndexOperator
 
setTime(long) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
setTime(long) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
setTime(long) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
setTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
setTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
setTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
setTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
setTimeFilter(Filter) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
setTimeIndex(ITimeIndex) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setTimeIndexLevel(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTimeIndexMemoryThreshold(double) - Method in class org.apache.iotdb.db.rescon.TsFileResourceManager
 
setTimeIndexType(byte) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setTimeout(long) - Method in class org.apache.iotdb.db.query.context.QueryContext
 
setTimeOut(long) - Method in class org.apache.iotdb.db.mpp.common.MPPQueryContext
 
setTimePartitionId(long) - Method in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
setTimePartitionInterval(long) - Static method in class org.apache.iotdb.db.engine.StorageEngine
 
setTimePartitionInterval(long) - Static method in class org.apache.iotdb.db.engine.StorageEngineV2
 
setTimePartitionInterval(long) - Method in interface org.apache.iotdb.db.metadata.mnode.IStorageGroupMNode
 
setTimePartitionInterval(long) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
setTimePartitionInterval(long) - Method in class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
setTimePartitionInterval(Long) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
setTimePartitionInterval(TSetTimePartitionIntervalReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setTimeRange(long, long) - Method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
setTimeRange(TimeRange) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.DeleteDataStatement
 
setTimeRangeId(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
setTimes(long[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
setTimes(long[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
setTimes(long[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertTabletStatement
 
setTimes(long[]) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
setTimes(long[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
setTimeSeriesMetadata(PartialPath, ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setTimeSlice(Duration) - Method in class org.apache.iotdb.db.mpp.execution.schedule.ExecutionContext
 
setTimestamp(long) - Method in interface org.apache.iotdb.db.metadata.lastCache.container.value.ILastCacheValue
 
setTimestamp(long) - Method in class org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
 
setTimestamp(Long) - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionValue
 
setTimestamp(Long) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
setTimestamp(Long) - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
setTimestampPrecision(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTimeValuePair(TimeValuePair, TimeValuePair) - Static method in class org.apache.iotdb.db.utils.TimeValuePairUtils
 
setTimezone(Long, String) - Method in class org.apache.iotdb.db.query.control.SessionManager
 
SETTLE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SETTLE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SETTLE_SUCCESS - org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
 
SettleLog - Class in org.apache.iotdb.db.engine.settle
 
SettleLog() - Constructor for class org.apache.iotdb.db.engine.settle.SettleLog
 
SettleLog.SettleCheckStatus - Enum in org.apache.iotdb.db.engine.settle
 
settleOneTsFileAndMod(TsFileResource, List<TsFileResource>) - Method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
The size of settledResources will be 0 in one of the following conditions: (1) old TsFile is not closed (2) old ModFile is not existed (3) all data in the old tsfile is being deleted after settling
SettleOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
SettleOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
SettlePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
SettlePlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
SettlePlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SettlePlan
 
SettleService - Class in org.apache.iotdb.db.service
 
SettleService() - Constructor for class org.apache.iotdb.db.service.SettleService
 
SettleService.InstanceHolder - Class in org.apache.iotdb.db.service
 
SettleTask - Class in org.apache.iotdb.db.engine.settle
 
SettleTask(TsFileResource) - Constructor for class org.apache.iotdb.db.engine.settle.SettleTask
 
settleTsFile() - Method in class org.apache.iotdb.db.engine.settle.SettleTask
 
settleTsFilesAndMods(Map<String, TsFileResource>) - Static method in class org.apache.iotdb.db.tools.settle.TsFileAndModSettleTool
This method is used to settle tsFiles and mods files, so that each old TsFile corresponds to one or several new TsFiles.
setTlogBufferSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setToEntity(IMNode) - Static method in class org.apache.iotdb.db.metadata.mnode.MNodeUtils
When a measurement, represented by template or MeasurementMNode, is going to be added to a node, the node should be set to entity.
setToEntity(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.IMTreeBelowSG
 
setToEntity(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
setToEntity(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGMemoryImpl
 
setToEntity(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
setToEntity(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
setToEntity(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
setToInternal(IEntityMNode) - Static method in class org.apache.iotdb.db.metadata.mnode.MNodeUtils
When there's no measurement, represented by template or MeasurementMNode, is under this entityMNode, it should not act as entity anymore.
setToInternal(IEntityMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
setToInternal(IEntityMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
setToInternal(IEntityMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
setToSorted(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
setTransformExpressions(Set<Expression>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setTriggerDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerExecutor(TriggerExecutor) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setTriggerExecutor(TriggerExecutor) - Method in interface org.apache.iotdb.db.metadata.mnode.IMeasurementMNode
 
setTriggerExecutor(TriggerExecutor) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setTriggerExecutor(TriggerExecutor) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setTriggerExecutor(TriggerExecutor) - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
setTriggerForwardBatchSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerForwardHTTPPOOLMaxPerRoute(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerForwardHTTPPoolSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerForwardMaxQueueNumber(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerForwardMaxSizePerQueue(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerForwardMQTTPoolSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setTriggerName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateTriggerOperator
 
setTriggerName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.DropTriggerOperator
 
setTriggerName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.StartTriggerOperator
 
setTriggerName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.StopTriggerOperator
 
setTrustStorePath(String) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setTrustStorePwd(String) - Method in class org.apache.iotdb.db.conf.rest.IoTDBRestServiceConfig
 
setTsFilePath(String) - Method in class org.apache.iotdb.db.qp.logical.sys.SettleOperator
 
setTsFilePipe(TsFilePipe) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
 
setTsFileProcessorInfo(TsFileProcessorInfo) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
setTtl(Long) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetStorageGroupStatement
 
setTTL(long) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push setTTL operation down to all virtual storage group processors
setTTL(long) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
setTTL(String, long) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
setTTL(List<DataRegionId>, long) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
setTTL(TSetTTLReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
setTTL(TSetTTLReq) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
setTTL(PartialPath, long) - Method in interface org.apache.iotdb.db.metadata.storagegroup.IStorageGroupSchemaManager
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
setTTL(PartialPath, long) - Method in class org.apache.iotdb.db.metadata.storagegroup.StorageGroupSchemaManager
 
setTTL(SetTTLStatement, String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
setTTL(SetTTLStatement, String) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
setTTL(SetTTLStatement, String) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
SetTTLOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
SetTTLOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.SetTTLOperator
 
SetTTLPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
SetTTLPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
SetTTLPlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
SetTTLPlan(PartialPath, long) - Constructor for class org.apache.iotdb.db.qp.physical.sys.SetTTLPlan
 
SetTTLStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
SetTTLStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
SetTTLTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
SetTTLTask(SetTTLStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
 
setType(String, TSDataType) - Method in class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
setType(Modification.Type) - Method in class org.apache.iotdb.db.engine.modification.Modification
 
setType(StatementType) - Method in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
setType(PipeMessage.MsgType) - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeMessage
 
setTypeProvider(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.analyze.Analysis
 
setTypeProvider(TypeProvider) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
setUdfCollectorMemoryBudgetInMB(float) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUdfDir(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUdfInitialByteArrayLengthForMemoryControl(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUdfMemoryBudgetInMB(float) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUdfName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.CreateFunctionOperator
 
setUdfName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.DropFunctionOperator
 
setUdfReaderMemoryBudgetInMB(float) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUdfTransformerMemoryBudgetInMB(float) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUnderAlignedEntity(boolean) - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
setUnit(long) - Method in class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
 
setUnSeqFileOrderIndex(int[]) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
setUnseqMemtableFlushCheckInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUnseqMemtableFlushInterval(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUnSeqTsFileSize(long) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setUntilLast(boolean) - Method in class org.apache.iotdb.db.query.executor.fill.PreviousFill
 
setUnUsingTrigger() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
setupAndGetInstance() - Static method in class org.apache.iotdb.db.consensus.DataRegionConsensusImpl
 
setupAndGetInstance() - Static method in class org.apache.iotdb.db.consensus.SchemaRegionConsensusImpl
 
setUpgradedResources(List<TsFileResource>) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setUpgradeTsFileResourceCallBack(DataRegion.UpgradeTsFileResourceCallBack) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setUpstream(TEndPoint, FragmentInstanceId, PlanNodeId) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
setUpStream(TEndPoint, FragmentInstanceId, PlanNodeId) - Method in class org.apache.iotdb.db.mpp.common.ResultNodeContext
 
setUser(String, User) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.UserCache
 
setUser(String, User) - Method in class org.apache.iotdb.db.protocol.rest.filter.UserCache
 
setUsername(String) - Method in class org.apache.iotdb.db.protocol.mpprest.filter.User
 
setUsername(String) - Method in class org.apache.iotdb.db.protocol.rest.filter.User
 
setUserName(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.AuthorStatement
 
setUserName(String) - Method in class org.apache.iotdb.db.qp.logical.sys.AuthorOperator
 
setUserUseWaterMark(String, boolean) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
setUseTemplate(boolean) - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
setUseTemplate(boolean) - Method in interface org.apache.iotdb.db.metadata.mnode.IEntityMNode
 
setUseTemplate(boolean) - Method in interface org.apache.iotdb.db.metadata.mnode.IMNode
 
setUseTemplate(boolean) - Method in class org.apache.iotdb.db.metadata.mnode.InternalMNode
 
setUseTemplate(boolean) - Method in class org.apache.iotdb.db.metadata.mnode.MeasurementMNode
 
setUsingSchemaTemplate(PartialPath) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
setUsingSchemaTemplate(IMNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
setUsingSchemaTemplate(IMNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
setUsingSchemaTemplate(ActivateTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
setUsingSchemaTemplate(ActivateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
setUsingSchemaTemplate(ActivateTemplatePlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
setUsingSchemaTemplate(ActivateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
setUsingSchemaTemplate(ActivateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
setUsingTemplate(ActivateTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
setUsingTrigger() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
setValue(Object) - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunctionValue
 
setValue(Object) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
set an object.
setValue(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountLevelTimeSeriesStatement
 
setValue(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.CountTimeSeriesStatement
 
setValue(String) - Method in class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
setValue(String) - Method in class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
setValue(String) - Method in class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
setValue(TsPrimitiveType) - Method in interface org.apache.iotdb.db.metadata.lastCache.container.value.ILastCacheValue
 
setValue(TsPrimitiveType) - Method in class org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
 
setValueLists(List<String[]>) - Method in class org.apache.iotdb.db.qp.logical.crud.InsertOperator
 
setValues(Object[]) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
setValues(Object[]) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
 
setValues(Object[]) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
setValues(List<String>) - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
setValuesList(List<String[]>) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.InsertStatement
 
setVerifyMetadata(boolean) - Method in class org.apache.iotdb.db.qp.logical.sys.LoadFilesOperator
 
setVersion(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
setVersion(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
setVolatile(boolean) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
setWalBufferSize(int) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWalDirs(String[]) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWalMode(WALMode) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWatermarkBitString(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWatermarkMethod(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWatermarkSecretKey(String) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWhereComponent(WhereComponent) - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
setWhereCondition(WhereCondition) - Method in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
setWithoutAllNull(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setWithoutAllNull(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setWithoutAnyNull(boolean) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setWithoutAnyNull(boolean) - Method in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
setWithoutNullColumns(List<Expression>) - Method in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
setWorkMemTableShouldFlush() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
setWriteProportion(double) - Method in class org.apache.iotdb.db.conf.IoTDBConfig
 
setWriterInvocationFailures(Map<String, Map<String, AtomicInteger>>) - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
setWriterStatuses(List<ExternalPipeSinkWriterStatus>) - Method in class org.apache.iotdb.db.sync.externalpipe.ExternalPipeStatus
 
setZoneId(ZoneId) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
setZoneId(ZoneId) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
SG_INTERNAL - org.apache.iotdb.db.metadata.mnode.MNodeType
 
sgName - Variable in class org.apache.iotdb.db.query.dataset.ShowResult
 
SHA256DeviceID - Class in org.apache.iotdb.db.metadata.idtable.entry
Using sha 256 hash value of device path as device ID
SHA256DeviceID() - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
SHA256DeviceID(String) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
SharedTsBlockQueue - Class in org.apache.iotdb.db.mpp.execution.exchange
This is not thread safe class, the caller should ensure multi-threads safety.
SharedTsBlockQueue(TFragmentInstanceId, LocalMemoryManager) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
 
SHORT_LEN - Static variable in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
shouldClose() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
shouldFlush() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
shouldFlush() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
shouldFlush() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
shouldIterateReadersToNextValid - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
shouldTraverseTemplate - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
show() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
SHOW - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_CONTINUOUS_QUERIES - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_CONTINUOUS_QUERIES - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_CONTINUOUS_QUERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SHOW_DEVICES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SHOW_MEASUREMENTS - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
SHOW_MERGE_STATUS - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_MERGE_STATUS - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_NODES_IN_SCHEMA_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_PATH_SET_SCHEMA_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_PATH_USING_SCHEMA_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_PIPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_PIPESINK - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_PIPESINKTYPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_QUERY_RESOURCE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_QUERY_RESOURCE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
SHOW_SCHEMA_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
SHOW_SET_TEMPLATES - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
SHOW_TEMPLATES - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
SHOW_TIMESERIES - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
SHOW_USING_TEMPLATES - org.apache.iotdb.db.metadata.template.TemplateQueryType
 
showAllAttributes() - Method in class org.apache.iotdb.db.sync.sender.pipe.ExternalPipeSink
 
showAllAttributes() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
showAllAttributes() - Method in interface org.apache.iotdb.db.sync.sender.pipe.PipeSink
 
showChildNodesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowChildNodesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowChildNodesOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowChildNodesOperator
 
ShowChildNodesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowChildNodesPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowChildNodesPlan
 
ShowChildNodesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowChildNodesStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildNodesStatement
 
showChildPathsColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowChildPathsOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowChildPathsOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowChildPathsOperator
 
ShowChildPathsPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowChildPathsPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowChildPathsPlan
 
ShowChildPathsStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowChildPathsStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowChildPathsStatement
 
showCluster() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
showCluster() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showCluster() - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showCluster() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showClusterColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowClusterStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowClusterStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowClusterStatement
 
ShowClusterTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowClusterTask(ShowClusterStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowClusterTask
 
showConfigNodes() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
showConfigNodes() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showConfigNodes() - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showConfigNodes() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showConfigNodesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowConfigNodesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowConfigNodesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowConfigNodesStatement
 
ShowConfigNodesTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowConfigNodesTask() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowConfigNodesTask
 
ShowConfigNodesTask(ShowConfigNodesStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowConfigNodesTask
 
ShowContinuousQueriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowContinuousQueriesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowContinuousQueriesOperator
 
ShowContinuousQueriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowContinuousQueriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowContinuousQueriesPlan
 
ShowContinuousQueriesResult - Class in org.apache.iotdb.db.query.dataset
 
ShowContinuousQueriesResult(String, String, PartialPath, long, long, long) - Constructor for class org.apache.iotdb.db.query.dataset.ShowContinuousQueriesResult
 
showDataNodes() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
showDataNodes(ShowDataNodesStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showDataNodes(ShowDataNodesStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showDataNodes(ShowDataNodesStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showDataNodesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowDataNodesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowDataNodesStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
ShowDataNodesStatement(TConsensusGroupType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDataNodesStatement
 
ShowDataNodesTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowDataNodesTask() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowDataNodesTask
 
ShowDataNodesTask(ShowDataNodesStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowDataNodesTask
 
ShowDataSet - Class in org.apache.iotdb.db.query.dataset
 
ShowDataSet(List<Path>, List<TSDataType>) - Constructor for class org.apache.iotdb.db.query.dataset.ShowDataSet
 
showDevicesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowDevicesDataSet - Class in org.apache.iotdb.db.query.dataset
 
ShowDevicesDataSet(ShowDevicesPlan) - Constructor for class org.apache.iotdb.db.query.dataset.ShowDevicesDataSet
 
ShowDevicesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowDevicesOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
 
ShowDevicesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowDevicesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
ShowDevicesPlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
ShowDevicesPlan(PartialPath, int, int, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
 
ShowDevicesResult - Class in org.apache.iotdb.db.query.dataset
 
ShowDevicesResult() - Constructor for class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
ShowDevicesResult(String, boolean) - Constructor for class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
ShowDevicesResult(String, boolean, String) - Constructor for class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
ShowDevicesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
SHOW DEVICES statement.
ShowDevicesStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowDevicesStatement
 
showDevicesWithSgColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
showFunctionsColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowFunctionsOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowFunctionsOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowFunctionsOperator
 
ShowFunctionsPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowFunctionsPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowFunctionsPlan
 
ShowFunctionsStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowFunctionsStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowFunctionsStatement
 
ShowFunctionsTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowFunctionsTask() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowFunctionsTask
 
ShowLockInfoOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowLockInfoOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowLockInfoOperator
 
ShowLockInfoPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowLockInfoPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowLockInfoPlan
 
showNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showNodesInSchemaTemplateHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowNodesInSchemaTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
ShowNodesInSchemaTemplateStatement(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowNodesInSchemaTemplateStatement
 
ShowNodesInSchemaTemplateTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
ShowNodesInSchemaTemplateTask(ShowNodesInSchemaTemplateStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowNodesInSchemaTemplateTask
 
ShowNodesInTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowNodesInTemplateOperator(int, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowNodesInTemplateOperator
 
ShowNodesInTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowNodesInTemplatePlan(ShowPlan.ShowContentType, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowNodesInTemplatePlan
 
ShowOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowOperator
 
ShowOperator(int, Operator.OperatorType) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowOperator
 
showPathSetTemplate(ShowPathSetTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showPathSetTemplate(ShowPathSetTemplateStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showPathSetTemplate(ShowPathSetTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showPathSetTemplateHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowPathSetTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
ShowPathSetTemplateStatement(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathSetTemplateStatement
 
ShowPathSetTemplateTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
ShowPathSetTemplateTask(ShowPathSetTemplateStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowPathSetTemplateTask
 
ShowPathsSetTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowPathsSetTemplateOperator(int, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowPathsSetTemplateOperator
 
ShowPathsSetTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPathsSetTemplatePlan(ShowPlan.ShowContentType, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPathsSetTemplatePlan
 
showPathsUsingTemplateHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowPathsUsingTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowPathsUsingTemplateOperator(int, String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowPathsUsingTemplateOperator
 
ShowPathsUsingTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPathsUsingTemplatePlan(ShowPlan.ShowContentType, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPathsUsingTemplatePlan
 
ShowPathsUsingTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
ShowPathsUsingTemplateStatement(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowPathsUsingTemplateStatement
 
showPipe(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
showPipe(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
showPipe(ShowPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showPipe(ShowPipeStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showPipe(ShowPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showPipe(ShowPipePlan, ListDataSet) - Method in class org.apache.iotdb.db.sync.SyncService
 
showPipeColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowPipeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowPipeOperator() - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowPipeOperator
 
ShowPipePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPipePlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPipePlan
 
showPipeSink(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
showPipeSink(ShowPipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showPipeSink(ShowPipeSinkStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showPipeSink(ShowPipeSinkStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showPipeSinkColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowPipeSinkOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowPipeSinkOperator() - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowPipeSinkOperator
 
ShowPipeSinkPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPipeSinkPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPipeSinkPlan
 
ShowPipeSinkStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
ShowPipeSinkStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkStatement
 
ShowPipeSinkTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
ShowPipeSinkTask(ShowPipeSinkStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeSinkTask
 
showPipeSinkTypeColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowPipeSinkTypeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowPipeSinkTypeOperator() - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowPipeSinkTypeOperator
 
ShowPipeSinkTypePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPipeSinkTypePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPipeSinkTypePlan
 
ShowPipeSinkTypeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
ShowPipeSinkTypeStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkTypeStatement
 
ShowPipeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
ShowPipeStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeStatement
 
ShowPipeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
ShowPipeTask(ShowPipeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.ShowPipeTask
 
ShowPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowPlan(ShowPlan.ShowContentType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
ShowPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
ShowPlan(ShowPlan.ShowContentType, PartialPath, int, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
ShowPlan.ShowContentType - Enum in org.apache.iotdb.db.qp.physical.sys
 
ShowQueryProcesslistPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowQueryProcesslistPlan(ShowPlan.ShowContentType) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowQueryProcesslistPlan
 
ShowQueryResourceOperate - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowQueryResourceOperate(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowQueryResourceOperate
 
ShowQueryResourcePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowQueryResourcePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowQueryResourcePlan
 
showRegion(TShowRegionReq) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
showRegion(ShowRegionStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showRegion(ShowRegionStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showRegion(ShowRegionStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showRegionColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowRegionStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowRegionStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
ShowRegionStatement(TConsensusGroupType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
ShowRegionStatement(TConsensusGroupType, List<PartialPath>) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowRegionStatement
 
ShowRegionTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowRegionTask() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowRegionTask
 
ShowRegionTask(ShowRegionStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowRegionTask
 
ShowResult - Class in org.apache.iotdb.db.query.dataset
 
ShowResult() - Constructor for class org.apache.iotdb.db.query.dataset.ShowResult
 
ShowResult(String) - Constructor for class org.apache.iotdb.db.query.dataset.ShowResult
 
ShowResult(String, String) - Constructor for class org.apache.iotdb.db.query.dataset.ShowResult
 
showSchemaTemplate(ShowSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showSchemaTemplate(ShowSchemaTemplateStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showSchemaTemplate(ShowSchemaTemplateStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showSchemaTemplateHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowSchemaTemplateStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata.template
 
ShowSchemaTemplateStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.template.ShowSchemaTemplateStatement
 
ShowSchemaTemplateTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
 
ShowSchemaTemplateTask(ShowSchemaTemplateStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.template.ShowSchemaTemplateTask
 
ShowStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
 
showStorageGroup(List<String>) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
showStorageGroup(ShowStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showStorageGroup(ShowStorageGroupStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showStorageGroup(ShowStorageGroupStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showStorageGroupColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowStorageGroupOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowStorageGroupOperator(int, PartialPath) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowStorageGroupOperator
 
ShowStorageGroupPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowStorageGroupPlan(ShowPlan.ShowContentType, PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowStorageGroupPlan
 
ShowStorageGroupStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
SHOW STORAGE GROUP statement
ShowStorageGroupStatement(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStorageGroupStatement
 
ShowStorageGroupTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowStorageGroupTask(ShowStorageGroupStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowStorageGroupTask
 
ShowTemplatesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowTemplatesOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowTemplatesOperator
 
ShowTemplatesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowTemplatesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTemplatesPlan
 
showTimeseries(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
showTimeseries(ShowTimeSeriesPlan, QueryContext) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
showTimeseries(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
showTimeseries(ShowTimeSeriesPlan, QueryContext) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
showTimeSeriesColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowTimeseriesDataSet - Class in org.apache.iotdb.db.query.dataset
 
ShowTimeseriesDataSet(ShowTimeSeriesPlan, QueryContext) - Constructor for class org.apache.iotdb.db.query.dataset.ShowTimeseriesDataSet
 
ShowTimeSeriesOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowTimeSeriesOperator(int, PartialPath, boolean) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowTimeSeriesOperator
 
ShowTimeSeriesPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowTimeSeriesPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
ShowTimeSeriesPlan(PartialPath) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
ShowTimeSeriesPlan(PartialPath, boolean, String, String, int, int, boolean) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
ShowTimeSeriesPlan(PartialPath, int, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTimeSeriesPlan
 
ShowTimeSeriesResult - Class in org.apache.iotdb.db.query.dataset
 
ShowTimeSeriesResult() - Constructor for class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
ShowTimeSeriesResult(String, String, String, TSDataType, TSEncoding, CompressionType, long, Map<String, String>, Map<String, String>) - Constructor for class org.apache.iotdb.db.query.dataset.ShowTimeSeriesResult
 
ShowTimeSeriesStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
SHOW TIMESERIES statement.
ShowTimeSeriesStatement(PartialPath, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTimeSeriesStatement
 
showTree() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
showTree() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
showTree(int) - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
showTree(int) - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
showTree(int) - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
showTree(int) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
showTree(int) - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
showTree(int) - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
showTree(int) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
showTree(int) - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
showTree(int) - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
showTree(int) - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
ShowTriggersOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowTriggersOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowTriggersOperator
 
ShowTriggersPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowTriggersPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTriggersPlan
 
showTTL(ShowTTLStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
showTTL(ShowTTLStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
showTTL(ShowTTLStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
showTTLColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowTTLOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
ShowTTLOperator(List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.logical.sys.ShowTTLOperator
 
ShowTTLPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
ShowTTLPlan(List<PartialPath>) - Constructor for class org.apache.iotdb.db.qp.physical.sys.ShowTTLPlan
 
ShowTTLStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
ShowTTLStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
 
ShowTTLTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
ShowTTLTask(ShowTTLStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.ShowTTLTask
 
showVersionColumnHeaders - Static variable in class org.apache.iotdb.db.mpp.common.header.ColumnHeaderConstant
 
ShowVersionStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys
 
ShowVersionStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.ShowVersionStatement
 
shutdown() - Method in class org.apache.iotdb.db.service.IoTDB
 
shutdown() - Method in class org.apache.iotdb.db.service.MQTTService
 
shutdown() - Method in class org.apache.iotdb.db.service.NewIoTDB
 
shutdown(long) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
shutdown(long) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
shutdown(long) - Method in class org.apache.iotdb.db.sync.SyncService
 
SimpleExternalSortEngine - Class in org.apache.iotdb.db.query.externalsort
 
SimpleFileVersionController - Class in org.apache.iotdb.db.engine.version
SimpleFileVersionController uses a local file and its file name to store the version.
SimpleFileVersionController(String) - Constructor for class org.apache.iotdb.db.engine.version.SimpleFileVersionController
only used for upgrading
SimpleFileVersionController(String, long) - Constructor for class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
SimpleFragmentParallelPlanner - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
A simple implementation of IFragmentParallelPlaner.
SimpleFragmentParallelPlanner(SubPlan, Analysis, MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.SimpleFragmentParallelPlanner
 
SimplePlanNodeRewriter<C> - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
SimplePlanNodeRewriter() - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.SimplePlanNodeRewriter
 
SimpleQueryTerminator - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
SimpleQueryTerminator(ScheduledExecutorService, MPPQueryContext, List<FragmentInstance>, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.SimpleQueryTerminator
 
SINGLE - org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
SINGLE_SOURCE - org.apache.iotdb.db.query.externalsort.ExternalSortJobPart.ExternalSortJobPartType
 
SingleColumnMerger - Class in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
only has one input column
SingleColumnMerger(InputLocation, TimeComparator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.merge.SingleColumnMerger
 
SingleDataSet - Class in org.apache.iotdb.db.query.dataset
 
SingleDataSet(List<PartialPath>, List<TSDataType>) - Constructor for class org.apache.iotdb.db.query.dataset.SingleDataSet
 
SingleFileLogReader - Class in org.apache.iotdb.db.utils.writelog
SingleFileLogReader reads binarized WAL logs from a file through a DataInputStream by scanning the file from head to tail.
SingleFileLogReader(File) - Constructor for class org.apache.iotdb.db.utils.writelog.SingleFileLogReader
 
singleFill - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
SingleInputAggregationOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
SingleInputAggregationOperator(OperatorContext, List<Aggregator>, Operator, boolean, ITimeRangeIterator, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
SingleInputColumnMultiReferenceIntermediateLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.intermediate
 
SingleInputColumnMultiReferenceIntermediateLayer(Expression, long, float, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnMultiReferenceIntermediateLayer
 
SingleInputColumnSingleReferenceIntermediateLayer - Class in org.apache.iotdb.db.mpp.transformation.dag.intermediate
 
SingleInputColumnSingleReferenceIntermediateLayer(Expression, long, float, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.intermediate.SingleInputColumnSingleReferenceIntermediateLayer
 
SingleSeriesCompactionExecutor - Class in org.apache.iotdb.db.engine.compaction.inner.utils
This class is used to compact one series during inner space compaction.
SingleSeriesCompactionExecutor(PartialPath, LinkedList<Pair<TsFileSequenceReader, List<ChunkMetadata>>>, TsFileIOWriter, TsFileResource) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.utils.SingleSeriesCompactionExecutor
 
SingleSeriesCompactionExecutor(PartialPath, IMeasurementSchema, LinkedList<Pair<TsFileSequenceReader, List<ChunkMetadata>>>, TsFileIOWriter, TsFileResource) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.utils.SingleSeriesCompactionExecutor
 
SingleSourceExternalSortJobPart - Class in org.apache.iotdb.db.query.externalsort
 
SingleSourceExternalSortJobPart(ChunkReaderWrap) - Constructor for class org.apache.iotdb.db.query.externalsort.SingleSourceExternalSortJobPart
 
SingleTimeWindowIterator - Class in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
Used for aggregation with only one time window.
SingleTimeWindowIterator(long, long) - Constructor for class org.apache.iotdb.db.mpp.aggregation.timerangeiterator.SingleTimeWindowIterator
 
SinkException - Exception in org.apache.iotdb.db.engine.trigger.sink.exception
 
SinkException(String) - Constructor for exception org.apache.iotdb.db.engine.trigger.sink.exception.SinkException
 
SinkException(String, Throwable) - Constructor for exception org.apache.iotdb.db.engine.trigger.sink.exception.SinkException
 
sinkHandle - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
SinkHandle - Class in org.apache.iotdb.db.mpp.execution.exchange
 
SinkHandle(TEndPoint, TFragmentInstanceId, String, TFragmentInstanceId, LocalMemoryManager, ExecutorService, TsBlockSerde, MPPDataExchangeManager.SinkHandleListener, IClientManager<TEndPoint, SyncDataNodeMPPDataExchangeServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
SinkNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.sink
 
SinkNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.SinkNode
 
SinkOperator - Interface in org.apache.iotdb.db.mpp.execution.operator.sink
 
size - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
size - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
size - Variable in class org.apache.iotdb.db.wal.io.LogWriter
 
size() - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
size() - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
size() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
size() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
size() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
size() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
size() - Method in class org.apache.iotdb.db.mpp.execution.schedule.queue.IndexedBlockingQueue
Get the current queue size.
size() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnRow
 
size() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnRow
 
size() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
 
size() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
size() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
 
size() - Method in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
size() - Method in class org.apache.iotdb.db.utils.CopyOnReadLinkedList
 
size() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
size() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
size() - Method in interface org.apache.iotdb.db.utils.windowing.api.Window
 
size() - Method in class org.apache.iotdb.db.utils.windowing.window.EvictableBatchList
 
size() - Method in class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
size() - Method in interface org.apache.iotdb.db.wal.io.ILogWriter
Returns the current size of this file.
size() - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
size(boolean) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
SIZE_TIERED - org.apache.iotdb.db.engine.compaction.constant.InnerSequenceCompactionSelector
 
SIZE_TIERED - org.apache.iotdb.db.engine.compaction.constant.InnerUnsequenceCompactionSelector
 
SizeTieredCompactionSelector - Class in org.apache.iotdb.db.engine.compaction.inner.sizetiered
SizeTieredCompactionSelector selects files to be compacted based on the size of files.
SizeTieredCompactionSelector(String, String, long, boolean, TsFileManager) - Constructor for class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
sizeToWrite(MeasurementSchema) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
 
sketchFile(String, String) - Static method in class org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
skip(long) - Method in class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
BufferedReader.skip(long)
skipCurrentChunk() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
skipCurrentChunk() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
skipCurrentChunk() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
skipCurrentFile() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
skipCurrentFile() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
skipCurrentFile() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
skipCurrentPage() - Method in class org.apache.iotdb.db.query.reader.series.AlignedSeriesAggregateReader
 
skipCurrentPage() - Method in interface org.apache.iotdb.db.query.reader.series.IAggregateReader
 
skipCurrentPage() - Method in class org.apache.iotdb.db.query.reader.series.SeriesAggregateReader
 
slideMonth(long, int) - Method in class org.apache.iotdb.db.query.executor.fill.IFill
 
SLIDING_WINDOW_AGGREGATION - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
SlidingSizeWindowConfiguration - Class in org.apache.iotdb.db.utils.windowing.configuration
 
SlidingSizeWindowConfiguration(TSDataType, int) - Constructor for class org.apache.iotdb.db.utils.windowing.configuration.SlidingSizeWindowConfiguration
 
SlidingSizeWindowConfiguration(TSDataType, int, int) - Constructor for class org.apache.iotdb.db.utils.windowing.configuration.SlidingSizeWindowConfiguration
 
SlidingSizeWindowEvaluationHandler - Class in org.apache.iotdb.db.utils.windowing.handler
 
SlidingSizeWindowEvaluationHandler(SlidingSizeWindowConfiguration, Evaluator) - Constructor for class org.apache.iotdb.db.utils.windowing.handler.SlidingSizeWindowEvaluationHandler
 
slidingStep - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
slidingStep - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
SlidingTimeWindowConfiguration - Class in org.apache.iotdb.db.utils.windowing.configuration
 
SlidingTimeWindowConfiguration(TSDataType, long) - Constructor for class org.apache.iotdb.db.utils.windowing.configuration.SlidingTimeWindowConfiguration
 
SlidingTimeWindowConfiguration(TSDataType, long, long) - Constructor for class org.apache.iotdb.db.utils.windowing.configuration.SlidingTimeWindowConfiguration
 
SlidingTimeWindowEvaluationHandler - Class in org.apache.iotdb.db.utils.windowing.handler
 
SlidingTimeWindowEvaluationHandler(SlidingTimeWindowConfiguration, Evaluator) - Constructor for class org.apache.iotdb.db.utils.windowing.handler.SlidingTimeWindowEvaluationHandler
 
SlidingWindowAggregationNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
SlidingWindowAggregationNode(PlanNodeId, List<AggregationDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
SlidingWindowAggregationNode(PlanNodeId, PlanNode, List<AggregationDescriptor>, GroupByTimeParameter, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
SlidingWindowAggregationOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
SlidingWindowAggregationOperator(OperatorContext, List<Aggregator>, ITimeRangeIterator, Operator, boolean, GroupByTimeParameter, long) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.SlidingWindowAggregationOperator
 
SlidingWindowAggregator - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
 
SlidingWindowAggregator(Accumulator, List<InputLocation[]>, AggregationStep) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
 
SlidingWindowAggregator.PartialAggregationResult - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
 
SlidingWindowAggregatorFactory - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
 
SlidingWindowAggregatorFactory() - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregatorFactory
 
SlidingWindowEvaluationHandler - Class in org.apache.iotdb.db.utils.windowing.handler
 
SlidingWindowEvaluationHandler(Configuration, Evaluator) - Constructor for class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
SlidingWindowGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby
 
SlidingWindowGroupByExecutor(TSDataType, String, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
 
SlidingWindowGroupByExecutorFactory - Class in org.apache.iotdb.db.query.executor.groupby
 
SlidingWindowGroupByExecutorFactory() - Constructor for class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutorFactory
 
slidingWindowGroupByExecutors - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
SLOT - org.apache.iotdb.db.service.metrics.enums.Metric
 
SLOW_SQL_LOGGER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
SMALL_ARRAY_LENGTH - Static variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
SmoothQueueSlidingWindowAggregator - Class in org.apache.iotdb.db.mpp.aggregation.slidingwindow
The aggregation result is calculated from all pre-aggregation results in the currently maintained queue when calculating the COUNT, SUM, and AVG.
SmoothQueueSlidingWindowAggregator(Accumulator, List<InputLocation[]>, AggregationStep) - Constructor for class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SmoothQueueSlidingWindowAggregator
 
SmoothQueueSlidingWindowGroupByExecutor - Class in org.apache.iotdb.db.query.executor.groupby.impl
The aggregation result is calculated from all pre-aggregation results in the currently maintained queue when calculating the COUNT, SUM, and AVG.
SmoothQueueSlidingWindowGroupByExecutor(TSDataType, String, boolean) - Constructor for class org.apache.iotdb.db.query.executor.groupby.impl.SmoothQueueSlidingWindowGroupByExecutor
 
SNAPSHOT_LOG_NAME - Static variable in class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
SnapshotFileSet - Class in org.apache.iotdb.db.engine.snapshot
 
SnapshotFileSet() - Constructor for class org.apache.iotdb.db.engine.snapshot.SnapshotFileSet
 
SnapshotLoader - Class in org.apache.iotdb.db.engine.snapshot
 
SnapshotLoader(String, String, String) - Constructor for class org.apache.iotdb.db.engine.snapshot.SnapshotLoader
 
SnapshotLogAnalyzer - Class in org.apache.iotdb.db.engine.snapshot
 
SnapshotLogAnalyzer(File) - Constructor for class org.apache.iotdb.db.engine.snapshot.SnapshotLogAnalyzer
 
SnapshotLogger - Class in org.apache.iotdb.db.engine.snapshot
 
SnapshotLogger(File) - Constructor for class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
SnapshotTaker - Class in org.apache.iotdb.db.engine.snapshot
SnapshotTaker takes data snapshot for a DataRegion in one time.
SnapshotTaker(DataRegion) - Constructor for class org.apache.iotdb.db.engine.snapshot.SnapshotTaker
 
SOCKET_OPEN_FILE_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
sort() - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
sort(int, int) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
sort(Comparator<RowRecord>) - Method in class org.apache.iotdb.db.query.dataset.ListDataSet
 
SORT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
sortByTime() - Method in class org.apache.iotdb.db.query.dataset.ListDataSet
 
sorted - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
sortedTimestamps - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
SortItem - Class in org.apache.iotdb.db.mpp.plan.statement.component
 
SortItem(SortKey, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.SortItem
 
SortKey - Enum in org.apache.iotdb.db.mpp.plan.statement.component
 
SortNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
In general, the parameter in sortNode should be pushed down to the upstream operators.
SortNode(PlanNodeId, PlanNode, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
SortNode(PlanNodeId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SortNode
 
SortOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
SortOperator() - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.SortOperator
 
sortTvListForFlush() - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
sortTvListForFlush() - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
served for flush requests.
sortTvListForFlush() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
SourceHandle - Class in org.apache.iotdb.db.mpp.execution.exchange
 
SourceHandle(TEndPoint, TFragmentInstanceId, TFragmentInstanceId, String, LocalMemoryManager, ExecutorService, TsBlockSerde, MPPDataExchangeManager.SourceHandleListener, IClientManager<TEndPoint, SyncDataNodeMPPDataExchangeServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
sourceId - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
sourceId - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
SourceNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
 
SourceNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SourceNode
 
SourceOperator - Interface in org.apache.iotdb.db.mpp.execution.operator.source
 
SourceRewriter - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
SourceRewriter(Analysis) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
sourceTaskFailed(FragmentInstanceId, Throwable) - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
SPANS_MULTI_TIME_PARTITIONS_FLAG_ID - Static variable in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
 
specialClauseComponent - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
SpecialClauseComponent - Class in org.apache.iotdb.db.qp.logical.crud
 
SpecialClauseComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
SPLIT_CHAR - Static variable in class org.apache.iotdb.db.engine.snapshot.SnapshotLogger
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.ActivateTemplateNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.AlterTimeSeriesNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateAlignedTimeSeriesNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateMultiTimeSeriesNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.CreateTimeSeriesNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InternalCreateTimeSeriesNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
splitByPartition(Analysis) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.WritePlanNode
 
splitFragment(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.DistributionPlanner
 
splitPartialAggregation(AggregationType) - Static method in class org.apache.iotdb.db.utils.SchemaUtils
 
splitPathPatternByDevice(PartialPath) - Static method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
splitWindowForStateWindow(TSDataType, ValueRecorder, double, ElasticSerializableTVList) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.TransformUtils
 
SPREAD - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
SQLConstant - Class in org.apache.iotdb.db.qp.constant
this class contains several constants used in SQL.
SQLConstant() - Constructor for class org.apache.iotdb.db.qp.constant.SQLConstant
 
SQLParseError - Class in org.apache.iotdb.db.qp.strategy
 
SQLParseError() - Constructor for class org.apache.iotdb.db.qp.strategy.SQLParseError
 
SQLParserException - Exception in org.apache.iotdb.db.exception.sql
 
SQLParserException() - Constructor for exception org.apache.iotdb.db.exception.sql.SQLParserException
 
SQLParserException(String) - Constructor for exception org.apache.iotdb.db.exception.sql.SQLParserException
 
SQLParserException(String, String) - Constructor for exception org.apache.iotdb.db.exception.sql.SQLParserException
 
StandaloneAuthorityFetcher - Class in org.apache.iotdb.db.auth
 
StandaloneAuthorityFetcher() - Constructor for class org.apache.iotdb.db.auth.StandaloneAuthorityFetcher
 
StandaloneConfigTaskExecutor - Class in org.apache.iotdb.db.mpp.plan.execution.config.executor
 
StandaloneConfigTaskExecutor() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
StandalonePartitionFetcher - Class in org.apache.iotdb.db.mpp.plan.analyze
 
StandalonePartitionFetcher() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
StandaloneScheduler - Class in org.apache.iotdb.db.mpp.plan.scheduler
 
StandaloneScheduler(MPPQueryContext, QueryStateMachine, List<FragmentInstance>, QueryType, ScheduledExecutorService, IClientManager<TEndPoint, SyncDataNodeInternalServiceClient>) - Constructor for class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
StandaloneSchemaFetcher - Class in org.apache.iotdb.db.mpp.plan.analyze
 
StandaloneServiceProvider - Class in org.apache.iotdb.db.service.basic
 
StandaloneServiceProvider() - Constructor for class org.apache.iotdb.db.service.basic.StandaloneServiceProvider
 
STAR - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
start() - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
start() - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
start() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
start() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
start() - Method in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
start() - Method in class org.apache.iotdb.db.engine.compaction.task.CompactionTaskSummary
 
start() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
start() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTaskPoolManager
 
start() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
start() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushSubTaskPoolManager
 
start() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushTaskPoolManager
 
start() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
start() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
start() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
start() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
start() - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
start() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
start() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
start() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
start() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
start() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
start() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.FixedRateFragInsStateTracker
 
start() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IFragInstanceStateTracker
 
start() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
start() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
start() - Method in class org.apache.iotdb.db.protocol.mpprest.MPPRestService
 
start() - Method in class org.apache.iotdb.db.protocol.rest.RestService
 
start() - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
start() - Method in class org.apache.iotdb.db.query.pool.QueryTaskManager
 
start() - Method in class org.apache.iotdb.db.query.pool.RawQueryReadTaskPoolManager
 
start() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
start() - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
start() - Method in class org.apache.iotdb.db.service.MQTTService
 
start() - Method in class org.apache.iotdb.db.service.RegionMigrateService
 
start() - Method in class org.apache.iotdb.db.service.SettleService
 
start() - Method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
start() - Method in class org.apache.iotdb.db.service.UpgradeSevice
 
start() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
start and init all working threads
start() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Start this pipe, so it can collect data from IoTDB continuously.
start() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
start() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
start() - Method in class org.apache.iotdb.db.sync.SyncService
IService *
start() - Method in class org.apache.iotdb.db.sync.transport.client.SenderManager
 
start() - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTaskPoolManager
 
start() - Method in class org.apache.iotdb.db.wal.WALManager
 
START_PIPE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
START_PIPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
START_PIPE_SERVER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
START_TIME_STR - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
START_TRIGGER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
START_TRIGGER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
START_TRIGGER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
startAsyncCollectedMetrics() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
startAsyncCollectedMetrics() - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
startChunkGroup(String, boolean) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
startChunkGroup(String, boolean) - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
startChunkGroup(String, boolean) - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
startExtPipe(String, Map<String, String>) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
Start 1 dedicated external Pipe
startIndex - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
startLevel - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
startMeasurement(List<IMeasurementSchema>, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
startNewInterval() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer
 
startNode - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
startPipe(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
startPipe(String) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
startPipe(String) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
startPipe(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
startPipe(StartPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
startPipe(StartPipeStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
startPipe(StartPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
StartPipeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
StartPipeOperator(String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.StartPipeOperator
 
StartPipeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
StartPipeStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StartPipeStatement
 
StartPipeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
StartPipeTask(StartPipeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.StartPipeTask
 
startRecovery() - Method in class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
Make preparation for recovery, including load .resource file (reconstruct when necessary) and truncate the file to remaining corrected data.
startService() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
 
startService() - Method in interface org.apache.iotdb.db.service.metrics.MetricServiceMBean
 
startService() - Method in interface org.apache.iotdb.db.service.RPCServiceMBean
 
startSettling(List<TsFileResource>, List<TsFileResource>) - Method in class org.apache.iotdb.db.service.SettleService
 
startTime - Variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
start time
startTime - Variable in class org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
 
startTime - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
 
startTime - Variable in class org.apache.iotdb.db.sync.datasource.DeletionGroup.IntervalCursor
 
startTimes - Variable in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
start times array.
StartTriggerOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
StartTriggerOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.StartTriggerOperator
 
StartTriggerPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
StartTriggerPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
StartTriggerPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.StartTriggerPlan
 
startup() - Method in class org.apache.iotdb.db.service.MQTTService
 
state - Variable in class org.apache.iotdb.db.mpp.execution.driver.Driver
 
stateChanged(T) - Method in interface org.apache.iotdb.db.mpp.execution.StateMachine.StateChangeListener
 
stateMachine - Variable in class org.apache.iotdb.db.mpp.plan.scheduler.AbstractFragInsStateTracker
 
StateMachine<T> - Class in org.apache.iotdb.db.mpp.execution
Simple state machine which holds a single state.
StateMachine(String, Executor, T) - Constructor for class org.apache.iotdb.db.mpp.execution.StateMachine
Creates a state machine with the specified initial state and no terminal states.
StateMachine(String, Executor, T, Iterable<T>) - Constructor for class org.apache.iotdb.db.mpp.execution.StateMachine
Creates a state machine with the specified initial state and terminal states.
StateMachine.StateChangeListener<T> - Interface in org.apache.iotdb.db.mpp.execution
 
statement - Variable in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
 
Statement - Class in org.apache.iotdb.db.mpp.plan.statement
This class is a superclass of all statements.
Statement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.Statement
 
StatementAnalyzeException - Exception in org.apache.iotdb.db.exception.sql
 
StatementAnalyzeException(Exception) - Constructor for exception org.apache.iotdb.db.exception.sql.StatementAnalyzeException
 
StatementAnalyzeException(String) - Constructor for exception org.apache.iotdb.db.exception.sql.StatementAnalyzeException
 
StatementAnalyzeException(String, String) - Constructor for exception org.apache.iotdb.db.exception.sql.StatementAnalyzeException
 
StatementAnalyzeException(String, FilterConstant.FilterType) - Constructor for exception org.apache.iotdb.db.exception.sql.StatementAnalyzeException
 
StatementConstructionHandler - Class in org.apache.iotdb.db.protocol.mpprest.handler
 
StatementGenerator - Class in org.apache.iotdb.db.mpp.plan.parser
Convert SQL and RPC requests to Statement.
StatementGenerator() - Constructor for class org.apache.iotdb.db.mpp.plan.parser.StatementGenerator
 
StatementMemorySource - Class in org.apache.iotdb.db.mpp.plan.execution.memory
 
StatementMemorySource(TsBlock, DatasetHeader) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySource
 
StatementMemorySourceContext - Class in org.apache.iotdb.db.mpp.plan.execution.memory
 
StatementMemorySourceContext(MPPQueryContext, Analysis) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceContext
 
StatementMemorySourceVisitor - Class in org.apache.iotdb.db.mpp.plan.execution.memory
 
StatementMemorySourceVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
StatementNode - Class in org.apache.iotdb.db.mpp.plan.statement
This class is a superclass of all statements and clauses in statement.
StatementNode() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.StatementNode
 
statementType - Variable in class org.apache.iotdb.db.mpp.plan.statement.Statement
 
StatementType - Enum in org.apache.iotdb.db.mpp.plan.constant
Type code of statement.
StatementVisitor<R,​C> - Class in org.apache.iotdb.db.mpp.plan.statement
This class provides a visitor of StatementNode, which can be extended to create a visitor which only needs to handle a subset of the available methods.
StatementVisitor() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
STATIC - org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
 
StaticResps - Class in org.apache.iotdb.db.service
Static responses that won't change for all requests.
StatisticsManager - Class in org.apache.iotdb.db.mpp.statistics
 
StatisticsManager() - Constructor for class org.apache.iotdb.db.mpp.statistics.StatisticsManager
 
status - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
status - Variable in class org.apache.iotdb.db.mpp.plan.execution.ExecutionResult
 
status - Variable in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
 
STATUS - org.apache.iotdb.db.service.metrics.enums.Tag
 
STDDEV - Static variable in class org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant
 
step - Variable in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
step - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
stillLives(long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
stillLives(long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
stillLives(long) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
 
stillLives(long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
stillLives(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
check if any of the device lives over the given time bound.
stop() - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
stop() - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
stop() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
stop() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
stop() - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryService
 
stop() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
stop() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushSubTaskPoolManager
 
stop() - Method in class org.apache.iotdb.db.engine.flush.pool.FlushTaskPoolManager
 
stop() - Method in class org.apache.iotdb.db.engine.StorageEngine
 
stop() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
 
stop() - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationService
 
stop() - Method in class org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
 
stop() - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
stop() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
stop() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
stop() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
stop() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.ClusterScheduler
 
stop() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IScheduler
 
stop() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.StandaloneScheduler
 
stop() - Method in class org.apache.iotdb.db.protocol.mpprest.MPPRestService
 
stop() - Method in class org.apache.iotdb.db.protocol.rest.RestService
 
stop() - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
 
stop() - Method in class org.apache.iotdb.db.query.pool.QueryTaskManager
 
stop() - Method in class org.apache.iotdb.db.query.pool.RawQueryReadTaskPoolManager
 
stop() - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
stop() - Method in class org.apache.iotdb.db.service.DataNode
 
stop() - Method in class org.apache.iotdb.db.service.IoTDB
 
stop() - Method in interface org.apache.iotdb.db.service.IoTDBMBean
 
stop() - Method in class org.apache.iotdb.db.service.metrics.MetricService
 
stop() - Method in class org.apache.iotdb.db.service.MQTTService
 
stop() - Method in class org.apache.iotdb.db.service.NewIoTDB
 
stop() - Method in interface org.apache.iotdb.db.service.NewIoTDBMBean
 
stop() - Method in class org.apache.iotdb.db.service.RegionMigrateService
 
stop() - Method in class org.apache.iotdb.db.service.SettleService
 
stop() - Method in class org.apache.iotdb.db.service.TemporaryQueryDataFileService
 
stop() - Method in class org.apache.iotdb.db.service.UpgradeSevice
 
stop() - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePlugin
Stop all working threads
stop() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Stop this pipe, but it will not stop collecting data from IoTDB.
stop() - Method in class org.apache.iotdb.db.sync.sender.pipe.PipeInfo
 
stop() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
stop() - Method in class org.apache.iotdb.db.sync.SyncService
 
stop() - Method in class org.apache.iotdb.db.sync.transport.client.SenderManager
 
stop() - Method in class org.apache.iotdb.db.wal.recover.WALRecoverManager
 
stop() - Method in class org.apache.iotdb.db.wal.WALManager
 
STOP - org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
 
STOP_PIPE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
STOP_PIPE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
STOP_PIPE_SERVER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
STOP_TRIGGER - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
STOP_TRIGGER - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
STOP_TRIGGER - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
stopAndCleanup() - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution
 
stopAndCleanup() - Method in interface org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
 
stopAndCleanup() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
stopAsyncCollectedMetrics() - Method in class org.apache.iotdb.db.service.metrics.predefined.FileMetrics
 
stopAsyncCollectedMetrics() - Method in class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
stopConfigNode(TConfigNodeLocation) - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
stopExtPipe(String) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
Stop dedicated External Pipe
stopPipe(String) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
stopPipe(String) - Method in interface org.apache.iotdb.db.sync.common.ISyncInfoFetcher
 
stopPipe(String) - Method in class org.apache.iotdb.db.sync.common.LocalSyncInfoFetcher
 
stopPipe(String) - Method in class org.apache.iotdb.db.sync.SyncService
 
stopPipe(StopPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor
 
stopPipe(StopPipeStatement) - Method in interface org.apache.iotdb.db.mpp.plan.execution.config.executor.IConfigTaskExecutor
 
stopPipe(StopPipeStatement) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.executor.StandaloneConfigTaskExecutor
 
StopPipeOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
StopPipeOperator(String) - Constructor for class org.apache.iotdb.db.qp.logical.sys.StopPipeOperator
 
StopPipeStatement - Class in org.apache.iotdb.db.mpp.plan.statement.sys.sync
 
StopPipeStatement(StatementType) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.sys.sync.StopPipeStatement
 
StopPipeTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.sys.sync
 
StopPipeTask(StopPipeStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.sys.sync.StopPipeTask
 
stopSchedulerPool() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
stopService() - Method in interface org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
 
stopService() - Method in interface org.apache.iotdb.db.service.metrics.MetricServiceMBean
 
stopService() - Method in interface org.apache.iotdb.db.service.RPCServiceMBean
 
stopThreadPool(ExecutorService, ThreadName) - Static method in class org.apache.iotdb.db.utils.ThreadUtils
 
StopTriggerOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
StopTriggerOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.StopTriggerOperator
 
StopTriggerPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
StopTriggerPlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
StopTriggerPlan(String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.StopTriggerPlan
 
STORAGE_GROUP - org.apache.iotdb.db.metadata.mnode.MNodeType
 
STORAGE_GROUP - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
STORAGE_GROUP - org.apache.iotdb.db.service.metrics.enums.Metric
 
STORAGE_GROUP_ENTITY_MNODE_TYPE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
STORAGE_GROUP_ENTITY_MNODE_TYPE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
STORAGE_GROUP_LOG - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
STORAGE_GROUP_MNODE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
STORAGE_GROUP_MNODE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
STORAGE_GROUP_MNODE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
STORAGE_GROUP_MNODE_TYPE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
STORAGE_GROUP_MNODE_TYPE_NAME - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
STORAGE_GROUP_NODE_BASE_SIZE - Static variable in class org.apache.iotdb.db.metadata.mnode.estimator.BasicMNodSizeEstimator
The basic extra memory occupied by an StorageGroupMNode based on InternalMNode occupation dataTTL, 8B fullPath length and hashCode, 4 + 4 = 8B
STORAGE_GROUP_NUM - Static variable in class org.apache.iotdb.db.engine.storagegroup.dataregion.HashVirtualPartitioner
total number of virtual storage groups
STORAGE_GROUP_PATTERN - Static variable in class org.apache.iotdb.db.conf.IoTDBConfig
 
StorageEngine - Class in org.apache.iotdb.db.engine
 
StorageEngineException - Exception in org.apache.iotdb.db.exception
 
StorageEngineException(String) - Constructor for exception org.apache.iotdb.db.exception.StorageEngineException
 
StorageEngineException(String, int) - Constructor for exception org.apache.iotdb.db.exception.StorageEngineException
 
StorageEngineException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.StorageEngineException
 
StorageEngineException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.StorageEngineException
 
StorageEngineException(IoTDBException) - Constructor for exception org.apache.iotdb.db.exception.StorageEngineException
 
StorageEngineFailureException - Exception in org.apache.iotdb.db.exception.runtime
 
StorageEngineFailureException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.runtime.StorageEngineFailureException
 
StorageEngineFailureException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.runtime.StorageEngineFailureException
 
StorageEngineReadonlyException - Exception in org.apache.iotdb.db.exception
the exception when writing to a read-only system
StorageEngineReadonlyException() - Constructor for exception org.apache.iotdb.db.exception.StorageEngineReadonlyException
 
StorageEngineV2 - Class in org.apache.iotdb.db.engine
 
storageGroup - Variable in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
StorageGroupAlreadySetException - Exception in org.apache.iotdb.db.exception.metadata
 
StorageGroupAlreadySetException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.StorageGroupAlreadySetException
 
StorageGroupAlreadySetException(String, boolean) - Constructor for exception org.apache.iotdb.db.exception.metadata.StorageGroupAlreadySetException
 
StorageGroupCacheResult<V> - Class in org.apache.iotdb.db.mpp.plan.analyze.cache
 
StorageGroupCacheResult() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.cache.StorageGroupCacheResult
 
StorageGroupCollector<T> - Class in org.apache.iotdb.db.metadata.mtree.traverser.collector
 
StorageGroupCollector(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.collector.StorageGroupCollector
 
StorageGroupCounter - Class in org.apache.iotdb.db.metadata.mtree.traverser.counter
 
StorageGroupCounter(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.counter.StorageGroupCounter
 
StorageGroupEntityMNode - Class in org.apache.iotdb.db.metadata.mnode
 
StorageGroupEntityMNode(IMNode, String, long) - Constructor for class org.apache.iotdb.db.metadata.mnode.StorageGroupEntityMNode
 
storageGroupFilter - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
StorageGroupInfo - Class in org.apache.iotdb.db.engine.storagegroup
The storageGroupInfo records the total memory cost of the Storage Group.
StorageGroupInfo(DataRegion) - Constructor for class org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
 
StorageGroupLogReader - Class in org.apache.iotdb.db.metadata.storagegroup
 
StorageGroupLogReader(String, String) - Constructor for class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogReader
 
StorageGroupLogWriter - Class in org.apache.iotdb.db.metadata.storagegroup
 
StorageGroupLogWriter(String, String) - Constructor for class org.apache.iotdb.db.metadata.storagegroup.StorageGroupLogWriter
 
StorageGroupManager - Class in org.apache.iotdb.db.engine.storagegroup.dataregion
Each storage group that set by users corresponds to a StorageGroupManager
StorageGroupManager() - Constructor for class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
StorageGroupManager(boolean) - Constructor for class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
StorageGroupMNode - Class in org.apache.iotdb.db.metadata.mnode
 
StorageGroupMNode(IMNode, String) - Constructor for class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
StorageGroupMNode(IMNode, String, long) - Constructor for class org.apache.iotdb.db.metadata.mnode.StorageGroupMNode
 
StorageGroupMNodePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
StorageGroupMNodePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
StorageGroupMNodePlan(String, long, int) - Constructor for class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
storageGroupName - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
storageGroupName - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
StorageGroupNotReadyException - Exception in org.apache.iotdb.db.exception
 
StorageGroupNotReadyException(String, int) - Constructor for exception org.apache.iotdb.db.exception.StorageGroupNotReadyException
 
StorageGroupNotSetException - Exception in org.apache.iotdb.db.exception.metadata
 
StorageGroupNotSetException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.StorageGroupNotSetException
 
StorageGroupNotSetException(String, boolean) - Constructor for exception org.apache.iotdb.db.exception.metadata.StorageGroupNotSetException
 
StorageGroupNotSetException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.StorageGroupNotSetException
 
storageGroupPath - Variable in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
StorageGroupSchemaManager - Class in org.apache.iotdb.db.metadata.storagegroup
 
store - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
STR_MERGE_START_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_SEQ_FILES_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_SOURCE_FILES - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_SOURCE_FILES_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_TARGET_FILES - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_TARGET_FILES_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STR_UNSEQ_FILES_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
STRING - org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
 
StringLiteral - Class in org.apache.iotdb.db.mpp.plan.statement.literal
 
StringLiteral(String) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.literal.StringLiteral
 
StringUtils - Class in org.apache.iotdb.db.protocol.influxdb.util
 
StringUtils() - Constructor for class org.apache.iotdb.db.protocol.influxdb.util.StringUtils
 
stringValue - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
subDeserialize(ByteBuffer) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
subList(int, int) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
submit(Runnable) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeFlushTaskManager
 
submit(Runnable) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.MTreeReleaseTaskManager
 
submit(Runnable) - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
submit(Callable<T>) - Method in class org.apache.iotdb.db.rescon.AbstractPoolManager
 
submit(ContinuousQueryTask) - Method in class org.apache.iotdb.db.engine.cq.ContinuousQueryTaskPoolManager
 
submit(WindowEvaluationTask) - Method in class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTaskPoolManager
 
submitAddRegionPeerTask(TMigrateRegionReq) - Method in class org.apache.iotdb.db.service.RegionMigrateService
add a region peer
submitAFlushTask() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
submitAFlushTask(long, boolean, IMemTable) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
WAL module uses this method to flush memTable
submitAFlushTaskWhenShouldFlush(TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
mem control module uses this method to flush memTable
submitDrivers(QueryId, List<IDriver>, long) - Method in class org.apache.iotdb.db.mpp.execution.schedule.DriverScheduler
 
submitDrivers(QueryId, List<IDriver>, long) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.IDriverScheduler
Submit one or more IDriver in one query for later scheduling.
submitRemoveRegionConsensusGroupTask(TMigrateRegionReq) - Method in class org.apache.iotdb.db.service.RegionMigrateService
remove a region peer
submitRemoveRegionPeerTask(TMigrateRegionReq) - Method in class org.apache.iotdb.db.service.RegionMigrateService
remove a region peer
submitSubTask(Callable<Void>) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
submitUpgradeTask(UpgradeTask) - Method in class org.apache.iotdb.db.service.UpgradeSevice
 
SubPlan - Class in org.apache.iotdb.db.mpp.plan.planner.plan
 
SubPlan(PlanFragment) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
subSensorSize - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
subSerialize(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
subTaskNum - Static variable in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
subtract(CpuTimer.CpuDuration) - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
SUBTRACTION - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
SubtractionExpression - Class in org.apache.iotdb.db.mpp.plan.expression.binary
 
SubtractionExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.SubtractionExpression
 
SubtractionExpression(Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.binary.SubtractionExpression
 
subtractTotalDiskUsage(long) - Method in class org.apache.iotdb.db.wal.WALManager
 
succeed() - Method in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
Set status to success and notify all threads waiting for the result.
SUCCESS - org.apache.iotdb.db.wal.utils.listener.AbstractResultListener.Status
 
sum(String) - Static method in class org.apache.iotdb.db.constant.TestConstant
 
sum(List<Double>) - Static method in class org.apache.iotdb.db.utils.MathUtils
calculate sum of list
SUM - org.apache.iotdb.db.query.aggregation.AggregationType
 
SUM - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
SumAccumulator - Class in org.apache.iotdb.db.mpp.aggregation
 
SumAccumulator(TSDataType) - Constructor for class org.apache.iotdb.db.mpp.aggregation.SumAccumulator
 
SumAggrResult - Class in org.apache.iotdb.db.query.aggregation.impl
 
SumAggrResult(TSDataType) - Constructor for class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
summary - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
sumOfCompactionCount - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
sync() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
 
sync() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
sync() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
SYNC - org.apache.iotdb.db.wal.utils.WALMode
submit wal synchronously, write request will not return until its wal is flushed to the disk successfully
syncBuffer() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
Records are always sync with buffer, but header and key-address list are not.
syncBuffer() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
syncClient - Variable in class org.apache.iotdb.db.sync.transport.client.SenderManager
 
SyncClientFactory - Class in org.apache.iotdb.db.sync.transport.client
 
SyncClientFactory() - Constructor for class org.apache.iotdb.db.sync.transport.client.SyncClientFactory
 
syncCloseAllProcessor() - Method in class org.apache.iotdb.db.engine.StorageEngine
flush command Sync asyncCloseOneProcessor all file node processors.
syncCloseAllProcessor() - Method in class org.apache.iotdb.db.engine.StorageEngineV2
flush command Sync asyncCloseOneProcessor all file node processors.
syncCloseAllWorkingTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push syncCloseAllWorkingTsFileProcessors down to all sg
syncCloseAllWorkingTsFileProcessors() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
This method will be blocked until all tsfile processors are closed.
syncCloseOneTsFileProcessor(boolean, TsFileProcessor) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
close one tsfile processor
SyncConfigNodeIServiceClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory
 
SyncConnectionException - Exception in org.apache.iotdb.db.exception
 
SyncConnectionException(String) - Constructor for exception org.apache.iotdb.db.exception.SyncConnectionException
 
SyncConnectionException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.SyncConnectionException
 
SyncConnectionException(Throwable) - Constructor for exception org.apache.iotdb.db.exception.SyncConnectionException
 
SyncDataNodeInternalServiceClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncDataNodeInternalServiceClientPoolFactory
 
SyncDataNodeMPPDataExchangeServiceClientPoolFactory() - Constructor for class org.apache.iotdb.db.client.DataNodeClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory
 
syncDeleteDataFiles() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push syncDeleteDataFiles operation down to all virtual storage group processors
syncDeleteDataFiles() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
delete tsfile
syncFlush() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
TODO if the flushing thread is too fast, the tmpMemTable.wait() may never wakeup Tips: I am trying to solve this issue by checking whether the table exist before wait()
syncFlushMemTable() - Method in class org.apache.iotdb.db.engine.flush.MemTableFlushTask
the function for flushing memtable.
syncHistoryTsFile(long) - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
 
syncHistoryTsFile(long) - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
SyncInfo - Class in org.apache.iotdb.db.sync.common
 
SyncInfo() - Constructor for class org.apache.iotdb.db.sync.common.SyncInfo
 
syncLatestConfigNodeList() - Method in class org.apache.iotdb.db.client.ConfigNodeClient
 
SyncLogReader - Class in org.apache.iotdb.db.sync.common.persistence
 
SyncLogReader() - Constructor for class org.apache.iotdb.db.sync.common.persistence.SyncLogReader
 
syncLogWriter - Variable in class org.apache.iotdb.db.sync.common.SyncInfo
 
SyncLogWriter - Class in org.apache.iotdb.db.sync.common.persistence
SyncLogger is used to manage the persistent information in the sync module.
syncPageBuffer() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
While segments are always synchronized with buffer SchemaPage.pageBuffer, header and tail are not.
syncPageBuffer() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
SyncPipeUtil - Class in org.apache.iotdb.db.utils.sync
 
SyncPipeUtil() - Constructor for class org.apache.iotdb.db.utils.sync.SyncPipeUtil
 
syncRealTimeDeletion(Deletion) - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
tsfile
syncRealTimeDeletion(Deletion) - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
tsfile
syncRealTimeResource(File) - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
 
syncRealTimeResource(File) - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
syncRealTimeTsFile(File) - Method in interface org.apache.iotdb.db.sync.sender.manager.ISyncManager
 
syncRealTimeTsFile(File) - Method in class org.apache.iotdb.db.sync.sender.manager.LocalSyncManager
 
SyncService - Class in org.apache.iotdb.db.sync
 
syncTerminate() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.SimpleQueryTerminator
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.apache.iotdb.db.qp.strategy.SQLParseError
 
SYS_COMMITTED_VM_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_CPU_CORES - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_CPU_LOAD - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_DISK_FREE_SPACE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_DISK_TOTAL_SPACE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_FREE_PHYSICAL_MEMORY_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_FREE_SWAP_SPACE_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_TOTAL_PHYSICAL_MEMORY_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SYS_TOTAL_SWAP_SPACE_SIZE - org.apache.iotdb.db.service.metrics.enums.Metric
 
SystemCheckException - Exception in org.apache.iotdb.db.exception
 
SystemCheckException(String) - Constructor for exception org.apache.iotdb.db.exception.SystemCheckException
 
SystemInfo - Class in org.apache.iotdb.db.rescon
 
SystemInfo() - Constructor for class org.apache.iotdb.db.rescon.SystemInfo
 
SystemMetrics - Class in org.apache.iotdb.db.service.metrics.predefined
 
SystemMetrics() - Constructor for class org.apache.iotdb.db.service.metrics.predefined.SystemMetrics
 
SysTimeVersionController - Class in org.apache.iotdb.db.engine.version
SysTimeVersionController uses system timestamp as the version number.

T

Tag - Enum in org.apache.iotdb.db.service.metrics.enums
 
TAG_LOG - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
TAG_LOG_SNAPSHOT - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
TAG_LOG_SNAPSHOT_TMP - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
TagInfoRecords - Class in org.apache.iotdb.db.protocol.influxdb.meta
 
TagInfoRecords() - Constructor for class org.apache.iotdb.db.protocol.influxdb.meta.TagInfoRecords
 
TagLogFile - Class in org.apache.iotdb.db.metadata.tag
 
TagLogFile(String, String) - Constructor for class org.apache.iotdb.db.metadata.tag.TagLogFile
 
TagManager - Class in org.apache.iotdb.db.metadata.tag
 
TagManager(String) - Constructor for class org.apache.iotdb.db.metadata.tag.TagManager
 
take() - Method in class org.apache.iotdb.db.sync.pipedata.queue.BufferedPipeDataQueue
 
take() - Method in interface org.apache.iotdb.db.sync.pipedata.queue.PipeDataQueue
 
take() - Method in interface org.apache.iotdb.db.sync.sender.pipe.Pipe
Used for ISyncClient to take one PipeData from this pipe.
take() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
transport data *
take() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
Return the element with min priority.
takeFullSnapshot(String, boolean) - Method in class org.apache.iotdb.db.engine.snapshot.SnapshotTaker
 
takeMax() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
Return the element with max priority.
takeSnapshot(File) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
takeSnapshot(File) - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
targetLevel - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
targetLevel - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.counter.MNodeLevelCounter
 
targetTsFileList - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
targetTsFileResource - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
targetTsfileResourceList - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
TASK_POOL_MANAGER - Static variable in class org.apache.iotdb.db.utils.windowing.handler.SlidingWindowEvaluationHandler
 
TaskContext() - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor.TaskContext
 
taskName - Variable in class org.apache.iotdb.db.mpp.plan.execution.config.metadata.SetTTLTask
 
Template - Class in org.apache.iotdb.db.metadata.template
 
Template() - Constructor for class org.apache.iotdb.db.metadata.template.Template
 
Template(CreateSchemaTemplateStatement) - Constructor for class org.apache.iotdb.db.metadata.template.Template
build a template from a CreateSchemaTemplateStatement
Template(CreateTemplatePlan) - Constructor for class org.apache.iotdb.db.metadata.template.Template
build a template from a createTemplatePlan
TEMPLATE_FILE - Static variable in class org.apache.iotdb.db.metadata.MetadataConstant
 
TemplateImcompatibeException - Exception in org.apache.iotdb.db.exception.metadata.template
 
TemplateImcompatibeException(String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.TemplateImcompatibeException
 
TemplateImcompatibeException(String, String, String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.TemplateImcompatibeException
 
TemplateInternalRPCUpdateType - Enum in org.apache.iotdb.db.metadata.template
 
TemplateIsInUseException - Exception in org.apache.iotdb.db.exception.metadata.template
 
TemplateIsInUseException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.TemplateIsInUseException
 
TemplateLogReader - Class in org.apache.iotdb.db.metadata.template
 
TemplateLogReader(String, String) - Constructor for class org.apache.iotdb.db.metadata.template.TemplateLogReader
 
TemplateLogWriter - Class in org.apache.iotdb.db.metadata.template
 
TemplateLogWriter(String, String) - Constructor for class org.apache.iotdb.db.metadata.template.TemplateLogWriter
 
TemplateManager - Class in org.apache.iotdb.db.metadata.template
 
templateMap - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
TemplateQueryType - Enum in org.apache.iotdb.db.metadata.template
 
TemporaryQueryDataFileService - Class in org.apache.iotdb.db.service
 
TERMINAL_FRAGMENT_STATES - Static variable in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentState
 
TERMINAL_INSTANCE_STATES - Static variable in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
 
TERMINAL_INSTANCE_STATES - Static variable in enum org.apache.iotdb.db.mpp.execution.QueryState
 
terminate() - Method in interface org.apache.iotdb.db.mpp.plan.scheduler.IQueryTerminator
 
terminate() - Method in class org.apache.iotdb.db.mpp.plan.scheduler.SimpleQueryTerminator
 
terminate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
terminate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
terminated - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
TernaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.ternary
 
TernaryColumnTransformer(Type, ColumnTransformer, ColumnTransformer, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
TernaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.ternary
 
TernaryExpression(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
TernaryExpression(Expression, Expression, Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
TernaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
 
TernaryTransformer(LayerPointReader, LayerPointReader, LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
TEST_TSFILE_PATH - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
TestConstant - Class in org.apache.iotdb.db.constant
 
TestConstant() - Constructor for class org.apache.iotdb.db.constant.TestConstant
 
testFlag - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
thirdColumnTransformer - Variable in class org.apache.iotdb.db.mpp.transformation.dag.column.ternary.TernaryColumnTransformer
 
thirdExpression - Variable in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
thirdPointReader - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
thirdPointReaderDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
ThreadUtils - Class in org.apache.iotdb.db.utils
the utils for managing thread or thread pool
ThreadUtils() - Constructor for class org.apache.iotdb.db.utils.ThreadUtils
 
THRESHOLD - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
THRIFT_ACTIVE_THREADS - org.apache.iotdb.db.service.metrics.enums.Metric
 
THRIFT_CONNECTIONS - org.apache.iotdb.db.service.metrics.enums.Metric
 
TIME - org.apache.iotdb.db.mpp.plan.statement.component.SortKey
 
TIME_JOIN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
TIME_LENGTH_FOR_FIRST_VALUE - Static variable in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
TIME_PARTITION_OFFSET_IN_LOG - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
TIME_PARTITION_OFFSET_IN_PATH - Static variable in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
TIME_PATH - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TIME_SERIES_COUNT - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
TIME_SERIES_SCHEMA_SCAN - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
TimeColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.leaf
 
TimeColumnTransformer(Type) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.leaf.TimeColumnTransformer
 
TimeComparator - Interface in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
 
timedFlushSeqMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push check sequence memtable flush interval down to all sg
timedFlushSeqMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
timedFlushUnseqMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push check unsequence memtable flush interval down to all sg
timedFlushUnseqMemTable() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
 
timeFilter - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationSourceNode
 
timeFilter - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
timeHeap - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
timeHeap - Variable in class org.apache.iotdb.db.query.dataset.RawQueryDataSetWithoutValueFilter
 
timeHeap - Variable in class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
timeIndex - Variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
time index
TimeIndexLevel - Enum in org.apache.iotdb.db.engine.storagegroup.timeindex
 
TimeJoinNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
This node is responsible for join two or more TsBlock.
TimeJoinNode(PlanNodeId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
TimeJoinNode(PlanNodeId, Ordering, List<PlanNode>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
TimeJoinOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.join
 
TimeJoinOperator(OperatorContext, List<Operator>, Ordering, List<TSDataType>, List<ColumnMerger>, TimeComparator) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.join.TimeJoinOperator
 
TIMEOUT_EXCEPTION_MESSAGE - Static variable in exception org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException
 
TimeoutComparator() - Constructor for class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask.TimeoutComparator
 
timePartition - Variable in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
timePartition - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
timePartition - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
timeRangeIterator - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
timeRangeIterator - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
TimeRangeIteratorFactory - Class in org.apache.iotdb.db.mpp.aggregation.timerangeiterator
 
TimeRangeIteratorFactory - Class in org.apache.iotdb.db.utils.timerangeiterator
 
TIMESEIRES_STR - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
TimeSelector - Class in org.apache.iotdb.db.utils.datastructure
 
TimeSelector(int, boolean) - Constructor for class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
TIMESERIES - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
TIMESERIES - org.apache.iotdb.db.mpp.plan.statement.component.SortKey
 
TIMESERIES - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
TimeSeriesCountNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
TimeSeriesCountNode(PlanNodeId, PartialPath, boolean, String, String, boolean, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
 
TimeSeriesCountOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
TimeSeriesCountOperator(PlanNodeId, OperatorContext, PartialPath, boolean, String, String, boolean, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesCountOperator
 
TimeseriesID - Class in org.apache.iotdb.db.metadata.idtable.entry
A po class contains device id and measurement, represents a timeseries
TimeseriesID(PartialPath) - Constructor for class org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
build timeseries id from full path
TimeSeriesMetadataCache - Class in org.apache.iotdb.db.engine.cache
This class is used to cache TimeSeriesMetadata in IoTDB.
TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey - Class in org.apache.iotdb.db.engine.cache
 
TimeSeriesMetadataCacheKey(String, String, String) - Constructor for class org.apache.iotdb.db.engine.cache.TimeSeriesMetadataCache.TimeSeriesMetadataCacheKey
 
TimeSeriesOperand - Class in org.apache.iotdb.db.mpp.plan.expression.leaf
 
TimeSeriesOperand(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
TimeSeriesOperand(PartialPath) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
TimeSeriesSchemaScanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
 
TimeSeriesSchemaScanNode(PlanNodeId, PartialPath, String, String, int, int, boolean, boolean, boolean) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
TimeSeriesSchemaScanNode(PlanNodeId, PartialPath, String, String, int, int, boolean, boolean, boolean, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
TimeSeriesSchemaScanOperator - Class in org.apache.iotdb.db.mpp.execution.operator.schema
 
TimeSeriesSchemaScanOperator(PlanNodeId, OperatorContext, int, int, PartialPath, String, String, boolean, boolean, boolean, Map<Integer, Template>) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.schema.TimeSeriesSchemaScanOperator
 
TimeseriesStats - Class in org.apache.iotdb.db.mpp.statistics
 
TimeseriesStats() - Constructor for class org.apache.iotdb.db.mpp.statistics.TimeseriesStats
 
timestamp - Variable in class org.apache.iotdb.db.query.aggregation.AggregateResult
For [COUNT, AVG, SUM], it is the start time of the aggregation window.
TIMESTAMP - org.apache.iotdb.db.mpp.plan.expression.ExpressionType
 
TIMESTAMP_PARTIAL_PATH - Static variable in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
TIMESTAMP_STR - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
timeStampFetchSize - Variable in class org.apache.iotdb.db.query.dataset.groupby.GroupByWithValueFilterDataSet
group by batch calculation size.
TimestampOperand - Class in org.apache.iotdb.db.mpp.plan.expression.leaf
 
TimestampOperand() - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
TimestampOperand(ByteBuffer) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
timestampPrecisionStringToTimeUnit(String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
timestamps - Variable in class org.apache.iotdb.db.utils.datastructure.TVList
 
timeValuePair - Variable in class org.apache.iotdb.db.query.reader.universal.Element
 
TimeValuePairUtils - Class in org.apache.iotdb.db.utils
 
TimeValuePairUtils.Intervals - Class in org.apache.iotdb.db.utils
All intervals are closed.
toAborted(DriverTask) - Method in interface org.apache.iotdb.db.mpp.execution.schedule.ITaskScheduler
Switch a task to DriverTaskStatus.ABORTED.
toArray() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
toArray(T[]) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
toByte() - Method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
 
toJsonString() - Method in class org.apache.iotdb.db.engine.trigger.sink.alertmanager.AlertManagerEvent
 
toJsonString() - Method in class org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent
 
TOK_AUTHOR_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_AUTHOR_DROP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_AUTHOR_GRANT - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_AUTHOR_REVOKE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_AUTHOR_UPDATE_USER - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CHILD_NODES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CHILD_PATHS - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CLEAR_CACHE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CONTINUOUS_QUERY_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CONTINUOUS_QUERY_DROP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_COUNT_DEVICES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_COUNT_NODE_TIMESERIES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_COUNT_NODES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_COUNT_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_COUNT_TIMESERIES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CREATE_INDEX - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CREATE_PIPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CREATE_PIPESINK - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_CREATE_SCHEMA_SNAPSHOT - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DATALOAD - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DATE_EXPR - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DELETE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DELETE_PARTITION - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DEVICES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DROP_INDEX - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DROP_PIPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DROP_PIPESINK - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_DURATION - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_FLUSH - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_FLUSH_TASK_INFO - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_FULL_MERGE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_FUNCTION_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_FUNCTION_DROP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_GRANT_WATERMARK_EMBEDDING - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_INSERT - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_KILL_QUERY - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LIST - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LOAD_CONFIGURATION - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LOAD_CONFIGURATION_GLOBAL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LOAD_CONFIGURATION_LOCAL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LOAD_FILES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_LOCK_INFO - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_MERGE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_METADATA_ALTER - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_METADATA_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_METADATA_DELETE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_METADATA_DELETE_FILE_LEVEL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_METADATA_SET_FILE_LEVEL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PIPE_SERVER_START - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PIPE_SERVER_STOP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PROPERTY_ADD_LABEL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PROPERTY_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PROPERTY_DELETE_LABEL - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PROPERTY_LINK - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_PROPERTY_UNLINK - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_QUERY - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_QUERY_INDEX - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_QUERY_PROCESSLIST - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_REMOVE_FILE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_REVOKE_WATERMARK_EMBEDDING - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_ACTIVATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_APPEND - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_DROP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_PRUNE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_SET - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_SHOW - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_SHOW_NODES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_SHOW_PATHS_SET - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_SHOW_PATHS_USING - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SCHEMA_TEMPLATE_UNSET - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SELECT_INTO - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SET - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SET_SYSTEM_MODE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SETTLE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_CONTINUOUS_QUERIES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_FUNCTIONS - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_MERGE_STATUS - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_PIPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_PIPE_SERVER - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_PIPESINK - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_PIPESINKTYPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_QUERY_RESOURCE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_SHOW_TRIGGERS - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_START_PIPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_STOP_PIPE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_STORAGE_GROUP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TIMESERIES - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TRACING - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TRIGGER_CREATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TRIGGER_DROP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TRIGGER_START - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_TRIGGER_STOP - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_UNLOAD_FILE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_UNSET - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_UPDATE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_VERSION - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOK_WHERE - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
tokenIntType - Variable in class org.apache.iotdb.db.qp.logical.Operator
 
tokenNames - Static variable in class org.apache.iotdb.db.qp.constant.SQLConstant
 
TOMBSTONE - Static variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
TOP_K - Static variable in class org.apache.iotdb.db.index.common.IndexConstant
 
toString() - Method in enum org.apache.iotdb.db.conf.OperationType
 
toString() - Method in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
toString() - Method in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
toString() - Method in class org.apache.iotdb.db.engine.compaction.log.TsFileIdentifier
 
toString() - Method in class org.apache.iotdb.db.engine.flush.FlushManager
 
toString() - Method in class org.apache.iotdb.db.engine.memtable.PrimitiveMemTable
 
toString() - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
toString() - Method in class org.apache.iotdb.db.engine.modification.Deletion
 
toString() - Method in enum org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
 
toString() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
toString() - Method in enum org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
 
toString() - Method in enum org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
 
toString() - Method in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
toString() - Method in class org.apache.iotdb.db.metadata.idtable.entry.InsertMeasurementMNode
 
toString() - Method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
toString() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
toString() - Method in class org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
 
toString() - Method in class org.apache.iotdb.db.metadata.mnode.MNode
 
toString() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
toString() - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
toString() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
toString() - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
toString() - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
toString() - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
toString() - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
 
toString() - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
toString() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
toString() - Method in class org.apache.iotdb.db.mpp.common.header.ColumnHeader
 
toString() - Method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
toString() - Method in class org.apache.iotdb.db.mpp.common.QueryId
 
toString() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SinkHandle
 
toString() - Method in class org.apache.iotdb.db.mpp.execution.exchange.SourceHandle
 
toString() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
toString() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskID
 
toString() - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.execution.QueryExecution
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
Sub-classes must not override this method.
toString() - Method in class org.apache.iotdb.db.mpp.plan.expression.ResultColumn
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.FragmentInstance
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.DevicesSchemaScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchMergeNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaFetchScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryMergeNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryOrderByHeatNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesSchemaScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.DeleteTimeSeriesNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeId
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceMergeNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.DeviceViewNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ExchangeNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.FilterNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.GroupByLevelNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryMergeNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.LimitNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.SlidingWindowAggregationNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TimeJoinNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.sink.FragmentSinkNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedLastQueryScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesAggregationScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.LastQueryScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesAggregationScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesScanNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.DeleteDataNode
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationDescriptor
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.SubPlan
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeSinkStatement
 
toString() - Method in class org.apache.iotdb.db.mpp.plan.statement.sys.sync.CreatePipeStatement
 
toString() - Method in class org.apache.iotdb.db.mpp.transformation.dag.intermediate.IntermediateLayer
 
toString() - Method in class org.apache.iotdb.db.protocol.mqtt.Message
 
toString() - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
toString() - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
 
toString() - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
toString() - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
toString() - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
toString() - Method in class org.apache.iotdb.db.qp.logical.Operator
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertTabletPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.crud.QueryIndexPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.AuthorPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeAliasPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.ChangeTagOffsetPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateAlignedTimeSeriesPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateIndexPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipePlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreatePipeSinkPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.CreateTimeSeriesPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.DeleteTimeSeriesPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.DropIndexPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.MeasurementMNodePlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.MNodePlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.OperateFilePlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.SetStorageGroupPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.ShowPlan
 
toString() - Method in class org.apache.iotdb.db.qp.physical.sys.StorageGroupMNodePlan
 
toString() - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
 
toString() - Method in class org.apache.iotdb.db.query.dataset.ShowDevicesResult
 
toString() - Method in enum org.apache.iotdb.db.service.metrics.enums.Metric
 
toString() - Method in enum org.apache.iotdb.db.service.metrics.enums.Tag
 
toString() - Method in class org.apache.iotdb.db.sync.datasource.AbstractOpBlock
 
toString() - Method in class org.apache.iotdb.db.sync.datasource.DeletionOpBlock
 
toString() - Method in class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
toString() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
 
toString() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.InsertOperation
 
toString() - Method in class org.apache.iotdb.db.sync.externalpipe.operation.Operation
 
toString() - Method in class org.apache.iotdb.db.sync.pipedata.DeletionPipeData
 
toString() - Method in class org.apache.iotdb.db.sync.pipedata.SchemaPipeData
 
toString() - Method in class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
toString() - Method in class org.apache.iotdb.db.sync.sender.pipe.IoTDBPipeSink
 
toString() - Method in class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
toString() - Method in class org.apache.iotdb.db.utils.datastructure.FixedPriorityBlockingQueue
 
toString() - Method in class org.apache.iotdb.db.utils.datastructure.TimeSelector
 
toString() - Method in class org.apache.iotdb.db.utils.stats.CpuTimer.CpuDuration
 
toString() - Method in class org.apache.iotdb.db.utils.writelog.LogWriter
 
toStringID() - Method in interface org.apache.iotdb.db.metadata.idtable.entry.IDeviceID
to string format
toStringID() - Method in class org.apache.iotdb.db.metadata.idtable.entry.PlainDeviceID
 
toStringID() - Method in class org.apache.iotdb.db.metadata.idtable.entry.SHA256DeviceID
 
TOTAL_OPEN_FILE_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
totalByteArrayLength - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
totalByteArrayLength - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
totalByteArrayLengthLimit - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
 
totalByteArrayLengthLimit - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableBinaryTVList
 
totalMemTableNum() - Method in class org.apache.iotdb.db.engine.cache.CacheHitRatioMonitor
 
totalMemTableNum() - Method in interface org.apache.iotdb.db.engine.cache.CacheHitRatioMonitorMXBean
 
toThrift() - Method in class org.apache.iotdb.db.mpp.common.FragmentInstanceId
 
toTimeUnit(String) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
toZoneOffset(ZoneId) - Static method in class org.apache.iotdb.db.qp.utils.DatetimeUtils
 
TracedBufferedReader - Class in org.apache.iotdb.db.engine.modification.utils
Copied from BufferedReader, trace the read position by modifying the fill() method.
TracedBufferedReader(Reader) - Constructor for class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
TracedBufferedReader(Reader, int) - Constructor for class org.apache.iotdb.db.engine.modification.utils.TracedBufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
TRACING - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
TRACING - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
TRACING_MANAGER - Static variable in class org.apache.iotdb.db.service.basic.ServiceProvider
 
TracingConstant - Class in org.apache.iotdb.db.query.control.tracing
this class contains several constants used in Tracing.
TracingInfo - Class in org.apache.iotdb.db.query.control.tracing
A distinct TracingInfo is storaged for each query id, which includes the total number of chunks, the average points number of chunk, the information of sequence files and unSequence files this query involves.
TracingInfo() - Constructor for class org.apache.iotdb.db.query.control.tracing.TracingInfo
 
TracingManager - Class in org.apache.iotdb.db.query.control.tracing
 
TracingManager() - Constructor for class org.apache.iotdb.db.query.control.tracing.TracingManager
 
TracingOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
TracingOperator(int, boolean) - Constructor for class org.apache.iotdb.db.qp.logical.sys.TracingOperator
 
TracingPlan - Class in org.apache.iotdb.db.qp.physical.sys
 
TracingPlan(boolean) - Constructor for class org.apache.iotdb.db.qp.physical.sys.TracingPlan
 
transferToResult(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
transferType() - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowPlan
if inferType is true, transfer String[] values to specific data types (Integer, Long, Float, Double, Binary)
transform(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicAndColumnTransformer
 
transform(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicBinaryColumnTransformer
 
transform(boolean, boolean) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.LogicOrColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticAdditionColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticBinaryColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticDivisionColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticModuloColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticMultiplicationColumnTransformer
 
transform(double, double) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.ArithmeticSubtractionColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareBinaryColumnTransformer
transform int value of flag to corresponding boolean value
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareEqualToColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareGreaterEqualColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareGreaterThanColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareLessEqualColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareLessThanColumnTransformer
 
transform(int) - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.binary.CompareNonEqualColumnTransformer
 
transform(Operator) - Method in class org.apache.iotdb.db.qp.strategy.optimizer.ConcatPathOptimizer
 
transform(Operator) - Method in interface org.apache.iotdb.db.qp.strategy.optimizer.ILogicalOptimizer
 
TRANSFORM - org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.ArithmeticBinaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.CompareBinaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.CompareTernaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.ArithmeticNegationTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.InTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.IsNullTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.LogicNotTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.RegularTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.TransparentTransformer
 
transformAndCache() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
transformConstantOperandToColumn(ConstantOperand) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.TransformUtils
 
Transformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer
 
Transformer() - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
transformers - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
transformers - Variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
transformFilterOperatorToExpression() - Method in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
TransformNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
 
TransformNode(PlanNodeId, Expression[], boolean, ZoneId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
TransformNode(PlanNodeId, PlanNode, Expression[], boolean, ZoneId, Ordering) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
TransformOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process
 
TransformOperator(OperatorContext, Operator, List<TSDataType>, Map<String, List<InputLocation>>, Expression[], boolean, ZoneId, TypeProvider, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
transformToExactPath() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
if isUnderAlignedEntity is true, return an AlignedPath with only one sub sensor otherwise, return itself
transformToExpression(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
For a filter operator, if isSingle, call transformToSingleQueryFilter.
FilterOperator cannot be leaf.
transformToExpression(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
For a filter operator, if isSingle, call transformToSingleQueryFilter.
FilterOperator cannot be leaf.
transformToGlobalTimeFilter(Expression, boolean, boolean) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Extract global time filter from query filter.
transformToPartialPath() - Method in class org.apache.iotdb.db.metadata.path.AlignedPath
 
transformToPartialPath() - Method in class org.apache.iotdb.db.metadata.path.MeasurementPath
 
transformToPhysicalPlan(Operator) - Method in class org.apache.iotdb.db.qp.strategy.PhysicalGenerator
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.QueryFilter
it will be used in BasicFunction Operator.
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.FilterOperator
it will be used in BasicFunction Operator.
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
transformToSingleQueryFilter(Map<PartialPath, TSDataType>) - Method in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
transformToVector() - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
RawQueryWithoutValueFilter should call this method to use grouped vector partial path to replace the previous deduplicatedPaths
TransformUtils - Class in org.apache.iotdb.db.mpp.transformation.dag.util
 
TransformUtils() - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.util.TransformUtils
 
transitionToAborted() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToCanceled() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToDispatching() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToFailed() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToFailed(Throwable) - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToFailed(TSStatus) - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToFinished() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToFlushing() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
 
transitionToFlushing() - Method in class org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceStateMachine
 
transitionToPendingRetry(TSStatus) - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToPlanned() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToQueued() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
transitionToRunning() - Method in class org.apache.iotdb.db.mpp.execution.QueryStateMachine
 
translateQueryPath(PartialPath) - Static method in interface org.apache.iotdb.db.metadata.idtable.IDTable
translate query path's device path to device id
translateToPermissionId(Operator.OperatorType) - Static method in class org.apache.iotdb.db.auth.AuthorityChecker
 
TransparentTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
this is a special transformer which outputs data just as input without any modification.
TransparentTransformer(LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.TransparentTransformer
 
transplantSegment(ISchemaPage, short, short) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
Transplant designated segment from srcPage, to spare space of the page
transplantSegment(ISchemaPage, short, short) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
transportExecutorService - Variable in class org.apache.iotdb.db.sync.transport.client.SenderManager
 
transportFile(TSyncTransportMetaInfo, ByteBuffer) - Method in class org.apache.iotdb.db.sync.SyncService
 
transportFile(TSyncTransportMetaInfo, ByteBuffer) - Method in class org.apache.iotdb.db.sync.transport.server.ReceiverManager
Receive TsFile based on startIndex.
transportPipeData(ByteBuffer) - Method in class org.apache.iotdb.db.sync.SyncService
 
transportPipeData(ByteBuffer) - Method in class org.apache.iotdb.db.sync.transport.server.ReceiverManager
Receive PipeData and load it into IoTDB Engine.
traverse() - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
The interface to start the traversal.
traverse(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.CollectorTraverser
extends traversal with limit restriction
traverse(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.collector.MNodeCollector
 
traverse(IMNode, int, int) - Method in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
The recursive method for MTree traversal.
traverseContext - Variable in class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
 
Traverser - Class in org.apache.iotdb.db.metadata.mtree.traverser
This class defines the main traversal framework and declares some methods for result process extension.
Traverser(IMNode, PartialPath, IMTreeStore) - Constructor for class org.apache.iotdb.db.metadata.mtree.traverser.Traverser
To traverse subtree under root.sg, e.g., init Traverser(root, "root.sg.**")
Trigger - Interface in org.apache.iotdb.db.engine.trigger.api
User Guide: docs/UserGuide/Operation Manual/Triggers.md
TriggerClassLoaderManager - Class in org.apache.iotdb.db.engine.trigger.service
Note: it is NOT thread safe.
triggerCommit(String, long) - Method in class org.apache.iotdb.db.sync.externalpipe.ExtPipePluginManager
Notify ExtPipePluginManager to do new commit checking.
TriggerEngine - Class in org.apache.iotdb.db.engine.trigger.executor
 
TriggerEvent - Enum in org.apache.iotdb.db.engine.trigger.executor
 
TriggerExecutionException - Exception in org.apache.iotdb.db.exception
 
TriggerExecutionException(String) - Constructor for exception org.apache.iotdb.db.exception.TriggerExecutionException
 
TriggerExecutionException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.TriggerExecutionException
 
triggerExecutor - Variable in class org.apache.iotdb.db.metadata.mnode.MNode
registered trigger
TriggerExecutor - Class in org.apache.iotdb.db.engine.trigger.executor
 
TriggerExecutor(TriggerRegistrationInformation, TriggerClassLoader, IMNode) - Constructor for class org.apache.iotdb.db.engine.trigger.executor.TriggerExecutor
 
TriggerLogReader - Class in org.apache.iotdb.db.engine.trigger.service
 
TriggerLogReader(File) - Constructor for class org.apache.iotdb.db.engine.trigger.service.TriggerLogReader
 
TriggerLogWriter - Class in org.apache.iotdb.db.engine.trigger.service
 
TriggerLogWriter(String) - Constructor for class org.apache.iotdb.db.engine.trigger.service.TriggerLogWriter
 
TriggerManagementException - Exception in org.apache.iotdb.db.exception
 
TriggerManagementException(String) - Constructor for exception org.apache.iotdb.db.exception.TriggerManagementException
 
TriggerManagementException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.TriggerManagementException
 
TriggerRegistrationInformation - Class in org.apache.iotdb.db.engine.trigger.service
 
TriggerRegistrationInformation(CreateTriggerPlan) - Constructor for class org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
 
TriggerRegistrationService - Class in org.apache.iotdb.db.engine.trigger.service
 
TRIGGERS - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
tryCancel(ListenableFuture<Void>) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
Cancel the specified memory reservation.
tryCatchException(Exception) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.ExceptionHandler
 
tryCatchException(Exception) - Static method in class org.apache.iotdb.db.protocol.rest.handler.ExceptionHandler
 
tryCatchNonQueryException(Exception) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
tryCatchQueryException(Exception) - Static method in class org.apache.iotdb.db.utils.ErrorHandlingUtils
 
tryComplete(ListenableFuture<Void>) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
Complete the specified memory reservation.
tryEvaluate() - Method in class org.apache.iotdb.db.mpp.transformation.dag.column.ColumnTransformer
 
tryExecuteUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowTransformer
 
tryExecuteUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowWindowTransformer
 
tryExecuteUDFOnce() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
tryPing(SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.PingApiServiceImpl
 
tryPing(SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.PingApiServiceImpl
 
tryReadLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
tryReadLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
tryReserve(String, long) - Method in class org.apache.iotdb.db.mpp.execution.memory.MemoryPool
 
trySet(T) - Method in class org.apache.iotdb.db.mpp.execution.StateMachine
Tries to change the state.
tryToSubmitInnerSpaceCompactionTask(String, String, long, TsFileManager, boolean) - Static method in class org.apache.iotdb.db.engine.compaction.CompactionScheduler
 
tryToUnpackAllOverlappedFilesToTimeSeriesMetadata() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
unpack all overlapped seq/unseq files and find the first TimeSeriesMetadata
tryToUnpackAllOverlappedFilesToTimeSeriesMetadata() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
unpack all overlapped seq/unseq files and find the first TimeSeriesMetadata
tryWriteLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
tryWriteLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
tsBlock - Variable in class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
 
tsBlock - Variable in class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
 
TsBlockInputDataSet - Class in org.apache.iotdb.db.mpp.transformation.dag.input
 
TsBlockInputDataSet(Operator, List<TSDataType>) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.input.TsBlockInputDataSet
 
TsBlockSerdeFactory - Class in org.apache.iotdb.db.mpp.execution.exchange
 
TsBlockSerdeFactory() - Constructor for class org.apache.iotdb.db.mpp.execution.exchange.TsBlockSerdeFactory
 
tsDataType - Variable in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
TSFILE - org.apache.iotdb.db.sync.pipedata.PipeData.PipeDataType
 
TsFileAndModSettleTool - Class in org.apache.iotdb.db.tools.settle
Offline Settle tool, which is used to settle TsFile and its corresponding mods file to a new TsFile.
TsFileExtractVisdata - Class in org.apache.iotdb.db.tools.vis
Extract, from input tsfiles, necessary visualization information, which is what "vis.m" needs to plot figures.
TsFileExtractVisdata() - Constructor for class org.apache.iotdb.db.tools.vis.TsFileExtractVisdata
 
TsFileFilter - Interface in org.apache.iotdb.db.query.filter
TsFileFilter is used to filter unwanted TsFiles in a QueryDataSource, to better support data partitioning in the distributed version and other features.
TsFileFlushPolicy - Interface in org.apache.iotdb.db.engine.flush
TsFileFlushPolicy is applied when a TsFileProcessor is full after insertion.
TsFileFlushPolicy.DirectFlushPolicy - Class in org.apache.iotdb.db.engine.flush
 
TsFileIdentifier - Class in org.apache.iotdb.db.engine.compaction.log
This class record the logical information of files in compaction, which is used to locate file in disk.
TsFileLoader - Class in org.apache.iotdb.db.sync.receiver.load
This loader is used to load tsFiles.
TsFileLoader(File) - Constructor for class org.apache.iotdb.db.sync.receiver.load.TsFileLoader
 
TsFileLock - Class in org.apache.iotdb.db.engine.storagegroup
TsFileLock is a special read-write lock that can be locked by one thread but unlocked by another thread.
TsFileLock() - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
tsFileManager - Variable in class org.apache.iotdb.db.engine.compaction.cross.rewrite.RewriteCrossSpaceCompactionSelector
 
tsFileManager - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
tsFileManager - Variable in class org.apache.iotdb.db.engine.compaction.task.AbstractCompactionTask
 
TsFileManager - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileManager(String, String, String) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
TsFileName(long, long, int, int) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator.TsFileName
 
TsFileNameGenerator - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileNameGenerator() - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileNameGenerator
 
TsFileNameGenerator.TsFileName - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileOnlineUpgradeTool - Class in org.apache.iotdb.db.tools.upgrade
 
TsFileOnlineUpgradeTool(TsFileResource) - Constructor for class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
Create a file reader of the given file.
TsFileOpBlock - Class in org.apache.iotdb.db.sync.datasource
This class will parse 1 TsFile's content to 1 operation block.
TsFileOpBlock(String, String, long) - Constructor for class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
TsFileOpBlock(String, String, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
TsFileOpBlock(String, String, String, long) - Constructor for class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
TsFileOpBlock(String, String, String, long, long) - Constructor for class org.apache.iotdb.db.sync.datasource.TsFileOpBlock
 
TsFilePipe - Class in org.apache.iotdb.db.sync.sender.pipe
 
TsFilePipe(long, String, PipeSink, long, boolean) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.TsFilePipe
 
TsFilePipeData - Class in org.apache.iotdb.db.sync.pipedata
 
TsFilePipeData() - Constructor for class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
TsFilePipeData(String, long) - Constructor for class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
TsFilePipeData(String, String, long) - Constructor for class org.apache.iotdb.db.sync.pipedata.TsFilePipeData
 
TsFilePipeInfo - Class in org.apache.iotdb.db.sync.sender.pipe
 
TsFilePipeInfo(String, String, long, long, boolean) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
TsFilePipeInfo(String, String, Pipe.PipeStatus, long, long, boolean) - Constructor for class org.apache.iotdb.db.sync.sender.pipe.TsFilePipeInfo
 
TsFilePipeLogger - Class in org.apache.iotdb.db.sync.sender.recovery
 
TsFilePipeLogger(TsFilePipe) - Constructor for class org.apache.iotdb.db.sync.sender.recovery.TsFilePipeLogger
 
TsFilePlanRedoer - Class in org.apache.iotdb.db.wal.recover.file
This class helps redo wal logs into a TsFile.
TsFilePlanRedoer(TsFileResource, boolean, IDTable) - Constructor for class org.apache.iotdb.db.wal.recover.file.TsFilePlanRedoer
 
TsFileProcessor - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileProcessor(String, StorageGroupInfo, TsFileResource, CloseFileListener, DataRegion.UpdateEndTimeCallBack, boolean, RestorableTsFileIOWriter) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileProcessor
 
TsFileProcessorException - Exception in org.apache.iotdb.db.exception
 
TsFileProcessorException(Exception) - Constructor for exception org.apache.iotdb.db.exception.TsFileProcessorException
 
TsFileProcessorException(String) - Constructor for exception org.apache.iotdb.db.exception.TsFileProcessorException
 
TsFileProcessorInfo - Class in org.apache.iotdb.db.engine.storagegroup
The TsFileProcessorInfo records the memory cost of this TsFileProcessor.
TsFileProcessorInfo(StorageGroupInfo) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileProcessorInfo
 
tsFileResource - Variable in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
TsFile which needs recovery
TsFileResource - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileResource() - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
TsFileResource(File) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
for sealed TsFile, call setClosed to close TsFileResource
TsFileResource(File, Map<String, Integer>, long[], long[]) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
TsFileResource(File, TsFileProcessor) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
unsealed TsFile, for writter
TsFileResource(Map<PartialPath, List<ReadOnlyMemChunk>>, Map<PartialPath, List<IChunkMetadata>>, TsFileResource) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
unsealed TsFile, for query
TsFileResource(PartialPath, List<ReadOnlyMemChunk>, List<IChunkMetadata>, TsFileResource) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
unsealed TsFile, for query
TsFileResource(TsFileResource) - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
tsFileResourceList - Variable in class org.apache.iotdb.db.engine.compaction.inner.InnerSpaceCompactionTask
 
TsFileResourceList - Class in org.apache.iotdb.db.engine.storagegroup
 
TsFileResourceList() - Constructor for class org.apache.iotdb.db.engine.storagegroup.TsFileResourceList
 
TsFileResourceManager - Class in org.apache.iotdb.db.rescon
 
TsFileResourceManager() - Constructor for class org.apache.iotdb.db.rescon.TsFileResourceManager
 
TsFileResourcePrinter - Class in org.apache.iotdb.db.tools
This tool can analyze the tsfile.resource files from a folder, or analyze a single tsfile.resource file.
TsFileResourcePrinter() - Constructor for class org.apache.iotdb.db.tools.TsFileResourcePrinter
 
tsFileResources - Variable in class org.apache.iotdb.db.engine.compaction.inner.sizetiered.SizeTieredCompactionSelector
 
TsFileResourceStatus - Enum in org.apache.iotdb.db.engine.storagegroup
 
TsFileSelfCheckTool - Class in org.apache.iotdb.db.tools
 
TsFileSelfCheckTool() - Constructor for class org.apache.iotdb.db.tools.TsFileSelfCheckTool
 
TsFileSketchTool - Class in org.apache.iotdb.db.tools
 
TsFileSketchTool(String, String) - Constructor for class org.apache.iotdb.db.tools.TsFileSketchTool
construct TsFileSketchTool
TsFileSplitByPartitionTool - Class in org.apache.iotdb.db.tools
 
TsFileSplitByPartitionTool(TsFileResource) - Constructor for class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
Create a file reader of the given file.
TsFileSplitByPartitionTool(TsFileResource, boolean) - Constructor for class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
TsFileSplitTool - Class in org.apache.iotdb.db.tools
 
TsFileSplitTool(String) - Constructor for class org.apache.iotdb.db.tools.TsFileSplitTool
 
TsFileTimeseriesMetadataException - Exception in org.apache.iotdb.db.exception
 
TsFileTimeseriesMetadataException(String) - Constructor for exception org.apache.iotdb.db.exception.TsFileTimeseriesMetadataException
 
TsFileValidationTool - Class in org.apache.iotdb.db.tools.validate
This tool can be used to check the correctness of tsfile and point out errors in specific timeseries or devices.
TsFileValidationTool() - Constructor for class org.apache.iotdb.db.tools.validate.TsFileValidationTool
 
ttl - Variable in class org.apache.iotdb.db.mpp.plan.statement.metadata.SetTTLStatement
 
TTL - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
TTL - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
TTL - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
TTL - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
TVList - Class in org.apache.iotdb.db.utils.datastructure
 
TVList() - Constructor for class org.apache.iotdb.db.utils.datastructure.TVList
 
tvListArrayMemCost(TSDataType) - Static method in class org.apache.iotdb.db.utils.datastructure.TVList
 
tvLists - Variable in class org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
 
type - Variable in class org.apache.iotdb.db.engine.modification.Modification
 
type - Variable in class org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry
 
type - Variable in class org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistribution
 
type - Variable in class org.apache.iotdb.db.wal.buffer.WALEntry
type of value
TYPE - org.apache.iotdb.db.service.metrics.enums.Tag
 
typeIFillMap - Variable in class org.apache.iotdb.db.query.executor.FillQueryExecutor
 
TypeInferenceUtils - Class in org.apache.iotdb.db.utils
 
TypeProvider - Class in org.apache.iotdb.db.mpp.plan.analyze
 
TypeProvider() - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 
TypeProvider(Map<String, TSDataType>) - Constructor for class org.apache.iotdb.db.mpp.plan.analyze.TypeProvider
 

U

UDAF - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
UDAF - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
UDAFPlan - Class in org.apache.iotdb.db.qp.physical.crud
The physical plan of aggregation query with UDF nested
UDAFPlan(ZoneId) - Constructor for class org.apache.iotdb.db.qp.physical.crud.UDAFPlan
 
udafQuery(UDAFPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute UDAF query.
udafQuery(UDAFPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
UDAFQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
For a UDAFPlan, we construct an inner AggregationPlan for it.
UDAFQueryOperator(AggregationQueryOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.UDAFQueryOperator
 
UDF_COLLECTOR_MEMORY_BUDGET_IN_MB - Static variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
UDF_READER_MEMORY_BUDGET_IN_MB - Static variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
UDF_TRANSFORMER_MEMORY_BUDGET_IN_MB - Static variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
udfCollectorMemoryBudgetInMB - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
UDFInputDataSet - Class in org.apache.iotdb.db.query.dataset
the input data set of an UDAF query.
UDFInputDataSet(QueryDataSet, List<TSDataType>) - Constructor for class org.apache.iotdb.db.query.dataset.UDFInputDataSet
 
UDFPlan - Interface in org.apache.iotdb.db.qp.physical.crud
UDF execution plan.
UDFQueryExecutor - Class in org.apache.iotdb.db.query.executor
 
UDFQueryExecutor(UDTFPlan) - Constructor for class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
UDFQueryRowTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
UDFQueryRowTransformer(LayerRowReader, UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowTransformer
 
UDFQueryRowWindowTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
UDFQueryRowWindowTransformer(LayerRowWindowReader, UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryRowWindowTransformer
 
UDFQueryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
UDFQueryTransformer(UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UDFQueryTransformer
 
UDFRawQueryInputDataSetWithoutValueFilter - Class in org.apache.iotdb.db.query.dataset
 
UDFRawQueryInputDataSetWithoutValueFilter(long, UDTFPlan, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.UDFRawQueryInputDataSetWithoutValueFilter
 
udfReaderMemoryBudgetInMB - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
udfTransformerMemoryBudgetInMB - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
udtf - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
UDTF - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
UDTF - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
UDTFAlignByTimeDataSet - Class in org.apache.iotdb.db.query.dataset
 
UDTFAlignByTimeDataSet(QueryContext, UDTFPlan, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
execute without value filter
UDTFAlignByTimeDataSet(QueryContext, UDTFPlan, IUDFInputDataSet, boolean) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
 
UDTFAlignByTimeDataSet(QueryContext, UDTFPlan, TimeGenerator, List<IReaderByTimestamp>, List<List<Integer>>, List<Boolean>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFAlignByTimeDataSet
execute with value filter
udtfContext - Variable in class org.apache.iotdb.db.mpp.execution.operator.process.TransformOperator
 
udtfContext - Variable in class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
UDTFContext - Class in org.apache.iotdb.db.mpp.transformation.dag.udf
 
UDTFContext(ZoneId) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
UDTFDataSet - Class in org.apache.iotdb.db.query.dataset
 
UDTFDataSet(QueryContext, UDTFPlan, List<PartialPath>, List<TSDataType>, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFDataSet
execute without value filters
UDTFDataSet(QueryContext, UDTFPlan, List<PartialPath>, List<TSDataType>, TimeGenerator, List<IReaderByTimestamp>, List<List<Integer>>, List<Boolean>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFDataSet
execute with value filters
UDTFDataSet(QueryContext, UDTFPlan, IUDFInputDataSet) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
UDTFExecutor - Class in org.apache.iotdb.db.mpp.transformation.dag.udf
 
UDTFExecutor(String, ZoneId) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
 
UDTFInformationInferrer - Class in org.apache.iotdb.db.mpp.transformation.dag.udf
 
UDTFInformationInferrer(String) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFInformationInferrer
 
UDTFNonAlignDataSet - Class in org.apache.iotdb.db.query.dataset
 
UDTFNonAlignDataSet(QueryContext, UDTFPlan, List<ManagedSeriesReader>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
execute without value filter
UDTFNonAlignDataSet(QueryContext, UDTFPlan, TimeGenerator, List<IReaderByTimestamp>, List<List<Integer>>, List<Boolean>) - Constructor for class org.apache.iotdb.db.query.dataset.UDTFNonAlignDataSet
execute with value filter
udtfPlan - Variable in class org.apache.iotdb.db.query.dataset.UDTFDataSet
 
udtfPlan - Variable in class org.apache.iotdb.db.query.executor.UDFQueryExecutor
 
UDTFPlan - Class in org.apache.iotdb.db.qp.physical.crud
 
UDTFPlan(ZoneId) - Constructor for class org.apache.iotdb.db.qp.physical.crud.UDTFPlan
 
udtfQuery(UDTFPlan, QueryContext) - Method in interface org.apache.iotdb.db.query.executor.IQueryRouter
Execute UDTF query
udtfQuery(UDTFPlan, QueryContext) - Method in class org.apache.iotdb.db.query.executor.QueryRouter
 
UDTFQueryOperator - Class in org.apache.iotdb.db.qp.logical.crud
 
UDTFQueryOperator() - Constructor for class org.apache.iotdb.db.qp.logical.crud.UDTFQueryOperator
 
UDTFQueryOperator(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.UDTFQueryOperator
 
UnaryColumnTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.column.unary
 
UnaryColumnTransformer(Type, ColumnTransformer) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.column.unary.UnaryColumnTransformer
 
UnaryExpression - Class in org.apache.iotdb.db.mpp.plan.expression.unary
 
UnaryExpression(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
UnaryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
 
UnaryTransformer(LayerPointReader) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 
UNCLOSED - org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
 
UndefinedTemplateException - Exception in org.apache.iotdb.db.exception.metadata.template
 
UndefinedTemplateException(String) - Constructor for exception org.apache.iotdb.db.exception.metadata.template.UndefinedTemplateException
 
UNIMPLEMENT - org.apache.iotdb.db.metadata.mnode.MNodeType
 
UniversalUDFQueryTransformer - Class in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
 
UniversalUDFQueryTransformer(UDTFExecutor) - Constructor for class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
UNLOAD_FILE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
UNLOAD_FILE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
UnloadFileOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
UnloadFileOperator(File, File) - Constructor for class org.apache.iotdb.db.qp.logical.sys.UnloadFileOperator
 
unloadTsfile(File, File) - Method in class org.apache.iotdb.db.engine.StorageEngine
 
unloadTsfile(File, File) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Unload tsfile and move it to the target directory if it exists.
unlock() - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
 
unmarkSchemaRegion(String, SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.template.Template
 
unmarkSchemaRegion(Template, String, SchemaRegionId) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
unmarkStorageGroup(String) - Method in class org.apache.iotdb.db.metadata.template.Template
 
unmarkStorageGroup(Template, String) - Method in class org.apache.iotdb.db.metadata.template.TemplateManager
 
unpackAllOverlappedTsFilesToTimeSeriesMetadata(long) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
unpackAllOverlappedTsFilesToTimeSeriesMetadata(long) - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unpackOneTimeSeriesMetadata(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
unpackOneTimeSeriesMetadata(ITimeSeriesMetadata) - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unpackSeqTsFileResource() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unpackUnseqTsFileResource() - Method in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unPin() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
 
unPin(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
UnPin MNode release the node from this thread/task's usage.
unPin(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
unPin(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
unPinMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
unPinMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
Unpin a node, and if the lock mayer on this node is zero, it will be evictable.
unPinMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
unPinPath(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
 
unPinPath(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
unPinPath(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
unregister(long) - Method in class org.apache.iotdb.db.query.control.SessionTimeoutManager
 
unRegisterQuery(long, boolean) - Method in class org.apache.iotdb.db.query.control.QueryTimeManager
UnRegister query when query quits because of getting enough data or timeout.
UnsealedTsFileRecoverPerformer - Class in org.apache.iotdb.db.wal.recover.file
This class is used to help recover all unsealed TsFiles at zero level.
UnsealedTsFileRecoverPerformer(TsFileResource, boolean, IDTable, Consumer<UnsealedTsFileRecoverPerformer>) - Constructor for class org.apache.iotdb.db.wal.recover.file.UnsealedTsFileRecoverPerformer
 
unseqFileNameSuffix - Static variable in class org.apache.iotdb.db.tools.vis.TsFileExtractVisdata
 
unSeqPageReaders - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
unSeqPageReaders - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unSeqTimeSeriesMetadata - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil
 
unSeqTimeSeriesMetadata - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
unseqTsFileResourceList - Variable in class org.apache.iotdb.db.engine.compaction.cross.CrossSpaceCompactionTask
 
UNSEQUENCE_FILE_OPEN_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
UNSEQUENCE_NAME_FROM_OLD - Static variable in class org.apache.iotdb.db.engine.compaction.log.CompactionLogger
 
UNSET_TEMPLATE - org.apache.iotdb.db.mpp.plan.constant.StatementType
 
UNSET_TEMPLATE - org.apache.iotdb.db.qp.logical.Operator.OperatorType
 
UNSET_TEMPLATE - org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
 
UNSET_TEMPLATE - Static variable in class org.apache.iotdb.db.metadata.logfile.MetadataOperationType
 
unsetIsExecuted(int) - Method in interface org.apache.iotdb.db.qp.physical.BatchPlan
Mark the sub-plan at position i as not executed.
unsetIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertMultiTabletsPlan
 
unsetIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
 
unsetIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
 
unsetIsExecuted(int) - Method in class org.apache.iotdb.db.qp.physical.sys.CreateMultiTimeSeriesPlan
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.localconfignode.LocalConfigNode
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogWriter
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
unsetSchemaTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
 
unsetTemplate(UnsetTemplatePlan) - Method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
UnsetTemplateOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
UnsetTemplateOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
 
UnsetTemplatePlan - Class in org.apache.iotdb.db.qp.physical.sys
 
UnsetTemplatePlan() - Constructor for class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
UnsetTemplatePlan(String, String) - Constructor for class org.apache.iotdb.db.qp.physical.sys.UnsetTemplatePlan
 
UnSetTTLOperator - Class in org.apache.iotdb.db.qp.logical.sys
 
UnSetTTLOperator(int) - Constructor for class org.apache.iotdb.db.qp.logical.sys.UnSetTTLOperator
 
UnSetTTLStatement - Class in org.apache.iotdb.db.mpp.plan.statement.metadata
 
UnSetTTLStatement() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.metadata.UnSetTTLStatement
 
UnSetTTLTask - Class in org.apache.iotdb.db.mpp.plan.execution.config.metadata
 
UnSetTTLTask(UnSetTTLStatement) - Constructor for class org.apache.iotdb.db.mpp.plan.execution.config.metadata.UnSetTTLTask
 
UnSupportedFillTypeException - Exception in org.apache.iotdb.db.exception.query
 
UnSupportedFillTypeException(TSDataType) - Constructor for exception org.apache.iotdb.db.exception.query.UnSupportedFillTypeException
 
UnsupportedIndexTypeException - Exception in org.apache.iotdb.db.exception.index
 
UnsupportedIndexTypeException(String) - Constructor for exception org.apache.iotdb.db.exception.index.UnsupportedIndexTypeException
 
update(short, String, ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
The record is definitely inside specified segment.
update(short, String, ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
update(PartialPath, long, long, String) - Method in interface org.apache.iotdb.db.qp.executor.IPlanExecutor
execute update command and return whether the operator is successful.
update(PartialPath, long, long, String) - Method in class org.apache.iotdb.db.qp.executor.PlanExecutor
 
update(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.EmptyQueueSlidingWindowGroupByExecutor
 
update(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.MonotonicQueueSlidingWindowGroupByExecutor
 
update(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.NormalQueueSlidingWindowGroupByExecutor
 
update(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.impl.SmoothQueueSlidingWindowGroupByExecutor
 
update(AggregateResult) - Method in class org.apache.iotdb.db.query.executor.groupby.SlidingWindowGroupByExecutor
update queue and aggregateResult
UPDATE_USER - org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
 
updateBinaryFirstValue(Binary, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateBinaryLastValue(Binary, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateBooleanFirstValue(boolean, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateBooleanLastValue(boolean, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateByIoTDBFunc(InfluxFunction, ServiceProvider, String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.NewQueryHandler
 
updateByIoTDBFunc(InfluxFunction, ServiceProvider, String, long) - Method in class org.apache.iotdb.db.protocol.influxdb.handler.QueryHandler
 
updateCachedLast(TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.SchemaEntry
 
updateCachedLast(TimeValuePair, boolean, Long) - Method in interface org.apache.iotdb.db.metadata.lastCache.container.ILastCacheContainer
update last point cache
updateCachedLast(TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.lastCache.container.LastCacheContainer
 
updateCacheStatusAfterAccess(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
updateCacheStatusAfterAccess(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
updateCacheStatusAfterAccess(CacheEntry) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
updateCacheStatusAfterAppend(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
The new appended node should be cached and the volatile subtree it belonged should be added to nodeBuffer.
updateCacheStatusAfterAppend(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
updateCacheStatusAfterDiskRead(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
The node read from disk should be cached and added to nodeCache and the cache of its belonging container.
updateCacheStatusAfterDiskRead(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
updateCacheStatusAfterMemoryRead(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
Some cache status of the given node may be updated based on concrete cache strategy after being read in memory.
updateCacheStatusAfterMemoryRead(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
updateCacheStatusAfterPersist(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
After flush the given node's container to disk, the cache status of the nodes in container and their ancestors should be updated.
updateCacheStatusAfterPersist(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
updateCacheStatusAfterUpdate(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
The updated node should be marked volatile and removed from nodeCache if necessary and the volatile subtree it belonged should be added to nodeBuffer.
updateCacheStatusAfterUpdate(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.cache.ICacheManager
 
updateCacheStatusAfterUpdate(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheManager
 
updateCacheStatusAfterUpdate(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.LRUCacheManager
 
updateCacheStatusAfterUpdate(CacheEntry, IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.cache.PlainCacheManager
 
updateConfigNodeList(List<TEndPoint>) - Method in class org.apache.iotdb.db.client.ConfigNodeInfo
Update ConfigNodeList both in memory and confignode-system.properties file
updateDataPartitionCache(Map<String, Map<TSeriesPartitionSlot, Map<TTimePartitionSlot, List<TConsensusGroupId>>>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
update dataPartitionCache by dataPartition
updateDeviceMeasurementsUsingExpression(IExpression) - Method in class org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
 
updateDirectoryStrategy() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
updateDoubleFirstValue(double, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateDoubleLastValue(double, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
updateEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
updateEndTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
update end time
updateEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
updateEndTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
updateFileFolders() - Method in class org.apache.iotdb.db.conf.directories.DirectoryManager
 
updateFileStatus(WALFileStatus) - Method in class org.apache.iotdb.db.wal.io.WALWriter
 
updateFilterUsingTTL(Filter) - Method in class org.apache.iotdb.db.engine.querycontext.QueryDataSource
 
updateFloatFirstValue(float, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateFloatLastValue(float, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateFlushedTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
updateFlushedTime(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
updateFlushedTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
updateFlushTimeMap(long, long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
updateGlobalFlushedTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
updateGlobalFlushedTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
updateGlobalFlushedTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
updateGlobalFlushTime(long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
updateGroupIdToReplicaSetMap(long, Map<TConsensusGroupId, TRegionReplicaSet>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
update regionReplicaSetMap according to timestamp
updateHeap(TimeValuePair, TimeValuePair) - Method in class org.apache.iotdb.db.query.reader.universal.PriorityMergeReader
remove all the TimeValuePair that shares the same timestamp if it's an aligned path we may need to use those records that share the same timestamp to fill the null sub sensor value in current TimeValuePair
updateIntFirstValue(int, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateIntLastValue(int, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateIsCountStar(FunctionExpression) - Method in class org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
 
updateLastCache(PartialPath, TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
get SchemaCacheEntry and update last cache
updateLastCache(PartialPath, TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Update the last cache value of time series of given seriesPath.
updateLastCache(SchemaCacheEntry, TimeValuePair, boolean, Long) - Static method in class org.apache.iotdb.db.metadata.cache.DataNodeLastCacheManager
update the last cache value of time series
updateLastCache(TimeseriesID, TimeValuePair, boolean, Long) - Method in interface org.apache.iotdb.db.metadata.idtable.IDTable
update last cache of the timeseies
updateLastCache(TimeseriesID, TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.idtable.IDTableHashmapImpl
update last cache of the timeseies
updateLastCache(IMeasurementMNode, TimeValuePair, boolean, Long) - Static method in class org.apache.iotdb.db.metadata.lastCache.LastCacheManager
update the last cache value of time series of given seriesPath
updateLastCache(IMeasurementMNode, TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
Update the last cache value in given MeasurementMNode.
updateLastCache(MeasurementPath, TimeValuePair, boolean, Long) - Method in class org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
get or create SchemaCacheEntry and update last cache, only support non-aligned sensor or aligned sensor without only one sub sensor
UpdateLastCacheOperator - Class in org.apache.iotdb.db.mpp.execution.operator.process.last
 
UpdateLastCacheOperator(OperatorContext, Operator, MeasurementPath, TSDataType, DataNodeSchemaCache, boolean) - Constructor for class org.apache.iotdb.db.mpp.execution.operator.process.last.UpdateLastCacheOperator
 
updateLastTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
updateLastTime(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
updateLastTime(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
updateLastTimeMap(long, long) - Method in class org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
 
updateLatestFlushTime(long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
updateLatestFlushTime(long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
updateLatestFlushTime(long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
updateLatestFlushTimeToPartition(long, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
update latest flush time for partition id
updateLatestFlushTimeToPartition(long, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
update latest flush time for partition id
updateLatestFlushTimeToPartition(long, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
update latest flush time for partition id
updateLongFirstValue(long, long) - Method in class org.apache.iotdb.db.mpp.aggregation.FirstValueAccumulator
 
updateLongLastValue(long, long) - Method in class org.apache.iotdb.db.mpp.aggregation.LastValueAccumulator
 
updateMaxTime(long) - Method in class org.apache.iotdb.db.mpp.aggregation.MaxTimeAccumulator
 
updateMaxTimeResult(long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateMetaData(WALMetaData) - Method in class org.apache.iotdb.db.wal.io.WALWriter
 
updateMinTime(long) - Method in class org.apache.iotdb.db.mpp.aggregation.MinTimeAccumulator
 
updateMNode(String) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
updateMNode(String) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.ICachedMNodeContainer
 
updateMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.MTreeBelowSGCachedImpl
 
updateMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.CachedMTreeStore
The upside modification on node in MTree or MManager should be sync to MTreeStore explicitly.
updateMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
 
updateMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.MemMTreeStore
 
updateMonitorSeriesValue(int) - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
 
updateNewlyFlushedPartitionLatestFlushedTimeForEachDevice(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
used for upgrading
updateNewlyFlushedPartitionLatestFlushedTimeForEachDevice(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.IDTableFlushTimeManager
 
updateNewlyFlushedPartitionLatestFlushedTimeForEachDevice(long, String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.ILastFlushTimeManager
 
updateNewlyFlushedPartitionLatestFlushedTimeForEachDevice(long, String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.LastFlushTimeManager
 
updatePinnedSize(int) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
updatePinnedSize(int) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
updatePinnedSize(int) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
updatePlanIndexes(long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
updatePlanIndexes(TsFileResource) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
For merge, the index range of the new file should be the union of all files' in this merge.
updatePreAggrInterval() - Method in class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeEngineDataSet
 
updateQueryResultColumnValue(QueryResult, List<String>, List<List<Object>>) - Static method in class org.apache.iotdb.db.protocol.influxdb.util.QueryResultUtils
update the new values to the query results of influxdb
updateRatio(double) - Method in class org.apache.iotdb.db.conf.adapter.CompressionRatio
Whenever the task of closing a file ends, the compression ratio of the file is calculated and call this method.
updateRecord(String, ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment
 
updateRecord(String, ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
updateRecord(RowRecord, String) - Method in class org.apache.iotdb.db.query.dataset.ShowDataSet
 
updateRecordSegAddr(short, String, long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
updateRecordSegAddr(String, long) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.Segment
 
updateRegionCache(TRegionRouteReq) - Method in class org.apache.iotdb.db.mpp.plan.analyze.ClusterPartitionFetcher
 
updateRegionCache(TRegionRouteReq) - Method in class org.apache.iotdb.db.mpp.plan.analyze.FakePartitionFetcherImpl
 
updateRegionCache(TRegionRouteReq) - Method in interface org.apache.iotdb.db.mpp.plan.analyze.IPartitionFetcher
 
updateRegionCache(TRegionRouteReq) - Method in class org.apache.iotdb.db.mpp.plan.analyze.StandalonePartitionFetcher
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Aggregate results cannot be calculated using Statistics directly, using the data in each page.
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
updateResultFromPageData(IBatchDataIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Aggregate results cannot be calculated using Statistics directly, using the data in each page.
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
updateResultFromPageData(IBatchDataIterator, long, long) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
Calculate the aggregation using Statistics
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
updateResultFromStatistics(Statistics) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
updateResultTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.process.SingleInputAggregationOperator
 
updateResultTsBlock() - Method in class org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
This method calculates the aggregation using common timestamps of the cross series filter.
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
updateResultUsingTimestamps(long[], int, IReaderByTimestamp) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.AggregateResult
This method calculates the aggregation using values that have been calculated
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.AvgAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.CountAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.ExtremeAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.FirstValueDescAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.LastValueDescAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxTimeDescAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MaxValueAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinTimeDescAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.MinValueAggrResult
 
updateResultUsingValues(long[], int, ValueIterator) - Method in class org.apache.iotdb.db.query.aggregation.impl.SumAggrResult
 
updateRowRecordListEvictionUpperBound() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.QueryDataSetInputLayer
 
updateSchedulePriority(ExecutionContext) - Method in class org.apache.iotdb.db.mpp.execution.schedule.task.DriverTask
Update the schedule priority according to the execution context.
updateSchemaPartitionCache(Map<String, Map<TSeriesPartitionSlot, TConsensusGroupId>>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
update schemaPartitionCache by schemaPartition.
updateSegAddr(ByteBuffer, long) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.RecordUtils
 
updateStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.DeviceTimeIndex
 
updateStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.FileTimeIndex
 
updateStartTime(String, long) - Method in interface org.apache.iotdb.db.engine.storagegroup.timeindex.ITimeIndex
update start time
updateStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
 
updateStartTime(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.Expression
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.ConstantOperand
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimeSeriesOperand
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.leaf.TimestampOperand
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.multi.FunctionExpression
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.ternary.TernaryExpression
 
updateStatisticsForMemoryAssigner(LayerMemoryAssigner) - Method in class org.apache.iotdb.db.mpp.plan.expression.unary.UnaryExpression
 
updateStorageCache(Set<String>) - Method in class org.apache.iotdb.db.mpp.plan.analyze.cache.PartitionCache
update storage group cache
updateStorageGroupNode(IStorageGroupMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
Modify header of schema file corresponding to the storage group node synchronously
updateStorageGroupNode(IStorageGroupMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
updateStorageGroupNode(IStorageGroupMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
updateTagInfoRecords(TagInfoRecords, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.InfluxDBMetaManager
 
updateTagInfoRecords(TagInfoRecords, long) - Method in class org.apache.iotdb.db.protocol.influxdb.meta.NewInfluxDBMetaManager
 
updateTagsAndAttributes(Map<String, String>, Map<String, String>, IMeasurementMNode) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
upsert tags and attributes key-value for the timeseries if the key has existed, just use the new value to update it.
updateTemplateSetInfo(byte[]) - Method in class org.apache.iotdb.db.metadata.template.ClusterTemplateManager
 
updateTimeRange(TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.Aggregator
 
updateTimeRange(TimeRange) - Method in class org.apache.iotdb.db.mpp.aggregation.slidingwindow.SlidingWindowAggregator
 
updateTsFileResource(TsFileSequenceReader, TsFileResource) - Static method in class org.apache.iotdb.db.utils.FileLoaderUtils
 
updateTypeProvider(Expression, TypeProvider) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.ExpressionAnalyzer
Update typeProvider by expression.
updateTypeProviderByPartialAggregation(AggregationDescriptor, TypeProvider) - Static method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
updateUserPassword(String, String) - Method in class org.apache.iotdb.db.auth.AuthorizerManager
 
updateValueAndRelateValues(InfluxFunctionValue, List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
updateValueAndRelateValues(InfluxFunctionValue, List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
updateValueAndRelateValues(InfluxFunctionValue, List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
updateValueAndRelateValues(InfluxFunctionValue, List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
updateValueAndRelateValues(InfluxFunctionValue, List<Object>) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxSelector
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxAggregator
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
updateValueBruteForce(InfluxFunctionValue) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxCountFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMeanFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxMedianFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxModeFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSpreadFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxStddevFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxSumFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxFirstFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxLastFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMaxFunction
 
updateValueIoTDBFunc(InfluxFunctionValue...) - Method in class org.apache.iotdb.db.protocol.influxdb.function.selector.InfluxMinFunction
 
upgrade() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
upgrade all files belongs to this storage group
upgrade() - Static method in class org.apache.iotdb.db.metadata.upgrade.MetadataUpgrader
There are at most four files of old versions: snapshot: store the base MTree mlog: store the metadata operations based on the exising metadata stored in snapshot tag file: store the tag info of timeseries and snapshot and mlog both may hold offsets pointing to some part of this file tmp snapshot: a tmp file generated during the process of creating snapshot; this file is useless
UPGRADE_DIR - Static variable in class org.apache.iotdb.db.engine.version.SimpleFileVersionController
 
UPGRADE_SUCCESS - org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
 
upgradeAll() - Method in class org.apache.iotdb.db.engine.StorageEngine
upgrade all storage groups.
upgradeAll() - Method in class org.apache.iotdb.db.engine.storagegroup.dataregion.StorageGroupManager
push upgradeAll operation down to all virtual storage group processors
UpgradeCheckStatus - Enum in org.apache.iotdb.db.engine.upgrade
 
UpgradeLog - Class in org.apache.iotdb.db.engine.upgrade
 
UpgradeLog() - Constructor for class org.apache.iotdb.db.engine.upgrade.UpgradeLog
 
upgradeMemResource(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.IMemManager
 
upgradeMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeEstimatedSizeBasedImpl
 
upgradeMemResource(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.memcontrol.MemManagerNodeNumBasedImpl
 
upgradeMLog(String, String) - Static method in class org.apache.iotdb.db.metadata.logfile.MLogTxtWriter
 
upgradeOneTsFile(TsFileResource, List<TsFileResource>) - Static method in class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
upgrade a single TsFile.
UpgradeSevice - Class in org.apache.iotdb.db.service
 
UpgradeSevice.InstanceHolder - Class in org.apache.iotdb.db.service
 
UpgradeTask - Class in org.apache.iotdb.db.engine.upgrade
 
UpgradeTask(TsFileResource) - Constructor for class org.apache.iotdb.db.engine.upgrade.UpgradeTask
 
upgradeTsFileName(String) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
upgradeTsFileName(String) - Method in class org.apache.iotdb.db.tools.upgrade.TsFileOnlineUpgradeTool
TsFileName is changing like from 1610635230693-1-0.tsfile to 1610635230693-1-0-0.tsfile
UpgradeUtils - Class in org.apache.iotdb.db.utils
 
UpgradeUtils() - Constructor for class org.apache.iotdb.db.utils.UpgradeUtils
 
UPSERT - org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
 
UPSERT - org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
 
upsertTagsAndAttributes(String, Map<String, String>, Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.LocalSchemaProcessor
upsert tags and attributes key-value for the timeseries if the key has existed, just use the new value to update it.
upsertTagsAndAttributes(String, Map<String, String>, Map<String, String>, PartialPath) - Method in interface org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
upsert tags and attributes key-value for the timeseries if the key has existed, just use the new value to update it.
upsertTagsAndAttributes(String, Map<String, String>, Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
upsert tags and attributes key-value for the timeseries if the key has existed, just use the new value to update it.
upsertTagsAndAttributes(String, Map<String, String>, Map<String, String>, PartialPath) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionSchemaFileImpl
upsert tags and attributes key-value for the timeseries if the key has existed, just use the new value to update it.
us - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
User - Class in org.apache.iotdb.db.protocol.mpprest.filter
 
User - Class in org.apache.iotdb.db.protocol.rest.filter
 
User() - Constructor for class org.apache.iotdb.db.protocol.mpprest.filter.User
 
User() - Constructor for class org.apache.iotdb.db.protocol.rest.filter.User
 
UserCache - Class in org.apache.iotdb.db.protocol.mpprest.filter
 
UserCache - Class in org.apache.iotdb.db.protocol.rest.filter
 

V

V012_FILE_TIME_INDEX - org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
v0.12 file to time index (small memory foot print)
V012FileTimeIndex - Class in org.apache.iotdb.db.engine.storagegroup.timeindex
 
V012FileTimeIndex() - Constructor for class org.apache.iotdb.db.engine.storagegroup.timeindex.V012FileTimeIndex
devices
validate(InsertNode) - Static method in class org.apache.iotdb.db.mpp.plan.analyze.SchemaValidator
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertMultiTabletsNode
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowNode
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsNode
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertRowsOfOneDeviceNode
 
validateAndSetSchema(ISchemaTree) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertTabletNode
 
validateExpressionRequest(ExpressionRequest) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.RequestValidationHandler
 
validateExpressionRequest(ExpressionRequest) - Static method in class org.apache.iotdb.db.protocol.rest.handler.RequestValidationHandler
 
validateId(String) - Static method in class org.apache.iotdb.db.mpp.common.QueryId
 
validateInsertTabletRequest(InsertTabletRequest) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.RequestValidationHandler
 
validateInsertTabletRequest(InsertTabletRequest) - Static method in class org.apache.iotdb.db.protocol.rest.handler.RequestValidationHandler
 
validateObject(PooledObject<BlockingConnection>) - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionFactory
 
validateObject(PartitionRegionId, PooledObject<ConfigNodeClient>) - Method in class org.apache.iotdb.db.client.ConfigNodeClient.Factory
 
validateSQL(SQL) - Static method in class org.apache.iotdb.db.protocol.mpprest.handler.RequestValidationHandler
 
validateSQL(SQL) - Static method in class org.apache.iotdb.db.protocol.rest.handler.RequestValidationHandler
 
value - Variable in class org.apache.iotdb.db.mpp.common.filter.BasicFunctionFilter
 
value - Variable in class org.apache.iotdb.db.mpp.common.filter.LikeFilter
 
value - Variable in class org.apache.iotdb.db.mpp.common.filter.RegexpFilter
 
value - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode.FailedMeasurementInfo
 
value - Variable in class org.apache.iotdb.db.qp.logical.crud.BasicFunctionOperator
 
value - Variable in class org.apache.iotdb.db.qp.logical.crud.LikeOperator
 
value - Variable in class org.apache.iotdb.db.qp.logical.crud.RegexpOperator
 
value - Variable in class org.apache.iotdb.db.wal.buffer.WALEntry
value(physical plan or memTable snapshot)
VALUE - org.apache.iotdb.db.mpp.plan.statement.component.FillPolicy
 
VALUE_STR - Static variable in class org.apache.iotdb.db.constant.TestConstant
 
valueDecoder - Variable in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
ValueFill - Class in org.apache.iotdb.db.query.executor.fill
 
ValueFill(String) - Constructor for class org.apache.iotdb.db.query.executor.fill.ValueFill
 
ValueFill(String, TSDataType) - Constructor for class org.apache.iotdb.db.query.executor.fill.ValueFill
 
valueFilter - Variable in class org.apache.iotdb.db.query.reader.series.SeriesReader
 
ValueIterator - Class in org.apache.iotdb.db.utils
 
ValueIterator(Object[]) - Constructor for class org.apache.iotdb.db.utils.ValueIterator
 
valueOf(byte) - Static method in enum org.apache.iotdb.db.wal.buffer.WALEntryType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.apache.iotdb.db.wal.checkpoint.CheckpointType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.iotdb.db.wal.utils.WALFileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.conf.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionPerformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSeqCompactionPerformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSequenceCompactionSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnseqCompactionPerformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnsequenceCompactionSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.compaction.constant.ProcessChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.flush.FlushStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.modification.Modification.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.index.common.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.metadata.schemaregion.SchemaEngineMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.metadata.template.TemplateQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
valueOf(String) - Static method in class org.apache.iotdb.db.mpp.common.QueryId
 
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.execution.driver.Driver.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.execution.QueryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.analyze.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.constant.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.expression.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.FillPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.Ordering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.SortKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.mpp.transformation.api.YieldableState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.logical.Operator.OperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator.LoadConfigurationOperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan.LoadConfigurationPlanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.query.aggregation.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.query.externalsort.ExternalSortJobPart.ExternalSortJobPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.service.metrics.enums.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.service.metrics.enums.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.service.metrics.enums.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.externalpipe.operation.Operation.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.pipedata.PipeData.PipeDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.wal.buffer.WALEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.wal.checkpoint.CheckpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.wal.utils.listener.AbstractResultListener.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.wal.utils.WALFileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.iotdb.db.wal.utils.WALMode
Returns the enum constant of this type with the specified name.
valueOf(List<String>) - Static method in class org.apache.iotdb.db.mpp.common.PlanFragmentId
 
ValueRecorder - Class in org.apache.iotdb.db.mpp.transformation.datastructure.util
 
ValueRecorder() - Constructor for class org.apache.iotdb.db.mpp.transformation.datastructure.util.ValueRecorder
 
values - Variable in class org.apache.iotdb.db.mpp.common.filter.InFilter
 
values - Variable in class org.apache.iotdb.db.qp.logical.crud.InOperator
 
values - Variable in class org.apache.iotdb.db.utils.ValueIterator
 
values() - Static method in enum org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.conf.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CompactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionPerformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSeqCompactionPerformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerSequenceCompactionSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnseqCompactionPerformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.InnerUnsequenceCompactionSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.compaction.constant.ProcessChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.flush.FlushStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.modification.Modification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.settle.SettleLog.SettleCheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.storagegroup.timeindex.TimeIndexLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.storagegroup.TsFileResourceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.trigger.executor.TriggerEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.engine.upgrade.UpgradeCheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.index.common.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.metadata.mnode.MNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.CachedMNodeContainer
 
values() - Static method in enum org.apache.iotdb.db.metadata.schemaregion.SchemaEngineMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.metadata.template.TemplateQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.common.filter.BasicFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.execution.driver.Driver.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.execution.fragment.FragmentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.execution.QueryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.execution.schedule.task.DriverTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.analyze.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.constant.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.expression.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.FillPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.ResultColumn.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.component.SortKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.literal.Literal.LiteralType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.mpp.transformation.api.YieldableState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.logical.Operator.OperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator.LoadConfigurationOperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan.LoadConfigurationPlanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.query.aggregation.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.query.externalsort.ExternalSortJobPart.ExternalSortJobPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.service.metrics.enums.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.service.metrics.enums.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.service.metrics.enums.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.externalpipe.operation.Operation.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.pipedata.PipeData.PipeDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.sender.pipe.Pipe.PipeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.sync.sender.pipe.PipeSink.PipeSinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.wal.buffer.WALEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.wal.checkpoint.CheckpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.wal.utils.listener.AbstractResultListener.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.wal.utils.WALFileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.iotdb.db.wal.utils.WALMode
Returns an array containing the constants of this enum type, in the order they are declared.
variables(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.mpprest.impl.GrafanaApiServiceImpl
 
variables(SQL, SecurityContext) - Method in class org.apache.iotdb.db.protocol.rest.impl.GrafanaApiServiceImpl
 
VECTOR_PLACEHOLDER - Static variable in class org.apache.iotdb.db.metadata.path.AlignedPath
 
verifyAllAggregationDataTypesMatched() - Method in class org.apache.iotdb.db.qp.physical.crud.AggregationPlan
 
version - Variable in class org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
 
VERSION - org.apache.iotdb.db.qp.physical.sys.ShowPlan.ShowContentType
 
VERSION_NUMBER - Static variable in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
version number
VersionController - Interface in org.apache.iotdb.db.engine.version
VersionController manages the version(a monotonically increasing long) of a storage group.
VirtualPartitioner - Interface in org.apache.iotdb.db.engine.storagegroup.dataregion
 
visit(PlanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visit(PlanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitActivateTemplate(ActivateTemplateNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitActivateTemplate(ActivateTemplateNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitActivateTemplate(ActivateTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitActivateTemplate(ActivateTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitActivateTemplate(ActivateTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitAggregation(AggregationNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitAggregation(AggregationNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitAggregation(AggregationNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitAggregation(AggregationNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitAlignByDeviceClauseOrDisableAlignStatement(IoTDBSqlParser.AlignByDeviceClauseOrDisableAlignStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitAlignByDeviceClauseOrDisableAlignStatement(IoTDBSqlParser.AlignByDeviceClauseOrDisableAlignStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitAlignedLastQueryScan(AlignedLastQueryScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitAlignedLastQueryScan(AlignedLastQueryScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitAlignedLastQueryScan(AlignedLastQueryScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitAlignedLastQueryScan(AlignedLastQueryScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitAlignedSeriesAggregationScan(AlignedSeriesAggregationScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitAlignedSeriesAggregationScan(AlignedSeriesAggregationScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitAlignedSeriesAggregationScan(AlignedSeriesAggregationScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitAlignedSeriesAggregationScan(AlignedSeriesAggregationScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitAlignedSeriesAggregationScan(AlignedSeriesAggregationScanNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitAlignedSeriesScan(AlignedSeriesScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitAlignedSeriesScan(AlignedSeriesScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitAlignedSeriesScan(AlignedSeriesScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitAlignedSeriesScan(AlignedSeriesScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitAlignedSeriesScan(AlignedSeriesScanNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitAlterTimeseries(AlterTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitAlterTimeseries(AlterTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitAlterTimeseries(AlterTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitAlterTimeseries(IoTDBSqlParser.AlterTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitAlterTimeseries(IoTDBSqlParser.AlterTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitAlterTimeSeries(AlterTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitAlterTimeSeries(AlterTimeSeriesNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitAlterUser(IoTDBSqlParser.AlterUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitAlterUser(IoTDBSqlParser.AlterUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitAuthor(AuthorStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
Data Control Language (DCL)
visitAuthor(AuthorStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitBinaryExpression(BinaryExpression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitBinaryExpression(BinaryExpression, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitBinaryExpression(BinaryExpression, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitBinaryExpression(BinaryExpression, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitClearCache(ClearCacheStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitClearCache(ClearCacheStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitClearCache(IoTDBSqlParser.ClearCacheContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitClearCache(IoTDBSqlParser.ClearCacheContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitConstantOperand(ConstantOperand, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitConstantOperand(ConstantOperand, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitConstantOperand(ConstantOperand, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitConstantOperand(ConstantOperand, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitCountDevices(CountDevicesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCountDevices(CountDevicesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCountDevices(CountDevicesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCountDevices(CountDevicesStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitCountDevices(IoTDBSqlParser.CountDevicesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCountDevices(IoTDBSqlParser.CountDevicesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCountLevelTimeSeries(CountLevelTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCountLevelTimeSeries(CountLevelTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCountLevelTimeSeries(CountLevelTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCountMerge(CountSchemaMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitCountMerge(CountSchemaMergeNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitCountMerge(CountSchemaMergeNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitCountMerge(CountSchemaMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitCountNodes(CountNodesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCountNodes(CountNodesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCountNodes(CountNodesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCountNodes(CountNodesStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitCountNodes(IoTDBSqlParser.CountNodesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCountNodes(IoTDBSqlParser.CountNodesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCountStorageGroup(CountStorageGroupStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCountStorageGroup(CountStorageGroupStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCountStorageGroup(CountStorageGroupStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCountStorageGroup(IoTDBSqlParser.CountStorageGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCountStorageGroup(IoTDBSqlParser.CountStorageGroupContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCountTimeseries(IoTDBSqlParser.CountTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCountTimeseries(IoTDBSqlParser.CountTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCountTimeSeries(CountTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCountTimeSeries(CountTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCountTimeSeries(CountTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCountTimeSeries(CountTimeSeriesStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitCreateAlignedTimeseries(CreateAlignedTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreateAlignedTimeseries(CreateAlignedTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCreateAlignedTimeseries(CreateAlignedTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCreateAlignedTimeseries(IoTDBSqlParser.CreateAlignedTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateAlignedTimeseries(IoTDBSqlParser.CreateAlignedTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateAlignedTimeSeries(CreateAlignedTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitCreateAlignedTimeSeries(CreateAlignedTimeSeriesNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitCreateContinuousQuery(IoTDBSqlParser.CreateContinuousQueryContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateFunction(CreateFunctionStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreateFunction(CreateFunctionStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCreateFunction(IoTDBSqlParser.CreateFunctionContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateFunction(IoTDBSqlParser.CreateFunctionContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateMultiTimeseries(CreateMultiTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreateMultiTimeseries(CreateMultiTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCreateMultiTimeseries(CreateMultiTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCreateMultiTimeSeries(CreateMultiTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitCreateMultiTimeSeries(CreateMultiTimeSeriesNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitCreateNonAlignedTimeseries(IoTDBSqlParser.CreateNonAlignedTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
Data Definition Language (DDL)
visitCreateNonAlignedTimeseries(IoTDBSqlParser.CreateNonAlignedTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreatePipe(CreatePipeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreatePipe(CreatePipeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCreatePipe(IoTDBSqlParser.CreatePipeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreatePipe(IoTDBSqlParser.CreatePipeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreatePipeSink(CreatePipeSinkStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreatePipeSink(CreatePipeSinkStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCreatePipeSink(IoTDBSqlParser.CreatePipeSinkContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreatePipeSink(IoTDBSqlParser.CreatePipeSinkContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
6.
visitCreateRole(IoTDBSqlParser.CreateRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateRole(IoTDBSqlParser.CreateRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateSchemaTemplate(CreateSchemaTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreateSchemaTemplate(CreateSchemaTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCreateSchemaTemplate(CreateSchemaTemplateStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCreateSchemaTemplate(IoTDBSqlParser.CreateSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateSchemaTemplate(IoTDBSqlParser.CreateSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateStorageGroup(IoTDBSqlParser.CreateStorageGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateStorageGroup(IoTDBSqlParser.CreateStorageGroupContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateTimeseries(CreateTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
Data Definition Language (DDL)
visitCreateTimeseries(CreateTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitCreateTimeseries(CreateTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitCreateTimeSeries(CreateTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitCreateTimeSeries(CreateTimeSeriesNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitCreateTimeseriesOfSchemaTemplate(IoTDBSqlParser.CreateTimeseriesOfSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateTimeseriesOfSchemaTemplate(IoTDBSqlParser.CreateTimeseriesOfSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateTrigger(CreateTriggerStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitCreateTrigger(CreateTriggerStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitCreateTrigger(IoTDBSqlParser.CreateTriggerContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitCreateTrigger(IoTDBSqlParser.CreateTriggerContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitCreateUser(IoTDBSqlParser.CreateUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
Data Control Language (DCL)
visitCreateUser(IoTDBSqlParser.CreateUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
4.
visitDeleteData(DeleteDataNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDeleteData(DeleteDataNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitDeleteData(DeleteDataStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDeleteData(DeleteDataStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitDeleteData(DeleteDataStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitDeletePartition(IoTDBSqlParser.DeletePartitionContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDeleteStatement(IoTDBSqlParser.DeleteStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDeleteStatement(IoTDBSqlParser.DeleteStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDeleteStorageGroup(DeleteStorageGroupStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDeleteStorageGroup(DeleteStorageGroupStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitDeleteStorageGroup(IoTDBSqlParser.DeleteStorageGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDeleteStorageGroup(IoTDBSqlParser.DeleteStorageGroupContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDeleteTimeseries(DeleteTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDeleteTimeseries(DeleteTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDeleteTimeseries(IoTDBSqlParser.DeleteTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDeleteTimeseries(IoTDBSqlParser.DeleteTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDeviceMerge(DeviceMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDeviceMerge(DeviceMergeNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitDeviceMerge(DeviceMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitDeviceMerge(DeviceMergeNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitDevicesCount(DevicesCountNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDevicesCount(DevicesCountNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitDevicesSchemaScan(DevicesSchemaScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDevicesSchemaScan(DevicesSchemaScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitDeviceView(DeviceViewNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitDeviceView(DeviceViewNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitDeviceView(DeviceViewNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitDeviceView(DeviceViewNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitDeviceView(DeviceViewNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitDropContinuousQuery(IoTDBSqlParser.DropContinuousQueryContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropFunction(DropFunctionStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDropFunction(DropFunctionStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitDropFunction(IoTDBSqlParser.DropFunctionContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropFunction(IoTDBSqlParser.DropFunctionContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropPipe(DropPipeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDropPipe(DropPipeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitDropPipe(IoTDBSqlParser.DropPipeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropPipe(IoTDBSqlParser.DropPipeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropPipeSink(DropPipeSinkStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDropPipeSink(DropPipeSinkStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitDropPipeSink(IoTDBSqlParser.DropPipeSinkContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropPipeSink(IoTDBSqlParser.DropPipeSinkContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropRole(IoTDBSqlParser.DropRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropRole(IoTDBSqlParser.DropRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropSchemaTemplate(IoTDBSqlParser.DropSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropTrigger(DropTriggerStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitDropTrigger(DropTriggerStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitDropTrigger(IoTDBSqlParser.DropTriggerContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropTrigger(IoTDBSqlParser.DropTriggerContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitDropUser(IoTDBSqlParser.DropUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitDropUser(IoTDBSqlParser.DropUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitEntityMNode(EntityMNode, C) - Method in class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
visitExchange(ExchangeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitExchange(ExchangeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitExchange(ExchangeNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitExplain(ExplainStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitExplain(ExplainStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitExplain(ExplainStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitExplain(IoTDBSqlParser.ExplainContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitExpression(Expression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitExpression(Expression, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitExpression(Expression, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitExpression(Expression, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitFill(FillNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitFill(FillNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitFill(FillNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitFillStatement(IoTDBSqlParser.FillStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitFillStatement(IoTDBSqlParser.FillStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitFilter(FilterNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitFilter(FilterNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitFilter(FilterNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitFilter(FilterNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitFlush(FlushStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitFlush(FlushStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitFlush(IoTDBSqlParser.FlushContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitFlush(IoTDBSqlParser.FlushContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitFragmentSink(FragmentSinkNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitFragmentSink(FragmentSinkNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitFragmentSink(FragmentSinkNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitFullMerge(IoTDBSqlParser.FullMergeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitFullMerge(IoTDBSqlParser.FullMergeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitFunctionExpression(FunctionExpression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitFunctionExpression(FunctionExpression, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitFunctionExpression(FunctionExpression, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitFunctionExpression(FunctionExpression, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitGrantRole(IoTDBSqlParser.GrantRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGrantRole(IoTDBSqlParser.GrantRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGrantRoleToUser(IoTDBSqlParser.GrantRoleToUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGrantRoleToUser(IoTDBSqlParser.GrantRoleToUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGrantUser(IoTDBSqlParser.GrantUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGrantUser(IoTDBSqlParser.GrantUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGrantWatermarkEmbedding(IoTDBSqlParser.GrantWatermarkEmbeddingContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGroupByFillStatement(IoTDBSqlParser.GroupByFillStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGroupByFillStatement(IoTDBSqlParser.GroupByFillStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGroupByLevel(GroupByLevelNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitGroupByLevel(GroupByLevelNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitGroupByLevel(GroupByLevelNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitGroupByLevel(GroupByLevelNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitGroupByLevel(GroupByLevelNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitGroupByLevelStatement(IoTDBSqlParser.GroupByLevelStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGroupByLevelStatement(IoTDBSqlParser.GroupByLevelStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitGroupByTimeStatement(IoTDBSqlParser.GroupByTimeStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitGroupByTimeStatement(IoTDBSqlParser.GroupByTimeStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitInsert(InsertStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsert(InsertStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertMultiTablets(InsertMultiTabletsNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInsertMultiTablets(InsertMultiTabletsNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitInsertMultiTablets(InsertMultiTabletsStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsertMultiTablets(InsertMultiTabletsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertMultiTablets(InsertMultiTabletsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInsertRow(InsertRowNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInsertRow(InsertRowNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitInsertRow(InsertRowStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsertRow(InsertRowStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertRow(InsertRowStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInsertRows(InsertRowsNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInsertRows(InsertRowsNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitInsertRows(InsertRowsStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsertRows(InsertRowsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertRows(InsertRowsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInsertStatement(IoTDBSqlParser.InsertStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitInsertStatement(IoTDBSqlParser.InsertStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitInsertTablet(InsertTabletNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInsertTablet(InsertTabletNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitInsertTablet(InsertTabletStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInsertTablet(InsertTabletStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInsertTablet(InsertTabletStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInternalCreateTimeseries(InternalCreateTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitInternalCreateTimeseries(InternalCreateTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitInternalCreateTimeseries(InternalCreateTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitInternalCreateTimeSeries(InternalCreateTimeSeriesNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitInternalCreateTimeSeries(InternalCreateTimeSeriesNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitInternalMNode(InternalMNode, C) - Method in class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
visitKillQuery(IoTDBSqlParser.KillQueryContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitLastQuery(LastQueryNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLastQuery(LastQueryNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitLastQuery(LastQueryNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitLastQuery(LastQueryNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLastQueryCollect(LastQueryCollectNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLastQueryCollect(LastQueryCollectNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitLastQueryCollect(LastQueryCollectNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLastQueryMerge(LastQueryMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLastQueryMerge(LastQueryMergeNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitLastQueryMerge(LastQueryMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLastQueryScan(LastQueryScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLastQueryScan(LastQueryScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitLastQueryScan(LastQueryScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitLastQueryScan(LastQueryScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLevelTimeSeriesCount(LevelTimeSeriesCountNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLevelTimeSeriesCount(LevelTimeSeriesCountNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLimit(LimitNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitLimit(LimitNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitLimit(LimitNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitLimitStatement(IoTDBSqlParser.LimitStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitLimitStatement(IoTDBSqlParser.LimitStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitListPrivilegesRole(IoTDBSqlParser.ListPrivilegesRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitListPrivilegesRole(IoTDBSqlParser.ListPrivilegesRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitListPrivilegesUser(IoTDBSqlParser.ListPrivilegesUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitListPrivilegesUser(IoTDBSqlParser.ListPrivilegesUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitListRole(IoTDBSqlParser.ListRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitListRole(IoTDBSqlParser.ListRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitListUser(IoTDBSqlParser.ListUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitListUser(IoTDBSqlParser.ListUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitLoadConfiguration(LoadConfigurationStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitLoadConfiguration(LoadConfigurationStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitLoadConfiguration(IoTDBSqlParser.LoadConfigurationContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitLoadConfiguration(IoTDBSqlParser.LoadConfigurationContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitLoadFile(IoTDBSqlParser.LoadFileContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitLoadTimeseries(IoTDBSqlParser.LoadTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitMeasurementMNode(MeasurementMNode, C) - Method in class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
visitMerge(MergeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitMerge(MergeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitMerge(IoTDBSqlParser.MergeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitMerge(IoTDBSqlParser.MergeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
5.
visitNode(StatementNode, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
Top Level Description
visitNode(StatementNode, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitNode(StatementNode, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitNode(StatementNode, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitNode(StatementNode, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitNodeManagementMemoryMerge(NodeManagementMemoryMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitNodeManagementMemoryMerge(NodeManagementMemoryMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitNodePathConvert(NodePathsConvertNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitNodePathConvert(NodePathsConvertNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitNodePathsCount(NodePathsCountNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitNodePathsCount(NodePathsCountNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitNodePathsSchemaScan(NodePathsSchemaScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitNodePathsSchemaScan(NodePathsSchemaScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitOffset(OffsetNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitOffset(OffsetNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitOffset(OffsetNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitOrderByTimeStatement(IoTDBSqlParser.OrderByTimeStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitOrderByTimeStatement(IoTDBSqlParser.OrderByTimeStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitPathsUsingTemplateScan(PathsUsingTemplateScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitPlan(PlanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitPlan(PlanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.SimplePlanNodeRewriter
 
visitPlan(PlanNode, DataRegion) - Method in class org.apache.iotdb.db.consensus.statemachine.visitor.DataExecutionVisitor
 
visitPlan(PlanNode, ISchemaRegion) - Method in class org.apache.iotdb.db.metadata.visitor.SchemaExecutionVisitor
 
visitPlan(PlanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitPlan(PlanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitPlan(PlanNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitProject(ProjectNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitQuery(QueryStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
Data Manipulation Language (DML)
visitQuery(QueryStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitQuery(QueryStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitQueryBody(QueryStatement, boolean, Set<Expression>, Set<Expression>, Set<Expression>, Set<Expression>, Expression, Expression, List<Integer>, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitRemoveFile(IoTDBSqlParser.RemoveFileContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitRevokeRole(IoTDBSqlParser.RevokeRoleContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitRevokeRole(IoTDBSqlParser.RevokeRoleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitRevokeRoleFromUser(IoTDBSqlParser.RevokeRoleFromUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitRevokeRoleFromUser(IoTDBSqlParser.RevokeRoleFromUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitRevokeUser(IoTDBSqlParser.RevokeUserContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitRevokeUser(IoTDBSqlParser.RevokeUserContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitRevokeWatermarkEmbedding(IoTDBSqlParser.RevokeWatermarkEmbeddingContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSchemaFetch(SchemaFetchStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitSchemaFetch(SchemaFetchStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitSchemaFetch(SchemaFetchStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitSchemaFetchMerge(SchemaFetchMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSchemaFetchMerge(SchemaFetchMergeNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitSchemaFetchMerge(SchemaFetchMergeNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSchemaFetchMerge(SchemaFetchMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSchemaFetchScan(SchemaFetchScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSchemaFetchScan(SchemaFetchScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSchemaFetchScan(SchemaFetchScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSchemaQueryMerge(SchemaQueryMergeNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSchemaQueryMerge(SchemaQueryMergeNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitSchemaQueryMerge(SchemaQueryMergeNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSchemaQueryMerge(SchemaQueryMergeNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSchemaQueryOrderByHeat(SchemaQueryOrderByHeatNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSchemaQueryOrderByHeat(SchemaQueryOrderByHeatNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSchemaQueryOrderByHeat(SchemaQueryOrderByHeatNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSchemaQueryScan(SchemaQueryScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSchemaQueryScan(SchemaQueryScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSchemaQueryScan(SchemaQueryScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSelectStatement(InfluxDBSqlParser.SelectStatementContext) - Method in class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBSqlVisitor
 
visitSelectStatement(IoTDBSqlParser.SelectStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSelectStatement(IoTDBSqlParser.SelectStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
3.
visitSeriesAggregationScan(SeriesAggregationScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSeriesAggregationScan(SeriesAggregationScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitSeriesAggregationScan(SeriesAggregationScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSeriesAggregationScan(SeriesAggregationScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSeriesAggregationScan(SeriesAggregationScanNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitSeriesScan(SeriesScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSeriesScan(SeriesScanNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitSeriesScan(SeriesScanNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSeriesScan(SeriesScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSeriesScan(SeriesScanNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitSetSchemaTemplate(SetSchemaTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitSetSchemaTemplate(SetSchemaTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitSetSchemaTemplate(SetSchemaTemplateStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitSetSchemaTemplate(IoTDBSqlParser.SetSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSetSchemaTemplate(IoTDBSqlParser.SetSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSetStorageGroup(SetStorageGroupStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitSetStorageGroup(SetStorageGroupStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitSetStorageGroup(IoTDBSqlParser.SetStorageGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSetStorageGroup(IoTDBSqlParser.SetStorageGroupContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
2.
visitSetSystemStatus(SetSystemStatusStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitSetSystemStatus(SetSystemStatusStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitSetSystemStatus(IoTDBSqlParser.SetSystemStatusContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSetSystemStatus(IoTDBSqlParser.SetSystemStatusContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSettle(IoTDBSqlParser.SettleContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSetTTL(SetTTLStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitSetTTL(SetTTLStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitSetTTL(IoTDBSqlParser.SetTTLContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSetTTL(IoTDBSqlParser.SetTTLContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowAllTTL(IoTDBSqlParser.ShowAllTTLContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowAllTTL(IoTDBSqlParser.ShowAllTTLContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowChildNodes(ShowChildNodesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowChildNodes(ShowChildNodesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowChildNodes(ShowChildNodesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitShowChildNodes(ShowChildNodesStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitShowChildNodes(IoTDBSqlParser.ShowChildNodesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowChildNodes(IoTDBSqlParser.ShowChildNodesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowChildPaths(ShowChildPathsStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowChildPaths(ShowChildPathsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowChildPaths(ShowChildPathsStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitShowChildPaths(ShowChildPathsStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitShowChildPaths(IoTDBSqlParser.ShowChildPathsContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowChildPaths(IoTDBSqlParser.ShowChildPathsContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowCluster(ShowClusterStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowCluster(ShowClusterStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowCluster(ShowClusterStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowCluster(IoTDBSqlParser.ShowClusterContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowConfigNodes(ShowConfigNodesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowConfigNodes(ShowConfigNodesStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowConfigNodes(IoTDBSqlParser.ShowConfigNodesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowContinuousQueries(IoTDBSqlParser.ShowContinuousQueriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowDataNodes(ShowDataNodesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowDataNodes(ShowDataNodesStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowDataNodes(IoTDBSqlParser.ShowDataNodesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowDevices(ShowDevicesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowDevices(ShowDevicesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowDevices(ShowDevicesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitShowDevices(IoTDBSqlParser.ShowDevicesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowDevices(IoTDBSqlParser.ShowDevicesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowFlushInfo(IoTDBSqlParser.ShowFlushInfoContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowFunctions(ShowFunctionsStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowFunctions(ShowFunctionsStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowFunctions(IoTDBSqlParser.ShowFunctionsContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowFunctions(IoTDBSqlParser.ShowFunctionsContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowLockInfo(IoTDBSqlParser.ShowLockInfoContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowNodesInSchemaTemplate(ShowNodesInSchemaTemplateStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowNodesInSchemaTemplate(IoTDBSqlParser.ShowNodesInSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowNodesInSchemaTemplate(IoTDBSqlParser.ShowNodesInSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowPathSetTemplate(ShowPathSetTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowPathSetTemplate(ShowPathSetTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowPathSetTemplate(ShowPathSetTemplateStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowPathsSetSchemaTemplate(IoTDBSqlParser.ShowPathsSetSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowPathsSetSchemaTemplate(IoTDBSqlParser.ShowPathsSetSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowPathsUsingSchemaTemplate(IoTDBSqlParser.ShowPathsUsingSchemaTemplateContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowPathsUsingSchemaTemplate(IoTDBSqlParser.ShowPathsUsingSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowPathsUsingTemplate(ShowPathsUsingTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowPathsUsingTemplate(ShowPathsUsingTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowPathsUsingTemplate(ShowPathsUsingTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitShowPathsUsingTemplate(ShowPathsUsingTemplateStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitShowPipe(ShowPipeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowPipe(ShowPipeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowPipe(IoTDBSqlParser.ShowPipeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowPipe(IoTDBSqlParser.ShowPipeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowPipeSink(ShowPipeSinkStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowPipeSink(ShowPipeSinkStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowPipeSink(IoTDBSqlParser.ShowPipeSinkContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowPipeSink(IoTDBSqlParser.ShowPipeSinkContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowPipeSinkType(ShowPipeSinkTypeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowPipeSinkType(ShowPipeSinkTypeStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowPipeSinkType(ShowPipeSinkTypeStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitShowPipeSinkType(IoTDBSqlParser.ShowPipeSinkTypeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowPipeSinkType(IoTDBSqlParser.ShowPipeSinkTypeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowQueryProcesslist(IoTDBSqlParser.ShowQueryProcesslistContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowQueryResource(IoTDBSqlParser.ShowQueryResourceContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowRegion(ShowRegionStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowRegion(ShowRegionStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowRegion(IoTDBSqlParser.ShowRegionContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowSchemaTemplate(ShowSchemaTemplateStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowSchemaTemplate(ShowSchemaTemplateStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowSchemaTemplate(ShowSchemaTemplateStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowSchemaTemplates(IoTDBSqlParser.ShowSchemaTemplatesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowSchemaTemplates(IoTDBSqlParser.ShowSchemaTemplatesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowStorageGroup(ShowStorageGroupStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowStorageGroup(ShowStorageGroupStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowStorageGroup(ShowStorageGroupStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowStorageGroup(IoTDBSqlParser.ShowStorageGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowStorageGroup(IoTDBSqlParser.ShowStorageGroupContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowTimeseries(IoTDBSqlParser.ShowTimeseriesContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowTimeseries(IoTDBSqlParser.ShowTimeseriesContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowTimeSeries(ShowTimeSeriesStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowTimeSeries(ShowTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowTimeSeries(ShowTimeSeriesStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanVisitor
 
visitShowTriggers(IoTDBSqlParser.ShowTriggersContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowTTL(ShowTTLStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowTTL(ShowTTLStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowTTL(ShowTTLStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitShowTTL(IoTDBSqlParser.ShowTTLContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowTTL(IoTDBSqlParser.ShowTTLContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitShowVersion(ShowVersionStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitShowVersion(ShowVersionStatement, MPPQueryContext) - Method in class org.apache.iotdb.db.mpp.plan.analyze.AnalyzeVisitor
 
visitShowVersion(ShowVersionStatement, StatementMemorySourceContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.memory.StatementMemorySourceVisitor
 
visitShowVersion(IoTDBSqlParser.ShowVersionContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitShowVersion(IoTDBSqlParser.ShowVersionContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSingleStatement(InfluxDBSqlParser.SingleStatementContext) - Method in class org.apache.iotdb.db.protocol.influxdb.sql.InfluxDBSqlVisitor
 
visitSingleStatement(IoTDBSqlParser.SingleStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
Top Level Description
visitSingleStatement(IoTDBSqlParser.SingleStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
1.
visitSlidingWindowAggregation(SlidingWindowAggregationNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSlidingWindowAggregation(SlidingWindowAggregationNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitSlidingWindowAggregation(SlidingWindowAggregationNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitSlidingWindowAggregation(SlidingWindowAggregationNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSlidingWindowAggregation(SlidingWindowAggregationNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitSlimitStatement(IoTDBSqlParser.SlimitStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSlimitStatement(IoTDBSqlParser.SlimitStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitSort(SortNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitSort(SortNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitSort(SortNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitSpecialLimitStatement(IoTDBSqlParser.SpecialLimitStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitSpecialLimitStatement(IoTDBSqlParser.SpecialLimitStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitStartPipe(StartPipeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitStartPipe(StartPipeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitStartPipe(IoTDBSqlParser.StartPipeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitStartPipe(IoTDBSqlParser.StartPipeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitStartTrigger(IoTDBSqlParser.StartTriggerContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitStatement(Statement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitStatement(Statement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitStopPipe(StopPipeStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitStopPipe(StopPipeStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitStopPipe(IoTDBSqlParser.StopPipeContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitStopPipe(IoTDBSqlParser.StopPipeContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitStopTrigger(IoTDBSqlParser.StopTriggerContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitStorageGroupEntityMNode(StorageGroupEntityMNode, C) - Method in class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
visitStorageGroupMNode(StorageGroupMNode, C) - Method in class org.apache.iotdb.db.metadata.mnode.visitor.MNodeVisitor
 
visitTernaryExpression(TernaryExpression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitTernaryExpression(TernaryExpression, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitTernaryExpression(TernaryExpression, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitTernaryExpression(TernaryExpression, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitTimeJoin(TimeJoinNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitTimeJoin(TimeJoinNode, DistributionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.SourceRewriter
 
visitTimeJoin(TimeJoinNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitTimeJoin(TimeJoinNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitTimeJoin(TimeJoinNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitTimeSeriesCount(TimeSeriesCountNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitTimeSeriesCount(TimeSeriesCountNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitTimeSeriesOperand(TimeSeriesOperand, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitTimeSeriesOperand(TimeSeriesOperand, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitTimeSeriesOperand(TimeSeriesOperand, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitTimeSeriesOperand(TimeSeriesOperand, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitTimeSeriesSchemaScan(TimeSeriesSchemaScanNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitTimeSeriesSchemaScan(TimeSeriesSchemaScanNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitTimeStampOperand(TimestampOperand, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitTimeStampOperand(TimestampOperand, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitTimeStampOperand(TimestampOperand, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitTimeStampOperand(TimestampOperand, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitTransform(TransformNode, C) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanVisitor
 
visitTransform(TransformNode, NodeGroupContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.distribution.ExchangeNodeAdder
 
visitTransform(TransformNode, LocalExecutionPlanContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.OperatorTreeGenerator
 
visitTransform(TransformNode, PlanGraphPrinter.GraphContext) - Method in class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanGraphPrinter
 
visitUnaryExpression(UnaryExpression, C) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ExpressionVisitor
 
visitUnaryExpression(UnaryExpression, ColumnTransformerVisitor.ColumnTransformerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.ColumnTransformerVisitor
 
visitUnaryExpression(UnaryExpression, IntermediateLayerVisitor.IntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor
 
visitUnaryExpression(UnaryExpression, OldIntermediateLayerVisitor.OldIntermediateLayerVisitorContext) - Method in class org.apache.iotdb.db.mpp.plan.expression.visitor.OldIntermediateLayerVisitor
Deprecated.
 
visitUnloadFile(IoTDBSqlParser.UnloadFileContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitUnsetSchemaTemplate(IoTDBSqlParser.UnsetSchemaTemplateContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitUnsetTTL(IoTDBSqlParser.UnsetTTLContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitUnsetTTL(IoTDBSqlParser.UnsetTTLContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 
visitUnSetTTL(UnSetTTLStatement, C) - Method in class org.apache.iotdb.db.mpp.plan.statement.StatementVisitor
 
visitUnSetTTL(UnSetTTLStatement, ConfigTaskVisitor.TaskContext) - Method in class org.apache.iotdb.db.mpp.plan.execution.config.ConfigTaskVisitor
 
visitWithoutNullStatement(IoTDBSqlParser.WithoutNullStatementContext) - Method in class org.apache.iotdb.db.mpp.plan.parser.ASTVisitor
 
visitWithoutNullStatement(IoTDBSqlParser.WithoutNullStatementContext) - Method in class org.apache.iotdb.db.qp.sql.IoTDBSqlVisitor
 

W

w - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
wait - Variable in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
true means waiting until getting the result
waitAllCompactionFinish() - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
waitAndStop(long) - Method in class org.apache.iotdb.db.engine.compaction.CompactionTaskManager
 
waitForDeleted() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
Wait for this data region successfully deleted
waitForFlush() - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Wait for next flush operation done
waitForFlush() - Method in class org.apache.iotdb.db.wal.buffer.WALBuffer
 
waitForFlush(long, TimeUnit) - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Wait for next flush operation done
waitForFlush(long, TimeUnit) - Method in class org.apache.iotdb.db.wal.buffer.WALBuffer
 
waitForResult() - Method in class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
Wait until getting the result.
WAL_FILE_INFO_END_MARKER - org.apache.iotdb.db.wal.buffer.WALEntryType
mark the wal file info part ends
WAL_FILE_NAME_FORMAT - Static variable in class org.apache.iotdb.db.wal.utils.WALFileUtils
 
WAL_FILE_NAME_PATTERN - Static variable in class org.apache.iotdb.db.wal.utils.WALFileUtils
versionId is a self-incremented id number, helping to maintain the order of wal files.
WAL_OPEN_FILE_NUM - org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
 
WALBuffer - Class in org.apache.iotdb.db.wal.buffer
This buffer guarantees the concurrent safety and uses double buffers mechanism to accelerate writes and avoid waiting for buffer syncing to disk.
WALBuffer(String, String) - Constructor for class org.apache.iotdb.db.wal.buffer.WALBuffer
 
WALBuffer(String, String, long, long) - Constructor for class org.apache.iotdb.db.wal.buffer.WALBuffer
 
WALByteBufReader - Class in org.apache.iotdb.db.wal.io
This reader returns WALEntry as ByteBuffer, the usage of WALByteBufReader is like Iterator.
WALByteBufReader(File) - Constructor for class org.apache.iotdb.db.wal.io.WALByteBufReader
 
WalChecker - Class in org.apache.iotdb.db.tools
WalChecker verifies that whether all insert ahead logs in the WAL folder are recognizable.
WalChecker(String) - Constructor for class org.apache.iotdb.db.tools.WalChecker
 
WALEntry - Class in org.apache.iotdb.db.wal.buffer
WALEntry is the basic element of .wal file, including type, memTable id, and specific value(physical plan or memTable snapshot).
WALEntry(long, WALEntryValue, boolean) - Constructor for class org.apache.iotdb.db.wal.buffer.WALEntry
 
WALEntry(WALEntryType, long, WALEntryValue, boolean) - Constructor for class org.apache.iotdb.db.wal.buffer.WALEntry
 
WALEntryType - Enum in org.apache.iotdb.db.wal.buffer
Type of WALEntry, including info type and signal type
WALEntryValue - Interface in org.apache.iotdb.db.wal.buffer
A class implements this interface can be written into .wal file.
WALException - Exception in org.apache.iotdb.db.wal.exception
 
WALException(String) - Constructor for exception org.apache.iotdb.db.wal.exception.WALException
 
WALException(String, Throwable) - Constructor for exception org.apache.iotdb.db.wal.exception.WALException
 
WALException(Throwable) - Constructor for exception org.apache.iotdb.db.wal.exception.WALException
 
WALFakeNode - Class in org.apache.iotdb.db.wal.node
This class provides fake wal node when wal is disabled or exception happens.
WALFakeNode(AbstractResultListener.Status, Exception) - Constructor for class org.apache.iotdb.db.wal.node.WALFakeNode
 
walFilenameFilter(File, String) - Static method in class org.apache.iotdb.db.wal.utils.WALFileUtils
Return true when this file is .wal file
WALFileStatus - Enum in org.apache.iotdb.db.wal.utils
This enumeration class annotates the status of wal file.
WALFileUtils - Class in org.apache.iotdb.db.wal.utils
 
WALFileUtils() - Constructor for class org.apache.iotdb.db.wal.utils.WALFileUtils
 
walFlushListener - Variable in class org.apache.iotdb.db.wal.buffer.WALEntry
listen whether this WALEntry has been written to the filesystem, null iff this WALEntry is deserialized from .wal file
WALFlushListener - Class in org.apache.iotdb.db.wal.utils.listener
This class helps judge whether wal is flushed to the storage device.
WALFlushListener(boolean) - Constructor for class org.apache.iotdb.db.wal.utils.listener.WALFlushListener
 
WALInfoEntry - Class in org.apache.iotdb.db.wal.buffer
This entry class stores info for persistence
WALInfoEntry(long, InsertTabletNode, int, int) - Constructor for class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
WALInfoEntry(long, InsertTabletPlan, int, int) - Constructor for class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
WALInfoEntry(long, WALEntryValue) - Constructor for class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
WALInfoEntry(long, WALEntryValue, boolean) - Constructor for class org.apache.iotdb.db.wal.buffer.WALInfoEntry
 
WALManager - Class in org.apache.iotdb.db.wal
This class is used to manage and allocate wal nodes
WALMetaData - Class in org.apache.iotdb.db.wal.io
Metadata exists at the end of each wal file, including each entry's size, search index of first entry and the number of entries.
WALMetaData() - Constructor for class org.apache.iotdb.db.wal.io.WALMetaData
 
WALMetaData(long, List<Integer>) - Constructor for class org.apache.iotdb.db.wal.io.WALMetaData
 
WALMode - Enum in org.apache.iotdb.db.wal.utils
Write mode of wal
WALNode - Class in org.apache.iotdb.db.wal.node
This class encapsulates IWALBuffer and CheckpointManager.
WALNode(String, String) - Constructor for class org.apache.iotdb.db.wal.node.WALNode
 
WALNode(String, String, long, long) - Constructor for class org.apache.iotdb.db.wal.node.WALNode
 
WALNodeClosedException - Exception in org.apache.iotdb.db.wal.exception
 
WALNodeClosedException(String) - Constructor for exception org.apache.iotdb.db.wal.exception.WALNodeClosedException
 
WALNodeRecoverTask - Class in org.apache.iotdb.db.wal.recover
This task is responsible for the recovery of one wal node.
WALNodeRecoverTask(File, CountDownLatch) - Constructor for class org.apache.iotdb.db.wal.recover.WALNodeRecoverTask
 
WALReader - Class in org.apache.iotdb.db.wal.io
This reader returns WALEntry directly, the usage of WALReader is like Iterator.
WALReader(File) - Constructor for class org.apache.iotdb.db.wal.io.WALReader
 
WALReader(File, boolean) - Constructor for class org.apache.iotdb.db.wal.io.WALReader
 
WALRecoverException - Exception in org.apache.iotdb.db.wal.exception
 
WALRecoverException(String, Throwable) - Constructor for exception org.apache.iotdb.db.wal.exception.WALRecoverException
 
WALRecoverException(Throwable) - Constructor for exception org.apache.iotdb.db.wal.exception.WALRecoverException
 
WALRecoverListener - Class in org.apache.iotdb.db.wal.utils.listener
This class helps judge whether some TsFile is recovered.
WALRecoverListener(String) - Constructor for class org.apache.iotdb.db.wal.utils.listener.WALRecoverListener
 
WALRecoverManager - Class in org.apache.iotdb.db.wal.recover
First set allVsgScannedLatch, then call recover method.
WALRecoverWriter - Class in org.apache.iotdb.db.wal.recover
Check whether the wal file is broken and recover it.
WALRecoverWriter(File) - Constructor for class org.apache.iotdb.db.wal.recover.WALRecoverWriter
 
WALSignalEntry - Class in org.apache.iotdb.db.wal.buffer
This entry class provides a signal to help wal buffer dealing with some special cases
WALSignalEntry(WALEntryType) - Constructor for class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
WALSignalEntry(WALEntryType, boolean) - Constructor for class org.apache.iotdb.db.wal.buffer.WALSignalEntry
 
WALWriter - Class in org.apache.iotdb.db.wal.io
WALWriter writes the binary WALEntry into .wal file.
WALWriter(File) - Constructor for class org.apache.iotdb.db.wal.io.WALWriter
 
WALWriteUtils - Class in org.apache.iotdb.db.wal.utils
Like ReadWriteIOUtils
WARN - org.apache.iotdb.db.sync.sender.pipe.PipeMessage.MsgType
 
WATERMARK_GROUPED_LSB - Static variable in class org.apache.iotdb.db.conf.IoTDBConfig
 
WatermarkDetector - Class in org.apache.iotdb.db.tools.watermark
 
WatermarkDetector() - Constructor for class org.apache.iotdb.db.tools.watermark.WatermarkDetector
 
WatermarkEncoder - Interface in org.apache.iotdb.db.tools.watermark
 
whereComponent - Variable in class org.apache.iotdb.db.qp.logical.crud.QueryOperator
 
WhereComponent - Class in org.apache.iotdb.db.qp.logical.crud
 
WhereComponent() - Constructor for class org.apache.iotdb.db.qp.logical.crud.WhereComponent
 
WhereComponent(FilterOperator) - Constructor for class org.apache.iotdb.db.qp.logical.crud.WhereComponent
 
whereCondition - Variable in class org.apache.iotdb.db.mpp.plan.statement.crud.QueryStatement
 
WhereCondition - Class in org.apache.iotdb.db.mpp.plan.statement.component
This class maintains information of WHERE clause.
WhereCondition() - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.WhereCondition
 
WhereCondition(Expression) - Constructor for class org.apache.iotdb.db.mpp.plan.statement.component.WhereCondition
 
WildcardsRemover - Class in org.apache.iotdb.db.qp.utils
Removes wildcards (applying memory control and slimit/soffset control)
WildcardsRemover(QueryOperator) - Constructor for class org.apache.iotdb.db.qp.utils.WildcardsRemover
 
Window - Interface in org.apache.iotdb.db.utils.windowing.api
 
windowEndTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
windowEndTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
windowEndTimestamp - Variable in class org.apache.iotdb.db.engine.cq.ContinuousQueryTask
 
WindowEvaluationTask - Class in org.apache.iotdb.db.utils.windowing.runtime
 
WindowEvaluationTask(Evaluator, Window) - Constructor for class org.apache.iotdb.db.utils.windowing.runtime.WindowEvaluationTask
 
WindowEvaluationTaskPoolManager - Class in org.apache.iotdb.db.utils.windowing.runtime
 
WindowImpl - Class in org.apache.iotdb.db.utils.windowing.window
 
WindowImpl(EvictableBatchList, int, int) - Constructor for class org.apache.iotdb.db.utils.windowing.window.WindowImpl
 
WindowingException - Exception in org.apache.iotdb.db.utils.windowing.exception
 
WindowingException(String) - Constructor for exception org.apache.iotdb.db.utils.windowing.exception.WindowingException
 
WindowingException(String, Throwable) - Constructor for exception org.apache.iotdb.db.utils.windowing.exception.WindowingException
 
windowSize() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
windowSize() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
windowStartTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableRowRecordListBackedMultiColumnWindow
 
windowStartTime() - Method in class org.apache.iotdb.db.mpp.transformation.dag.adapter.ElasticSerializableTVListBackedSingleColumnWindow
 
withNewRoot(PlanNode) - Method in class org.apache.iotdb.db.mpp.plan.planner.LogicalPlanBuilder
 
WITHOUT_NULL_FILTER_ERROR_MESSAGE - Static variable in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
withoutAllNull - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
withoutAnyNull - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
withoutNullColumns - Variable in class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
 
withoutNullColumnsIndex - Variable in class org.apache.iotdb.db.qp.physical.crud.QueryPlan
 
WORKING - org.apache.iotdb.db.engine.flush.FlushStatus
MemTable is still working
wrap(BlockingConnection) - Method in class org.apache.iotdb.db.engine.trigger.utils.MQTTConnectionFactory
 
WritableMemChunk - Class in org.apache.iotdb.db.engine.memtable
 
WritableMemChunk(IMeasurementSchema) - Constructor for class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
WritableMemChunkGroup - Class in org.apache.iotdb.db.engine.memtable
 
WritableMemChunkGroup() - Constructor for class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
write(byte[]) - Method in class org.apache.iotdb.db.qp.utils.EmptyOutputStream
 
write(byte[], int, int) - Method in class org.apache.iotdb.db.qp.utils.EmptyOutputStream
 
write(byte, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a byte n to byteBuffer.
write(double, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a double n to byteBuffer.
write(float, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a float n to byteBuffer.
write(int) - Method in class org.apache.iotdb.db.qp.utils.EmptyOutputStream
 
write(int, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a int n to byteBuffer.
write(long[], Object, BitMap, TSDataType, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
write(long[], Object, BitMap, TSDataType, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
write data in the range [start, end).
write(long[], Object, BitMap, TSDataType, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
write(long, Object) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
write(long, Object) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
write(long, Object) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
write(long, Object[], List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
write(long, Object[], List<IMeasurementSchema>) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
write(long, Object[], List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
write(long, Object, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
write(long, Object, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
write(long, Object, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
write(long, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a long n to byteBuffer.
write(short, String, ByteBuffer) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaPage
Insert a content directly into specified segment, without considering preallocate and reallocate segment.
write(short, String, ByteBuffer) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaPage
 
write(short, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a short n to byteBuffer.
write(Boolean, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a byte to byteBuffer according to flag.
write(String, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write string to byteBuffer.
write(ByteBuffer) - Method in interface org.apache.iotdb.db.utils.writelog.ILogWriter
Write given logs to a persistent medium.
write(ByteBuffer) - Method in class org.apache.iotdb.db.utils.writelog.LogWriter
 
write(ByteBuffer) - Method in interface org.apache.iotdb.db.wal.io.ILogWriter
Write given logs to a persistent medium.
write(ByteBuffer) - Method in class org.apache.iotdb.db.wal.io.LogWriter
 
write(ByteBuffer, WALMetaData) - Method in class org.apache.iotdb.db.wal.io.WALWriter
Writes buffer and update its' metadata
write(Map<String, String>, Map<String, String>) - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
 
write(Map<String, String>, Map<String, String>, long) - Method in class org.apache.iotdb.db.metadata.tag.TagLogFile
This method does not modify this file's current position.
write(DataRegionId, PlanNode) - Method in class org.apache.iotdb.db.engine.StorageEngineV2
Write data into DataRegion.
write(SchemaRegionId, PlanNode) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaEngine
 
write(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
write(IConsensusRequest) - Method in class org.apache.iotdb.db.consensus.statemachine.SchemaRegionStateMachine
 
write(Modification) - Method in class org.apache.iotdb.db.engine.modification.io.LocalTextModificationAccessor
 
write(Modification) - Method in interface org.apache.iotdb.db.engine.modification.io.ModificationWriter
Write a new modification to the persistent medium.
write(Modification) - Method in class org.apache.iotdb.db.engine.modification.ModificationFile
Write a modification in this file.
write(IDeviceID, List<IMeasurementSchema>, long, Object[]) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
write(IDeviceID, List<IMeasurementSchema>, long, Object[]) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
write(PlanNode) - Method in class org.apache.iotdb.db.consensus.statemachine.DataRegionStateMachine
 
write(InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
write(InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
write(InsertTabletPlan, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
write data in the range [start, end).
write(PhysicalPlan) - Method in class org.apache.iotdb.db.engine.trigger.service.TriggerLogWriter
 
write(WALEntry) - Method in interface org.apache.iotdb.db.wal.buffer.IWALBuffer
Write WALEntry into wal buffer.
write(WALEntry) - Method in class org.apache.iotdb.db.wal.buffer.WALBuffer
 
write(CompressionType, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
CompressionType.
write(TSDataType, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
TSDataType.
write(TSEncoding, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
TSEncoding.
write(TimeColumn, Column[], int, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
write(TimeColumn, Column[], int, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.CrossSpaceCompactionWriter
 
write(TimeColumn, Column[], int, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.InnerSpaceCompactionWriter
 
write(TimeValuePair) - Method in interface org.apache.iotdb.db.query.externalsort.serialize.IExternalSortFileSerializer
 
write(TimeValuePair) - Method in class org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthTimeValuePairSerializer
 
write(Binary, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
write a short n to byteBuffer.
write(MeasurementSchema, IWALByteBufferView) - Static method in class org.apache.iotdb.db.wal.utils.WALWriteUtils
MeasurementSchema.
WRITE - org.apache.iotdb.db.mpp.plan.analyze.QueryType
 
writeAlignedRow(IDeviceID, List<IMeasurementSchema>, long, Object[]) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
writeAlignedRow(IDeviceID, List<IMeasurementSchema>, long, Object[]) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
writeAlignedTablet(InsertTabletNode, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
writeAlignedTablet(InsertTabletPlan, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AbstractMemTable
 
writeAlignedTablet(InsertTabletPlan, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IMemTable
 
writeAlignedValue(long, Object[], List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
writeAlignedValue(long, Object[], List<IMeasurementSchema>) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
writeAlignedValue(long, Object[], List<IMeasurementSchema>) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
writeAlignedValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunk
 
writeAlignedValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunk
 
writeAlignedValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunk
 
writeDataPoint(Long, Object, int) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
writeFileReferenceInfo() - Method in class org.apache.iotdb.db.query.control.FileReaderManager
 
WriteFragmentParallelPlanner - Class in org.apache.iotdb.db.mpp.plan.planner.distribution
 
WriteFragmentParallelPlanner(SubPlan, Analysis, MPPQueryContext) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.distribution.WriteFragmentParallelPlanner
 
writeLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
writeLock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
writeLock(int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.SegmentLock
write lock of lock at slot[hash % NUM_OF_LOCKS]
writeLock(String) - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
lock the write lock of the insert lock
writeLock(String) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
WriteLockFailedException - Exception in org.apache.iotdb.db.exception
 
WriteLockFailedException(String) - Constructor for exception org.apache.iotdb.db.exception.WriteLockFailedException
 
writeLockWithTimeout(String, long) - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
Acquire write lock with timeout, WriteLockFailedException will be thrown after timeout.
writeMNode(IMNode) - Method in interface org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
Only storage group node along with its descendents could be flushed into schema file.
writeMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.MockSchemaFile
 
writeMNode(IMNode) - Method in class org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.SchemaFile
 
writePage(MeasurementSchema, PageHeader, ByteBuffer, Map<Long, ChunkWriterImpl>) - Method in class org.apache.iotdb.db.tools.TsFileSplitByPartitionTool
 
writePipeMessage(String, long, PipeMessage) - Method in class org.apache.iotdb.db.sync.common.SyncInfo
write a single message and serialize to disk
writePipeMsg(String, PipeMessage) - Method in class org.apache.iotdb.db.sync.common.persistence.SyncLogWriter
 
WritePlanNode - Class in org.apache.iotdb.db.mpp.plan.planner.plan.node
 
WritePlanNode(PlanNodeId) - Constructor for class org.apache.iotdb.db.mpp.plan.planner.plan.node.WritePlanNode
 
WriteProcessException - Exception in org.apache.iotdb.db.exception
 
WriteProcessException(Exception) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessException
 
WriteProcessException(String) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessException
 
WriteProcessException(String, int) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessException
 
WriteProcessException(String, int, boolean) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessException
 
WriteProcessException(String, Throwable) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessException
 
WriteProcessRejectException - Exception in org.apache.iotdb.db.exception
 
WriteProcessRejectException(String) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessRejectException
 
WriteProcessRejectException(String, int) - Constructor for exception org.apache.iotdb.db.exception.WriteProcessRejectException
 
writeQueryFileInfo() - Method in class org.apache.iotdb.db.query.control.QueryFileManager
 
writeQueryFileInfo() - Method in class org.apache.iotdb.db.query.control.QueryResourceManager
 
writer - Variable in class org.apache.iotdb.db.wal.recover.file.AbstractTsFileRecoverPerformer
this writer will be open when .resource file doesn't exist
writeRateLimit(long) - Method in class org.apache.iotdb.db.engine.compaction.writer.AbstractCompactionWriter
 
writeSettleLog(String) - Static method in class org.apache.iotdb.db.engine.settle.SettleLog
 
writeStorageGroupPartitionIds(DataOutputStream) - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
writeStorageGroupPartitionIds(ByteBuffer) - Method in class org.apache.iotdb.db.qp.physical.sys.FlushPlan
 
writeTagFile(Map<String, String>, Map<String, String>) - Method in class org.apache.iotdb.db.metadata.tag.TagManager
 
writeToMLog(PhysicalPlan) - Method in class org.apache.iotdb.db.metadata.schemaregion.SchemaRegionMemoryImpl
 
writeUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.DataRegion
unlock the write lock of the insert lock
writeUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileLock
 
writeUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileManager
 
writeUnlock() - Method in class org.apache.iotdb.db.engine.storagegroup.TsFileResource
 
writeUnlock(int) - Static method in class org.apache.iotdb.db.metadata.mtree.store.disk.SegmentLock
write unlock of lock at slot[hash % NUM_OF_LOCKS]
writeUpgradeLogFile(String) - Static method in class org.apache.iotdb.db.engine.upgrade.UpgradeLog
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.AlignedTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.BinaryTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.BooleanTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.DoubleTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.FloatTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.IntTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.LongTVList
 
writeValidValuesIntoTsBlock(TsBlockBuilder, int, TSEncoding, List<TimeRange>) - Method in class org.apache.iotdb.db.utils.datastructure.TVList
 
writeValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in class org.apache.iotdb.db.engine.memtable.AlignedWritableMemChunkGroup
 
writeValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in interface org.apache.iotdb.db.engine.memtable.IWritableMemChunkGroup
 
writeValues(long[], Object[], BitMap[], List<IMeasurementSchema>, int, int) - Method in class org.apache.iotdb.db.engine.memtable.WritableMemChunkGroup
 
writeWithReader(AbstractCompactionWriter, IDataBlockReader, int, boolean) - Static method in class org.apache.iotdb.db.engine.compaction.performer.impl.ReadPointCompactionPerformer
 

Y

y - org.apache.iotdb.db.qp.utils.DatetimeUtils.DurationUnit
 
yield() - Method in interface org.apache.iotdb.db.mpp.transformation.api.YieldableReader
 
yield() - Method in class org.apache.iotdb.db.mpp.transformation.dag.input.ConstantInputReader
 
yield() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
 
YIELDABLE - org.apache.iotdb.db.mpp.transformation.api.YieldableState
 
YieldableReader - Interface in org.apache.iotdb.db.mpp.transformation.api
 
YieldableState - Enum in org.apache.iotdb.db.mpp.transformation.api
 
yieldPoint(TSDataType, LayerPointReader, ElasticSerializableTVList) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
yieldPoints(TSDataType, LayerPointReader, ElasticSerializableTVList, int) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
yieldRow(IUDFInputDataSet, ElasticSerializableRowRecordList) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
yieldRows(IUDFInputDataSet, ElasticSerializableRowRecordList, int) - Static method in class org.apache.iotdb.db.mpp.transformation.dag.util.LayerCacheUtils
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.BinaryTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.binary.LogicBinaryTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.MappableUDFQueryRowTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.multi.UniversalUDFQueryTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary.TernaryTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.Transformer
if this method returns YieldableState.YIELDABLE, at least one of the cached field should be set
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.IsNullTransformer
 
yieldValue() - Method in class org.apache.iotdb.db.mpp.transformation.dag.transformer.unary.UnaryTransformer
 

Z

zoneId - Variable in class org.apache.iotdb.db.mpp.plan.planner.plan.node.process.TransformNode
 
zoneId - Variable in class org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages