Class LogMessages


  • public class LogMessages
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KILLED_JOB_MESSAGE
      Replica with ERROR status with the following message implies the job was killed instead of actual ingestion error This is used in server-controller communication to detect killed failed pushes.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogMessages()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KILLED_JOB_MESSAGE

        public static final java.lang.String KILLED_JOB_MESSAGE
        Replica with ERROR status with the following message implies the job was killed instead of actual ingestion error This is used in server-controller communication to detect killed failed pushes. and should not be modified
        See Also:
        Constant Field Values
    • Constructor Detail

      • LogMessages

        public LogMessages()