Class 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 Detail

      • IndividualReplicaGetFailedEvent

        public IndividualReplicaGetFailedEvent​(RequestContext context)
    • Method Detail

      • description

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