Class SelectBucketCompletedEvent

  • All Implemented Interfaces:
    Event

    public class SelectBucketCompletedEvent
    extends AbstractEvent
    This event gets created as soon as a bucket has been selected during the KV bootstrap process for each socket/node.
    Since:
    2.0.0
    • Constructor Detail

      • SelectBucketCompletedEvent

        public SelectBucketCompletedEvent​(Duration duration,
                                          IoContext context,
                                          String bucket)
    • Method Detail

      • bucket

        public String bucket()
        Returns the name of the bucket that got selected.
      • description

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