Class ConfigRegionListeningFilter

java.lang.Object
org.apache.iotdb.confignode.manager.pipe.extractor.ConfigRegionListeningFilter

public class ConfigRegionListeningFilter extends Object
ConfigRegionListeningFilter is to classify the ConfigPhysicalPlans to help ConfigRegionListeningQueue and pipe to collect, and to help receiver execute.

Note that we do not transfer the rollback version of CommitSetSchemaTemplatePlan because the rollback is usually useless. Consensus layer ensures that a failed plan won't be written to peer, consequently won't be extracted by ConfigRegionListeningQueue.