Uses of Interface
org.apache.accumulo.server.fs.VolumeChooser
-
Packages that use VolumeChooser Package Description org.apache.accumulo.server.fs -
-
Uses of VolumeChooser in org.apache.accumulo.server.fs
Classes in org.apache.accumulo.server.fs that implement VolumeChooser Modifier and Type Class Description classPerTableVolumeChooserAVolumeChooserthat delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes.classPreferredVolumeChooserARandomVolumeChooserthat limits its choices from a given set of options to the subset of those options preferred for a particular table.classRandomVolumeChooserclassSpaceAwareVolumeChooserAPreferredVolumeChooserthat takes remaining HDFS space into account when making a volume choice rather than a simpler round robin.
-