Uses of Interface
org.apache.accumulo.core.spi.fs.VolumeChooser
Packages that use VolumeChooser
-
Uses of VolumeChooser in org.apache.accumulo.core.spi.fs
Classes in org.apache.accumulo.core.spi.fs that implement VolumeChooserModifier and TypeClassDescriptionclassAVolumeChooserthat delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes.classARandomVolumeChooserthat selects preferred volumes to use from the provided volume options.classAVolumeChooserthat selects a volume at random from the list of provided volumes.classAPreferredVolumeChooserthat takes remaining HDFS space into account when making a volume choice rather than a simpler round-robin.