All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractThriftServiceThread |
|
| AbstractThriftServiceThread.ServerType |
|
| AbstractTreeVisitor<N extends ITreeNode,R> |
This class defines a dfs-based algorithm of tree-traversing with path pattern match, and support
iterating each element of the result.
|
| AlignedPath |
VectorPartialPath represents many fullPaths of aligned timeseries.
|
| APHashExecutor |
|
| AsymmetricEncrypt |
|
| AsymmetricEncryptFactory |
|
| AsyncConfigNodeHeartbeatServiceClient |
|
| AsyncConfigNodeHeartbeatServiceClient.Factory |
|
| AsyncConfigNodeIServiceClient |
|
| AsyncConfigNodeIServiceClient.Factory |
|
| AsyncDataNodeHeartbeatServiceClient |
|
| AsyncDataNodeHeartbeatServiceClient.Factory |
|
| AsyncDataNodeInternalServiceClient |
|
| AsyncDataNodeInternalServiceClient.Factory |
|
| AsyncDataNodeMPPDataExchangeServiceClient |
|
| AsyncDataNodeMPPDataExchangeServiceClient.Factory |
|
| AsyncThriftClientFactory<K,V> |
|
| AuthException |
The exception for authority model.
|
| AuthUtils |
|
| BadNodeUrlException |
|
| BaseClientFactory<K,V> |
|
| BasicAuthorizer |
|
| BasicRoleManager |
This class reads roles from local files through LocalFileRoleAccessor and manages them in a hash
map.
|
| BasicStructureSerDeUtil |
|
| BasicUserManager |
This class stores information of each user in a separate file within a directory, and cache them
in memory when a user is accessed.
|
| BKDRHashExecutor |
|
| BorrowNullClientManagerException |
|
| BuiltinAggregationFunction |
|
| BuiltinFunction |
|
| BuiltinTimeSeriesGeneratingFunction |
All built-in UDFs need to register their function names and classes here.
|
| ClientManager<K,V> |
|
| ClientManagerException |
|
| ClientPoolFactory |
|
| ClientPoolFactory.AsyncConfigNodeHeartbeatServiceClientPoolFactory |
|
| ClientPoolFactory.AsyncConfigNodeIServiceClientPoolFactory |
|
| ClientPoolFactory.AsyncDataNodeHeartbeatServiceClientPoolFactory |
|
| ClientPoolFactory.AsyncDataNodeInternalServiceClientPoolFactory |
|
| ClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory |
|
| ClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory |
|
| ClientPoolFactory.SyncDataNodeInternalServiceClientPoolFactory |
|
| ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory |
|
| ClientPoolProperty<V> |
|
| ClientPoolProperty.Builder<V> |
|
| ClientPoolProperty.DefaultProperty |
|
| Closure |
|
| ClusterSchemaQuotaLevel |
|
| CommonConfig |
|
| CommonDescriptor |
|
| ConfigRegionId |
|
| ConfigurationException |
|
| ConsensusGroupId |
|
| ConsensusGroupId.Factory |
|
| CQState |
|
| CreateTAsyncClientManagerException |
|
| DataNodeRemoveState |
|
| DataPartition |
|
| DataPartitionQueryParam |
|
| DataPartitionTable |
|
| DataRegionId |
|
| DFAGraph |
DFA graph for given path pattern.
|
| DFAPreciseTransition |
|
| DFAState |
|
| DFAWildcardTransition |
|
| EncryptDecryptException |
|
| ExecutableManager |
|
| ExecutableResource |
|
| ExecutorType |
The interface is used to indicate where to execute a FragmentInstance
|
| FAFactory |
|
| FileUtils |
|
| HandleSystemErrorStrategy |
|
| HashLock |
This class manages an array of locks and use the hash code of an object as an index of the array
to find the corresponding lock, so that the operations on the same key (string) can be prevented
while the number of locks remain controlled.
|
| IAuthorizer |
This interface provides all authorization-relative operations.
|
| IClientManager<K,V> |
|
| IClientManager.Factory<K,V> |
|
| IClientPoolFactory<K,V> |
|
| IFAState |
This interface defines the behaviour of a FA(Finite Automation)'s states.
|
| IFATransition |
This interface defines the behaviour of a FA(Finite Automation)'s transition.
|
| IllegalPathException |
|
| IoTDBConstant |
|
| IoTDBConstant.ClientVersion |
|
| IoTDBDaemonThreadFactory |
|
| IoTDBDefaultThreadExceptionHandler |
|
| IoTDBException |
|
| IoTDBPipeSink |
|
| IoTDBThreadPoolFactory |
This class is used to create thread pool which must contain the pool name.
|
| IoTThreadFactory |
|
| IOUtils |
|
| IPatternFA |
This interface defines the behaviour of a FA(Finite Automation), generated from a path pattern or
a pattern tree.
|
| IPatternFA.Builder |
|
| IRoleAccessor |
This interface manages the serialization/deserialization of the role objects.
|
| IRoleManager |
This interface maintains roles in memory and is responsible for their modifications.
|
| IService |
|
| IStateMatchInfo |
This interface defines the behaviour of a state match info, which helps make decision during FA
Graph traversing
|
| IThreadPoolMBean |
|
| ITreeNode |
|
| IUserAccessor |
This interface manages the serialization/deserialization of the user objects.
|
| IUserManager |
This interface provides accesses to users.
|
| JMXService |
|
| JSHashExecutor |
|
| JVMCommonUtils |
|
| KDTreeUtil |
|
| LocalFileAuthorizer |
|
| LocalFileRoleAccessor |
This class store each role in a separate sequential file.
|
| LocalFileRoleManager |
|
| LocalFileUserAccessor |
This class loads a user's information from the corresponding file.The user file is a sequential
file.
|
| LocalFileUserManager |
|
| MasterRepairUtil |
|
| MatchedStateSet |
This class is used for recording the states, matched by one item, in order.
|
| MeasurementPath |
|
| MessageDigestEncrypt |
|
| MetadataException |
If query metadata constructs schema but passes illegal parameters to EncodingConvertor or
DataTypeConverter,this exception will be threw.
|
| Metric |
|
| MetricService |
|
| MetricServiceMBean |
|
| ModelHyperparameter |
|
| ModelInformation |
|
| ModelManagementException |
|
| ModelTable |
|
| NFAGraph |
NFA graph for given path pattern.
|
| NodeStatus |
Node status for showing cluster
|
| NodeType |
|
| NodeUrlUtils |
|
| OpenIdAuthorizer |
Uses an OpenID Connect provider for Authorization / Authentication.
|
| PartialPath |
A prefix path, suffix path or fullPath generated from SQL.
|
| Partition |
|
| PathDeserializeUtil |
|
| PathPatternNode<V,VSerializer extends PathPatternNode.Serializer<V>> |
|
| PathPatternNode.Serializer<T> |
Interface to support serialize and deserialize valueSet.
|
| PathPatternNode.VoidSerializer |
|
| PathPatternTree |
|
| PathPrivilege |
This class represents a privilege on a specific seriesPath.
|
| PathType |
|
| PathUtils |
|
| PatternDFA |
|
| PatternTreeMap<V,VSerializer extends PathPatternNode.Serializer<V>> |
|
| PerformanceOverviewMetrics |
|
| PipeAlreadyExistException |
|
| PipeDataLoadException |
|
| PipeException |
|
| PipeInfo |
|
| PipeMessage |
|
| PipeMessage.PipeMessageType |
|
| PipeNotExistException |
|
| PipeServerException |
|
| PipeSink |
|
| PipeSink.PipeSinkType |
|
| PipeSinkAlreadyExistException |
|
| PipeSinkBeingUsedException |
|
| PipeSinkException |
|
| PipeSinkNotExistException |
|
| PipeStatus |
|
| PrivilegeType |
This enum class contains all available privileges in IoTDB.
|
| ProcessIdUtils |
|
| QueryExecutor |
QueryExecutor indicates this query can execute directly without data from StorageEngine
|
| RegionMigrateState |
|
| RegionReplicaSetInfo |
|
| RegionRoleType |
Region Role for showing regions
|
| RegionStatus |
Region status for showing regions
|
| RegisterManager |
|
| Role |
This class contains all information of a role.
|
| RPCServiceException |
|
| ScheduledExecutorUtil |
|
| SchemaNodeManagementPartition |
|
| SchemaPartition |
|
| SchemaPartitionTable |
|
| SchemaRegionId |
|
| SDBMHashExecutor |
|
| SerializationRunTimeException |
|
| SerializeUtils |
|
| SeriesPartitionExecutor |
All SeriesPartitionExecutors must be subclasses of SeriesPartitionExecutor
|
| SeriesPartitionTable |
|
| ServerCommandLine |
|
| ServiceType |
|
| ShutdownException |
|
| SimpleNFA |
Given path pattern root.sg.*.s, the SimpleNFA is:
|
| SnapshotProcessor |
Different from interface of state machines interacting with consensus groups.
|
| StartupCheck |
|
| StartupChecks |
|
| StartupException |
|
| StateMultiMatchInfo |
This class is used for cases need traceback.
|
| StateSingleMatchInfo |
This class is only used for cases not need traceback yet.
|
| StatusUtils |
|
| StepTracker |
|
| StorageExecutor |
StorageExecutor indicates execution of this query need data from StorageEngine
|
| SyncConfigNodeIServiceClient |
|
| SyncConfigNodeIServiceClient.Factory |
|
| SyncConnectionException |
|
| SyncConstant |
|
| SyncDataNodeInternalServiceClient |
|
| SyncDataNodeInternalServiceClient.Factory |
|
| SyncDataNodeMPPDataExchangeServiceClient |
|
| SyncDataNodeMPPDataExchangeServiceClient.Factory |
|
| SyncHandshakeException |
|
| SyncIdentityInfo |
|
| SyncLogReader |
|
| SyncLogWriter |
SyncLogger is used to manage the persistent information in the sync module.
|
| SyncMetadata |
|
| SyncOperation |
|
| SyncPathUtil |
Util for path generation in sync module
|
| SyncThriftClientWithErrorHandler |
|
| SystemFileFactory |
|
| Tag |
|
| TestOnly |
|
| ThreadName |
|
| ThriftClient |
This class defines the failed interfaces that thrift client needs to support so that the Thrift
Client can clean up the clientManager when it receives the corresponding exception.
|
| ThriftClientFactory<K,V> |
|
| ThriftClientProperty |
|
| ThriftClientProperty.Builder |
|
| ThriftClientProperty.DefaultProperty |
|
| ThriftCommonsSerDeUtils |
Utils for serialize and deserialize all the data struct defined by thrift-commons
|
| ThriftConfigNodeSerDeUtils |
Utils for serialize and deserialize all the data struct defined by thrift-confignode
|
| ThriftSerDeException |
|
| ThriftService |
|
| ThriftServiceThread |
|
| TimeoutPolicy |
|
| TrailInformation |
|
| TriggerExecutableManager |
|
| TriggerExecutionException |
|
| TriggerInformation |
This Class used to save the specific information of one Trigger.
|
| TriggerJarTooLargeException |
|
| TriggerManagementException |
|
| TriggerTable |
This Class used to save the information of Triggers and implements methods of manipulate it.
|
| TsFilePipeInfo |
|
| UDFBinaryTransformer |
Transform between Binary and Binary
|
| UDFClassLoader |
|
| UDFClassLoaderManager |
|
| UDFDataTypeTransformer |
Transform between TSDataType and Type
|
| UDFExecutableManager |
|
| UDFInformation |
|
| UDFManagementService |
|
| UDFTable |
|
| UDTFAbs |
|
| UDTFAcos |
|
| UDTFAsin |
|
| UDTFAtan |
|
| UDTFBottomK |
|
| UDTFCast |
|
| UDTFCeil |
|
| UDTFChangePoints |
Return a series that the consecutive identical values in input series are removed (keeping only
the first one).
|
| UDTFCommonDerivative |
|
| UDTFCommonValueDifference |
|
| UDTFConcat |
|
| UDTFConst |
|
| UDTFConstE |
|
| UDTFConstPi |
|
| UDTFContains |
|
| UDTFContinuouslySatisfy |
|
| UDTFCos |
|
| UDTFCosh |
|
| UDTFDegrees |
|
| UDTFDerivative |
|
| UDTFEndsWith |
|
| UDTFEqualSizeBucketAggSample |
|
| UDTFEqualSizeBucketM4Sample |
|
| UDTFEqualSizeBucketOutlierSample |
|
| UDTFEqualSizeBucketRandomSample |
|
| UDTFEqualSizeBucketSample |
|
| UDTFExp |
|
| UDTFFloor |
|
| UDTFInRange |
|
| UDTFJexl |
|
| UDTFLog |
|
| UDTFLog10 |
|
| UDTFLower |
|
| UDTFM4 |
For each sliding window, M4 returns the first, last, bottom, top points.
|
| UDTFMasterRepair |
|
| UDTFMatches |
|
| UDTFMath |
|
| UDTFMath.Transformer |
|
| UDTFNonNegativeDerivative |
|
| UDTFNonNegativeValueDifference |
|
| UDTFNonZeroCount |
|
| UDTFNonZeroDuration |
|
| UDTFOnOff |
|
| UDTFRadians |
|
| UDTFRound |
|
| UDTFSelectK |
|
| UDTFSign |
|
| UDTFSin |
|
| UDTFSinh |
|
| UDTFSqrt |
|
| UDTFStartsWith |
|
| UDTFStrCompare |
|
| UDTFStrLength |
|
| UDTFStrLocate |
|
| UDTFSubstr |
|
| UDTFTan |
|
| UDTFTanh |
|
| UDTFTimeDifference |
|
| UDTFTopK |
|
| UDTFTrim |
|
| UDTFUpper |
|
| UDTFValueDifference |
|
| UDTFValueTrend |
|
| UDTFZeroCount |
|
| UDTFZeroDuration |
|
| User |
This class contains all information of a User.
|
| WrappedCallable<V> |
A wrapper for Callable logging errors when uncaught exception is thrown.
|
| WrappedRunnable |
A wrapper for Runnable logging errors when uncaught exception is thrown.
|
| WrappedScheduledExecutorService |
|
| WrappedScheduledExecutorServiceMBean |
|
| WrappedSingleThreadExecutorService |
|
| WrappedSingleThreadExecutorServiceMBean |
|
| WrappedSingleThreadScheduledExecutor |
|
| WrappedSingleThreadScheduledExecutorMBean |
|
| WrappedThreadPoolExecutor |
|
| WrappedThreadPoolExecutorMBean |
|