@@ -195,16 +195,17 @@ Example Output:
195195
196196``` SQL
197197IoTDB> SHOW PIPEPLUGINS
198- + -- ----------------------------+----------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
199- | PluginName|PluginType| ClassName| PluginJar|
200- + -- ----------------------------+----------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
201- | DO- NOTHING- PROCESSOR| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .processor .donothing .DoNothingProcessor | |
202- | DO- NOTHING- SINK| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .connector .donothing .DoNothingConnector | |
203- | IOTDB- AIR- GAP- SINK| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .connector .iotdb .airgap .IoTDBAirGapConnector| |
204- | IOTDB- SOURCE| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .extractor .iotdb .IoTDBExtractor | |
205- | IOTDB- THRIFT- SINK| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .connector .iotdb .thrift .IoTDBThriftConnector| |
206- | IOTDB- THRIFT- SSL- SINK| Builtin| org .apache .iotdb .commons .pipe .plugin .builtin .connector .iotdb .thrift .IoTDBThriftSslConnector| |
207- + -- ----------------------------+----------+--------------------------------------------------------------------------------------------------+----------------------------------------------------+
198+ ** + -- -------------------+----------+-------------------------------------------------------------------------------------------------+---------+
199+ | PluginName|PluginType| ClassName|PluginJar|
200+ + -- -------------------+----------+-------------------------------------------------------------------------------------------------+---------+
201+ | DO- NOTHING- PROCESSOR| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .processor .donothing .DoNothingProcessor| |
202+ | DO- NOTHING- SINK| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .connector .donothing .DoNothingConnector| |
203+ | IOTDB- AIR- GAP- SINK| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .connector .iotdb .airgap .IoTDBAirGapConnector | |
204+ | IOTDB- SOURCE| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .extractor .iotdb .IoTDBExtractor| |
205+ | IOTDB- THRIFT- SINK| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .connector .iotdb .thrift .IoTDBThriftConnector | |
206+ |IOTDB- THRIFT- SSL- SINK| Builtin|org .apache .iotdb .commons .pipe .agent .plugin .builtin .connector .iotdb .thrift .IoTDBThriftSslConnector | |
207+ | WRITE- BACK- SINK| Builtin| org .apache .iotdb .commons .pipe .agent .plugin .builtin .connector .writeback .WriteBackConnector| |
208+ + -- -------------------+----------+-------------------------------------------------------------------------------------------------+---------+
208209```
209210
210211Detailed introduction of pre-installed plugins is as follows (for detailed parameters of each plugin, please refer to the [ Parameter Description] ( #reference-parameter-description ) :
0 commit comments