Class LostCleanupThreadEndedPrematurely

  • All Implemented Interfaces:
    com.couchbase.client.core.cnc.Event

    public class LostCleanupThreadEndedPrematurely
    extends TransactionEvent
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event

        com.couchbase.client.core.cnc.Event.Category, com.couchbase.client.core.cnc.Event.Severity
    • Field Summary

      • Fields inherited from interface com.couchbase.client.core.cnc.Event

        CATEGORY_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      java.lang.Throwable getCause()  
      boolean success()
      Provided so the app check if this event is regarded as a success, and if not, output any logs it has.
      • Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent

        category, context, created, createdAt, duration, severity, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.couchbase.client.core.cnc.Event

        cause
    • Constructor Detail

      • LostCleanupThreadEndedPrematurely

        public LostCleanupThreadEndedPrematurely​(java.lang.Throwable err)
    • Method Detail

      • description

        public java.lang.String description()
      • getCause

        public java.lang.Throwable getCause()
      • success

        public boolean success()
        Description copied from class: TransactionEvent
        Provided so the app check if this event is regarded as a success, and if not, output any logs it has.
        Specified by:
        success in class TransactionEvent