Package org.yamcs.protobuf
Interface AlgorithmStatusOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- AlgorithmStatus,- AlgorithmStatus.Builder
public interface AlgorithmStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionbooleantrue if the algorithm is activeinthow many times the algorithm ran with errorsif the algorithm produced an error, the fields below contain the error message and the time when the error was raisedcom.google.protobuf.ByteStringif the algorithm produced an error, the fields below contain the error message and the time when the error was raisedcom.google.protobuf.Timestampoptional .google.protobuf.Timestamp errorTime = 7;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp errorTime = 7;longtotal execution time in nanosecondscom.google.protobuf.Timestampwhen the algorithm was last runcom.google.protobuf.TimestampOrBuilderwhen the algorithm was last runinthow many times the algorithm ran (successfully or with error)booleantrue if the tracing has been enabledbooleantrue if the algorithm is activebooleanhow many times the algorithm ran with errorsbooleanif the algorithm produced an error, the fields below contain the error message and the time when the error was raisedbooleanoptional .google.protobuf.Timestamp errorTime = 7;booleantotal execution time in nanosecondsbooleanwhen the algorithm was last runbooleanhow many times the algorithm ran (successfully or with error)booleantrue if the tracing has been enabledMethods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasActiveboolean hasActive()true if the algorithm is active optional bool active = 1;- Returns:
- Whether the active field is set.
 
- 
getActiveboolean getActive()true if the algorithm is active optional bool active = 1;- Returns:
- The active.
 
- 
hasTraceEnabledboolean hasTraceEnabled()true if the tracing has been enabled optional bool traceEnabled = 2;- Returns:
- Whether the traceEnabled field is set.
 
- 
getTraceEnabledboolean getTraceEnabled()true if the tracing has been enabled optional bool traceEnabled = 2;- Returns:
- The traceEnabled.
 
- 
hasRunCountboolean hasRunCount()how many times the algorithm ran (successfully or with error) optional uint32 runCount = 3;- Returns:
- Whether the runCount field is set.
 
- 
getRunCountint getRunCount()how many times the algorithm ran (successfully or with error) optional uint32 runCount = 3;- Returns:
- The runCount.
 
- 
hasLastRunboolean hasLastRun()when the algorithm was last run optional .google.protobuf.Timestamp lastRun = 4;- Returns:
- Whether the lastRun field is set.
 
- 
getLastRuncom.google.protobuf.Timestamp getLastRun()when the algorithm was last run optional .google.protobuf.Timestamp lastRun = 4;- Returns:
- The lastRun.
 
- 
getLastRunOrBuildercom.google.protobuf.TimestampOrBuilder getLastRunOrBuilder()when the algorithm was last run optional .google.protobuf.Timestamp lastRun = 4;
- 
hasErrorCountboolean hasErrorCount()how many times the algorithm ran with errors optional uint32 errorCount = 5;- Returns:
- Whether the errorCount field is set.
 
- 
getErrorCountint getErrorCount()how many times the algorithm ran with errors optional uint32 errorCount = 5;- Returns:
- The errorCount.
 
- 
hasErrorMessageboolean hasErrorMessage()if the algorithm produced an error, the fields below contain the error message and the time when the error was raised optional string errorMessage = 6;- Returns:
- Whether the errorMessage field is set.
 
- 
getErrorMessageString getErrorMessage()if the algorithm produced an error, the fields below contain the error message and the time when the error was raised optional string errorMessage = 6;- Returns:
- The errorMessage.
 
- 
getErrorMessageBytescom.google.protobuf.ByteString getErrorMessageBytes()if the algorithm produced an error, the fields below contain the error message and the time when the error was raised optional string errorMessage = 6;- Returns:
- The bytes for errorMessage.
 
- 
hasErrorTimeboolean hasErrorTime()optional .google.protobuf.Timestamp errorTime = 7;- Returns:
- Whether the errorTime field is set.
 
- 
getErrorTimecom.google.protobuf.Timestamp getErrorTime()optional .google.protobuf.Timestamp errorTime = 7;- Returns:
- The errorTime.
 
- 
getErrorTimeOrBuildercom.google.protobuf.TimestampOrBuilder getErrorTimeOrBuilder()optional .google.protobuf.Timestamp errorTime = 7;
- 
hasExecTimeNsboolean hasExecTimeNs()total execution time in nanoseconds optional uint64 execTimeNs = 8;- Returns:
- Whether the execTimeNs field is set.
 
- 
getExecTimeNslong getExecTimeNs()total execution time in nanoseconds optional uint64 execTimeNs = 8;- Returns:
- The execTimeNs.
 
 
-