Class ConfigRegionListeningFilter
java.lang.Object
org.apache.iotdb.confignode.manager.pipe.extractor.ConfigRegionListeningFilter
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<ConfigPhysicalPlanType>parseListeningPlanTypeSet(PipeParameters parameters)
-
Method Details
-
parseListeningPlanTypeSet
public static Set<ConfigPhysicalPlanType> parseListeningPlanTypeSet(PipeParameters parameters) throws IllegalPathException - Throws:
IllegalPathException
-