Class SelectBucketFailedEvent

  • All Implemented Interfaces:
    Event

    public class SelectBucketFailedEvent
    extends AbstractEvent
    If selecting a bucket during KV bootstrap fails, this is a really problematic issue and needs to be looked at.
    Since:
    2.0.0
    • Constructor Detail

      • SelectBucketFailedEvent

        public SelectBucketFailedEvent​(IoContext context,
                                       short status)
    • Method Detail

      • status

        public short status()
      • description

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