Package com.streambase.sb.monitor
Class DecisionTableInfo
java.lang.Object
com.streambase.sb.monitor.DecisionTableInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Returns the number of microseconds spent by this decision table executing actions since the previous Snapshot.int
Returns the number of actions executed by this decision table since the previous Snapshot.int
Returns the number of microseconds spent by this decision table evaluating conditions since the previous Snapshot.int
Returns the number of conditions evaluated by this decision table since the previous Snapshot.getName()
Returns the fully qualified name of the decision table.int
Returns the number of non-matching tuples emitted by this decision table since the previous Snapshot.long
Returns the total number of microseconds spent by this decision table executing actions since the StreamBase Server was started.long
Returns the total number of actions executed by this decision table since the StreamBase Server was started.long
Returns the total number of microseconds spent by this decision table evaluating conditions since the StreamBase Server was started.long
Returns the total number of conditions evaluated by this decision table since the StreamBase Server was started.long
Returns the total number of non-matching tuples emitted by this decision table since the StreamBase Server was started.toString()
-
Constructor Details
-
Method Details
-
clone
-
getName
Returns the fully qualified name of the decision table.- Returns:
- name of the decision table
-
getConditionsEvaluatedDelta
public int getConditionsEvaluatedDelta()Returns the number of conditions evaluated by this decision table since the previous Snapshot.- Returns:
- number of conditions evaluated
-
getConditionEvaluationMicrosecondsDelta
public int getConditionEvaluationMicrosecondsDelta()Returns the number of microseconds spent by this decision table evaluating conditions since the previous Snapshot.- Returns:
- condition evaluation microseconds
-
getActionsExecutedDelta
public int getActionsExecutedDelta()Returns the number of actions executed by this decision table since the previous Snapshot.- Returns:
- number of actions executed
-
getActionExecutionMicrosecondsDelta
public int getActionExecutionMicrosecondsDelta()Returns the number of microseconds spent by this decision table executing actions since the previous Snapshot.- Returns:
- action execution microseconds
-
getNonMatchingTuplesDelta
public int getNonMatchingTuplesDelta()Returns the number of non-matching tuples emitted by this decision table since the previous Snapshot.- Returns:
- number of non-matching tuples emitted
-
getTotalConditionsEvaluated
public long getTotalConditionsEvaluated()Returns the total number of conditions evaluated by this decision table since the StreamBase Server was started.- Returns:
- number of conditions evaluated
-
getTotalConditionEvaluationMicroseconds
public long getTotalConditionEvaluationMicroseconds()Returns the total number of microseconds spent by this decision table evaluating conditions since the StreamBase Server was started.- Returns:
- condition evaluation microseconds
-
getTotalActionsExecuted
public long getTotalActionsExecuted()Returns the total number of actions executed by this decision table since the StreamBase Server was started.- Returns:
- number of actions executed
-
getTotalActionExecutionMicroseconds
public long getTotalActionExecutionMicroseconds()Returns the total number of microseconds spent by this decision table executing actions since the StreamBase Server was started.- Returns:
- action execution microseconds
-
getTotalNonMatchingTuples
public long getTotalNonMatchingTuples()Returns the total number of non-matching tuples emitted by this decision table since the StreamBase Server was started.- Returns:
- number of non-matching tuples emitted
-
toString
-