Class IndividualReplicaGetFailedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.request.IndividualReplicaGetFailedEvent
All Implemented Interfaces:
Event

public class IndividualReplicaGetFailedEvent extends AbstractEvent
When a replica get fetches more than one in one shot and an individual item fails it will be ignored, but this event is logged to aid with debugging.
Since:
2.0.0
  • Constructor Details

    • IndividualReplicaGetFailedEvent

      public IndividualReplicaGetFailedEvent(RequestContext context)
  • 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.