Uses of Class
org.apache.iotdb.confignode.consensus.request.write.database.SetTTLPlan
Packages that use SetTTLPlan
Package
Description
-
Uses of SetTTLPlan in org.apache.iotdb.confignode.consensus.request
Methods in org.apache.iotdb.confignode.consensus.request with parameters of type SetTTLPlanModifier and TypeMethodDescriptionConfigPhysicalPlanVisitor.visitTTL(SetTTLPlan setTTLPlan, C context) -
Uses of SetTTLPlan in org.apache.iotdb.confignode.manager
Methods in org.apache.iotdb.confignode.manager with parameters of type SetTTLPlanModifier and TypeMethodDescriptionConfigManager.setTTL(SetTTLPlan setTTLPlan) IManager.setTTL(SetTTLPlan configRequest) ProcedureManager.setTTL(SetTTLPlan setTTLPlan, boolean isGeneratedByPipe) TTLManager.setTTL(SetTTLPlan setTTLPlan, boolean isGeneratedByPipe) TTLManager.unsetTTL(SetTTLPlan setTTLPlan, boolean isGeneratedByPipe) -
Uses of SetTTLPlan in org.apache.iotdb.confignode.manager.pipe.extractor
Methods in org.apache.iotdb.confignode.manager.pipe.extractor with parameters of type SetTTLPlanModifier and TypeMethodDescriptionPipeConfigPhysicalPlanPatternParseVisitor.visitTTL(SetTTLPlan setTTLPlan, IoTDBPipePattern pattern) -
Uses of SetTTLPlan in org.apache.iotdb.confignode.manager.pipe.receiver.visitor
Methods in org.apache.iotdb.confignode.manager.pipe.receiver.visitor with parameters of type SetTTLPlanModifier and TypeMethodDescriptionPipeConfigPhysicalPlanTSStatusVisitor.visitTTL(SetTTLPlan plan, TSStatus context) -
Uses of SetTTLPlan in org.apache.iotdb.confignode.persistence
Methods in org.apache.iotdb.confignode.persistence with parameters of type SetTTLPlanModifier and TypeMethodDescriptionTTLInfo.setTTL(SetTTLPlan plan) TTLInfo.unsetTTL(SetTTLPlan plan) -
Uses of SetTTLPlan in org.apache.iotdb.confignode.procedure.impl.schema
Constructors in org.apache.iotdb.confignode.procedure.impl.schema with parameters of type SetTTLPlan