Class RandomVolumeChooser

    • Constructor Detail

      • RandomVolumeChooser

        public RandomVolumeChooser()
    • Method Detail

      • choose

        public String choose​(VolumeChooserEnvironment env,
                             Set<String> options)
        Selects a volume at random from the provided set of volumes. The environment scope is not utilized.
        Specified by:
        choose in interface VolumeChooser
        Parameters:
        env - the server environment provided by the calling framework
        options - the list of volumes to choose from
        Returns:
        a volume from the list of volume options