Class TriggerRegistrationInformation
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.service.TriggerRegistrationInformation
-
public class TriggerRegistrationInformation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TriggerRegistrationInformation(CreateTriggerPlan plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTriggerPlanconvertToCreateTriggerPlan()java.util.Map<java.lang.String,java.lang.String>getAttributes()java.lang.StringgetClassName()TriggerEventgetEvent()org.apache.iotdb.commons.path.PartialPathgetFullPath()java.lang.StringgetTriggerName()booleanisStopped()voidmarkAsStarted()voidmarkAsStopped()
-
-
-
Constructor Detail
-
TriggerRegistrationInformation
public TriggerRegistrationInformation(CreateTriggerPlan plan)
-
-
Method Detail
-
convertToCreateTriggerPlan
public CreateTriggerPlan convertToCreateTriggerPlan()
-
markAsStarted
public void markAsStarted()
-
markAsStopped
public void markAsStopped()
-
getTriggerName
public java.lang.String getTriggerName()
-
getEvent
public TriggerEvent getEvent()
-
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()
-
-