Class TriggerRegistrationInformation


  • public class TriggerRegistrationInformation
    extends java.lang.Object
    • Constructor Detail

      • TriggerRegistrationInformation

        public TriggerRegistrationInformation​(CreateTriggerPlan plan)
    • Method Detail

      • markAsStarted

        public void markAsStarted()
      • markAsStopped

        public void markAsStopped()
      • getTriggerName

        public java.lang.String getTriggerName()
      • getFullPath

        public org.apache.iotdb.commons.path.PartialPath getFullPath()
      • getClassName

        public java.lang.String getClassName()
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
      • isStopped

        public boolean isStopped()