Class TransactionCleanupStartRunEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.transaction.TransactionEvent
com.couchbase.client.core.cnc.events.transaction.TransactionCleanupStartRunEvent
All Implemented Interfaces:
Event

@Uncommitted public class TransactionCleanupStartRunEvent extends TransactionEvent
Emitted periodically with a summary of what will be done soon for cleanup.

As this exposes implementation details of transactions, all methods are subject to change and marked with @Stability.Volatile.

  • Constructor Details

  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.