Class PipeConfigNodeAgent
java.lang.Object
org.apache.iotdb.confignode.manager.pipe.agent.PipeConfigNodeAgent
PipeConfigNodeAgent is the entry point of the pipe module in ConfigNode.-
Method Summary
Modifier and TypeMethodDescriptionstatic PipeConfigNodePluginAgentplugin()Get the singleton instance ofPipeConfigNodePluginAgent.static IoTDBConfigNodeReceiverAgentreceiver()Get the singleton instance ofIoTDBConfigNodeReceiverAgent.static PipeConfigNodeRuntimeAgentruntime()Get the singleton instance ofPipeConfigNodeRuntimeAgent.static PipeConfigNodeTaskAgenttask()Get the singleton instance ofPipeConfigNodeTaskAgent.
-
Method Details
-
task
Get the singleton instance ofPipeConfigNodeTaskAgent.- Returns:
- the singleton instance of
PipeConfigNodeTaskAgent
-
plugin
Get the singleton instance ofPipeConfigNodePluginAgent.- Returns:
- the singleton instance of
PipeConfigNodePluginAgent
-
runtime
Get the singleton instance ofPipeConfigNodeRuntimeAgent.- Returns:
- the singleton instance of
PipeConfigNodeRuntimeAgent
-
receiver
Get the singleton instance ofIoTDBConfigNodeReceiverAgent.- Returns:
- the singleton instance of
IoTDBConfigNodeReceiverAgent
-